更新描述文件

This commit is contained in:
洛水居室 2022-06-15 20:40:05 +08:00
parent df070e4fdd
commit abb3ccdce4
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC
3 changed files with 20 additions and 21 deletions

View File

@ -20,8 +20,8 @@
这个项目目前正在扩展,加入更多原神相关娱乐和信息查询功能,敬请期待。
## Thanks
| Nickname | Contribution |
|:-----------------------------------------------------:|------------------|
| Nickname | Introduce |
|:-----------------------------------------------------:|-------------------|
| [原神抽卡全机制总结](https://www.bilibili.com/read/cv10468091) | 本项目抽卡模拟器使用的逻辑 |
| [西风驿站](https://bbs.mihoyo.com/ys/collection/307224) | 本项目攻略图图源 |
| [Yunzai-Bot](https://github.com/Le-niao/Yunzai-Bot) | 本项使用的抽卡图片和前端资源来源 |

View File

@ -1,6 +1,5 @@
# metadata 目录说明
该Metadata文件来自
[Snap.Genshin](https://github.com/DGP-Studio/Snap.Genshin/tree/main/Metadata)
非常感谢他们的付出
| FileName | Introduce |
|:------------:|------------|
| shortname.py | 记录短名称MAP |

View File

@ -2,15 +2,15 @@
## 文件说明
| FileName | Contribution |
|:----------:|--------------|
| FileName | Introduce |
|:----------:|-------------|
| init | 服务初始化 |
| admin | 用于机器人管理 |
| base | 基本数据类型 |
| cache | Redis缓存 |
| cache | 相关Redis缓存 |
| gacha | 抽卡卡池网络信息请求 |
| quiz | 进群问答 |
| repository | MySQL通信 |
| repository | 相关MySQL通信 |
| template | 模板和无头浏览器渲染 |
| user | 用户管理 |
| wish | 抽卡卡池逻辑请求 |