📝 更新 .gitignore 文件以包含 Python 相关的忽略项;更新 README.md,添加开发状态说明并移除参考及鸣谢部分

This commit is contained in:
远野千束 2025-04-27 22:13:54 +08:00
parent b634352c95
commit 7d755581cb
2 changed files with 17 additions and 9 deletions

16
.gitignore vendored
View File

@ -0,0 +1,16 @@
# python and toolchains
.mypy_cache/
__pycache__/
# idea
.idea/
.vscode/
.venv/
venv/
# platform
# macOS
**/.DS_Store
# windows
Thumbs.db
# linux

View File

@ -20,7 +20,7 @@
> 受限的自由才是真正的自由 > 受限的自由才是真正的自由
## 关于 ## 关于
开发中
访问[轻雪7.0](https://bot.liteyuki.icu)主页获取更多信息 访问[轻雪7.0](https://bot.liteyuki.icu)主页获取更多信息
## 特点及优势 ## 特点及优势
@ -32,14 +32,6 @@
- 提供Liteyuki Cloud官方的容器化托管服务(SaaS),无需担心服务器问题 - 提供Liteyuki Cloud官方的容器化托管服务(SaaS),无需担心服务器问题
## 参考及鸣谢
- [nonebot-plugin-uninfo](https://github.com/RF-Tar-Railt/nonebot-plugin-uninfo)为会话部分用户信息提供了参考
- [nonebot-plugin-alconna](https://github.com/nonebot/plugin-alconna/)为消息部分提供了参考
## 其他
- 本仓库是一个monorepo包含了框架文档测试内置资源包内置插件预设配置等
[Liteyuki7.0]: https://img.shields.io/badge/Liteyuki-7.0-blue?style=for-the-badge [Liteyuki7.0]: https://img.shields.io/badge/Liteyuki-7.0-blue?style=for-the-badge
[Python3.12+]: https://img.shields.io/badge/Python-3.12+-blue?style=for-the-badge [Python3.12+]: https://img.shields.io/badge/Python-3.12+-blue?style=for-the-badge