feat: Token生成|存储|验证

This commit is contained in:
Akkia
2022-05-18 10:10:35 +08:00
parent 5d356a30e2
commit 990394bf46
6 changed files with 188 additions and 55 deletions

View File

@@ -38,6 +38,7 @@ func LoadSingleton() {
LoadNotifications() // 加载通知服务
LoadServers() // 加载服务器列表
LoadCronTasks() // 加载定时任务
LoadAPI()
}
// InitConfigFromPath 从给出的文件路径中加载配置