qinglong-go/README.md

21 lines
570 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.

# qinglong-go
使用go实现的青龙后端主要用于学习golang的使用功能实现情况
- [x] 基本的初始化和登录功能
- [x] 定时任务的增删改查以及运行
- [x] 环境变量的增删改查
- [x] 配置文件的编辑
- [x] 脚本文件的增删改查
- [x] 应用授权登录的实现
- [x] 订阅功能的实现
- [x] 日志功能的实现
- [x] 依赖功能的实现
- [ ] 推送功能的实现
- [ ] 定时任务的视图筛选功能
- [ ] 热更新的实现
## 特别感谢
+ [whyour/qinglong](https://github.com/whyour/qinglong)