commit 3b1ad99f93ccfd7964e1f421933190cd6ba6abcf Author: huangzhenpc Date: Wed Feb 12 09:25:19 2025 +0800 first commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..20fb700 --- /dev/null +++ b/README.md @@ -0,0 +1,27 @@ +# Nezha Cursor + +这是一个基于 Python 开发的应用程序。 + +## 功能特点 + +- 主要功能和特性 +- 使用说明 +- 其他相关信息 + +## 安装 + +```bash +pip install -r requirements.txt +``` + +## 使用方法 + +运行 main.py 文件启动应用程序: + +```bash +python main.py +``` + +## 许可证 + +MIT License \ No newline at end of file