添加文档

This commit is contained in:
huoxue1 2023-02-03 12:55:19 +08:00
parent d7c362d1cb
commit 054097421d
1 changed files with 13 additions and 1 deletions

View File

@ -11,11 +11,23 @@
- [x] 订阅功能的实现 - [x] 订阅功能的实现
- [x] 日志功能的实现 - [x] 日志功能的实现
- [x] 依赖功能的实现 - [x] 依赖功能的实现
- [ ] 推送功能的实现 - [x] 推送功能的实现
- [ ] 定时任务的视图筛选功能 - [ ] 定时任务的视图筛选功能
- [ ] 热更新的实现 - [ ] 热更新的实现
# 安装
+ 在[前端仓库](https://github.com/huoxue1/qinglong/releases)下载静态资源,解压到安装目录
+ 在当前仓库的release下载可执行文件
+ 运行可执行文件
# 脚本适配
+ 不存在**task**,**ql**等相关命令只能请求api进行执行
+ 程序当前的运行目录可以通过环境变量 **QL_DIR**进行获取,程序的运行端口可以通过环境变量**QL_PORT**获取
+ 程序的**python**,**node**等执行文件的命令可以在config文件中修改修改后需重启程序
## 特别感谢 ## 特别感谢
+ [whyour/qinglong](https://github.com/whyour/qinglong) + [whyour/qinglong](https://github.com/whyour/qinglong)