mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 12:51:35 +00:00
17 lines
517 B
Markdown
17 lines
517 B
Markdown
# service 目录说明
|
|
|
|
## 文件说明
|
|
| FileName | Contribution |
|
|
|:----------:|--------------|
|
|
| init | 服务初始化 |
|
|
| admin | 用于机器人管理 |
|
|
| base | 基本数据类型 |
|
|
| cache | Redis缓存 |
|
|
| gacha | 抽卡卡池网络信息请求 |
|
|
| quiz | 进群问答 |
|
|
| repository | MySQL通信 |
|
|
| template | 模板和无头浏览器渲染 |
|
|
| user | 用户管理 |
|
|
| wish | 抽卡卡池逻辑请求 |
|
|
|