mirror of
https://github.com/Sitoi/dailycheckin.git
synced 2024-11-17 13:48:03 +08:00
📚添加也许不是很规范的部署文档部署文档
This commit is contained in:
parent
bd6354702a
commit
c5547ea634
32
README.md
32
README.md
@ -28,6 +28,38 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
## 如何使用本仓库内容
|
||||||
|
|
||||||
|
在青龙创建一个订阅
|
||||||
|
|
||||||
|
拉库命令 `ql repo https://github.com/Fansirsqi/dailycheckin.git null null null main`
|
||||||
|
|
||||||
|
配置执行后运行的命令
|
||||||
|
`pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple && pip install requests pycrypto pycryptodome && cd /ql/data/repo/Fansirsqi_dailycheckin_main && python setup.py develop`
|
||||||
|
|
||||||
|
在脚本管理根目录创建`config.json`配置文件可以参考官方配置,这里只是增加了一段
|
||||||
|
|
||||||
|
[配置示例](https://gist.githubusercontent.com/Fansirsqi/9e238bb3e432fdb7bee1caa46da81519/raw/5a7d599b526564c68b0120e9a275ce6f414757df/config.json)
|
||||||
|
|
||||||
|
```
|
||||||
|
,
|
||||||
|
"TESTNOTICE": [
|
||||||
|
{
|
||||||
|
"test1": "test1mesg"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
||||||
|
强烈建议您在`https://www.json.cn/`这个网站检查您的配置
|
||||||
|
|
||||||
|
最后在定时任务里创建一个测试任务
|
||||||
|
|
||||||
|
`task dailycheckin --include TESTNOTICE`运行并查看日志
|
||||||
|
|
||||||
|
![1715763862230.png](https://pic2.ziyuan.wang/user/fansir/2024/05/1715763862230_5344cb6724871.png)
|
||||||
|
|
||||||
|
![1715763931708.png](https://pic2.ziyuan.wang/user/fansir/2024/05/1715763931708_ec7c766df87c4.png)
|
||||||
|
|
||||||
## ✨ 特性
|
## ✨ 特性
|
||||||
|
|
||||||
- 📦 支持 Pypi 包安装
|
- 📦 支持 Pypi 包安装
|
||||||
|
Loading…
Reference in New Issue
Block a user