From 5e7b1ff740589cf01bf25e2cd12eca50f45a4960 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B4=9B=E6=B0=B4=E5=B1=85=E5=AE=A4?= Date: Sat, 3 Sep 2022 12:27:26 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20=E6=A0=BC=E5=BC=8F=E5=8C=96?= =?UTF-8?q?=E6=96=87=E6=A1=A3=E5=B9=B6=E6=9B=B4=E6=96=B0=E8=BF=9E=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 649dc18..76ac365 100644 --- a/README.md +++ b/README.md @@ -22,29 +22,32 @@ ## 使用方法 ### 1. 安装 `poetry` + ```bash pip install --upgrade poetry ``` ### 2. 安装依赖 + ```bash poetry update ``` + ### 3. 运行 + ```bash python ./main.py ``` - ## 其他说明 这个项目目前正在扩展,加入更多原神相关娱乐和信息查询功能,敬请期待。 ## Thanks -| Nickname | Introduce | -| :----------------------------------------------------------: | -------------------------------- | -| [原神抽卡全机制总结](https://www.bilibili.com/read/cv10468091) | 本项目抽卡模拟器使用的逻辑 | -| [西风驿站](https://bbs.mihoyo.com/ys/collection/307224) | 本项目攻略图图源 | -| [Yunzai-Bot](https://github.com/Le-niao/Yunzai-Bot) | 本项使用的抽卡图片和前端资源来源 | -| [Crawler-ghhw](https://github.com/DGP-Studio/Crawler-ghhw) | 本项目参考的爬虫代码 | \ No newline at end of file +| Nickname | Introduce | +|:-----------------------------------------------------------------------:|------------------| +| [原神抽卡全机制总结](https://www.bilibili.com/read/cv10468091) | 本项目抽卡模拟器使用的逻辑 | +| [西风驿站 猫冬](https://bbs.mihoyo.com/ys/accountCenter/postList?id=74019947) | 本项目攻略图图源 | +| [Yunzai-Bot](https://github.com/Le-niao/Yunzai-Bot) | 本项使用的抽卡图片和前端资源来源 | +| [Crawler-ghhw](https://github.com/DGP-Studio/Crawler-ghhw) | 本项目参考的爬虫代码 | \ No newline at end of file