feat: 添加定时系统

- 实现定时任务
This commit is contained in:
2026-03-26 22:59:58 +08:00
parent 858c29a799
commit b0db64bd7b
8 changed files with 126 additions and 9 deletions

5
internal/conf/const.go Normal file
View File

@@ -0,0 +1,5 @@
package conf
const (
DdddOCR = "https://ocr.kmux.cn"
)