mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-05-22 23:01:17 +00:00
📝 更新 .gitignore 文件以包含 Python 相关的忽略项;更新 README.md,添加开发状态说明并移除参考及鸣谢部分
This commit is contained in:
parent
b634352c95
commit
7d755581cb
16
.gitignore
vendored
16
.gitignore
vendored
@ -0,0 +1,16 @@
|
|||||||
|
# python and toolchains
|
||||||
|
.mypy_cache/
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# idea
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
|
||||||
|
# platform
|
||||||
|
# macOS
|
||||||
|
**/.DS_Store
|
||||||
|
# windows
|
||||||
|
Thumbs.db
|
||||||
|
# linux
|
10
README.md
10
README.md
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user