🎨同步配置文件改为队列操作(没写完)

This commit is contained in:
coward
2024-03-08 16:30:29 +08:00
parent d41a6e9ba2
commit c274c59044
8 changed files with 343 additions and 14 deletions

View File

@@ -4,3 +4,7 @@ const (
Token = "token" // 登陆token
Captcha = "captcha" // 验证码
)
const (
SyncWgConfigFile = "queues:wg:"
)