📝 格式化文档并更新连接

This commit is contained in:
洛水居室 2022-09-03 12:27:26 +08:00
parent d3fbc869f2
commit 5e7b1ff740
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -22,20 +22,23 @@
## 使用方法 ## 使用方法
### 1. 安装 `poetry` ### 1. 安装 `poetry`
```bash ```bash
pip install --upgrade poetry pip install --upgrade poetry
``` ```
### 2. 安装依赖 ### 2. 安装依赖
```bash ```bash
poetry update poetry update
``` ```
### 3. 运行 ### 3. 运行
```bash ```bash
python ./main.py python ./main.py
``` ```
## 其他说明 ## 其他说明
这个项目目前正在扩展,加入更多原神相关娱乐和信息查询功能,敬请期待。 这个项目目前正在扩展,加入更多原神相关娱乐和信息查询功能,敬请期待。
@ -43,8 +46,8 @@ python ./main.py
## Thanks ## Thanks
| Nickname | Introduce | | Nickname | Introduce |
| :----------------------------------------------------------: | -------------------------------- | |:-----------------------------------------------------------------------:|------------------|
| [原神抽卡全机制总结](https://www.bilibili.com/read/cv10468091) | 本项目抽卡模拟器使用的逻辑 | | [原神抽卡全机制总结](https://www.bilibili.com/read/cv10468091) | 本项目抽卡模拟器使用的逻辑 |
| [西风驿站](https://bbs.mihoyo.com/ys/collection/307224) | 本项目攻略图图源 | | [西风驿站 猫冬](https://bbs.mihoyo.com/ys/accountCenter/postList?id=74019947) | 本项目攻略图图源 |
| [Yunzai-Bot](https://github.com/Le-niao/Yunzai-Bot) | 本项使用的抽卡图片和前端资源来源 | | [Yunzai-Bot](https://github.com/Le-niao/Yunzai-Bot) | 本项使用的抽卡图片和前端资源来源 |
| [Crawler-ghhw](https://github.com/DGP-Studio/Crawler-ghhw) | 本项目参考的爬虫代码 | | [Crawler-ghhw](https://github.com/DGP-Studio/Crawler-ghhw) | 本项目参考的爬虫代码 |