Commit Graph
5 Commits
Author SHA1 Message Date
lmk 610b85e3a5 refactor: 从 Beego 迁移到 GoFrame v2
- 替换 Beego 框架为 GoFrame v2
- 重构项目结构: controller/service/dao/middleware 分层
- 替换自定义 crons 包为 gcron
- 模板从 views/ 迁移到 resource/template/
- 配置从 conf/app.conf 迁移到 config.yml
- 数据库从 MySQL 切换为 SQLite (modernc.org/sqlite)
- 移除 agent/ 远程执行器(待后续迁移)
- 移除 crons/ 自定义定时器包
- 静态资源整理到 resource/static/
2026-07-09 11:06:12 +08:00
georgehao 6a30e9265c 优化首页内容 2019-07-06 17:05:19 +08:00
georgehao 37fb659c4e V2.7 增加agent执行器 2019-07-03 22:31:27 +08:00
george 7bbe5585d8 v2版本正式上线测试版 2018-07-13 17:53:34 +08:00
郝大全 34bfe3d354 初版
定时任务管理
2017-06-23 12:24:42 +08:00