appstore-1panel/apps/qiandao/README.md
2023-09-21 16:22:29 +08:00

21 lines
724 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## 设置管理员
- 1. 注册账户
- 2. 进入容器执行以下命令
```shell
python ./chrole.py your@email.address admin
```
> 获得完整管理员权限,需要先退出再登录系统。
## QianDao
QD 是 一个 基于 HAR 编辑器和 Tornado 服务端的 HTTP 定时任务自动执行 Web 框架。
## 特性
- **基于Har**:仅需上传通过抓包得到的 Har, 即可制作框架所需的 HTTP 任务模板。
- **Tornado 服务端**:使用 Tornado 作为服务端, 以实现异步响应前端和发起 HTTP 请求。
- **API & 插件支持**:内置多种 API 和过滤器用于模板制作, 后续将提供自定义插件支持。
- **开源**QD 是一个基于 MIT 许可证的开源项目。