feat: add analytics data cache toggle

This commit is contained in:
eoao
2026-05-10 13:12:22 +08:00
parent 80242d5c24
commit 44bbf9c3da
5 changed files with 19 additions and 3 deletions

View File

@@ -34,6 +34,7 @@ crons = ["*/30 * * * *", "0 16 * * *"] #每30分钟刷新分析缓存每天
[vars]
ai_model = ""
analysis_cache = false
#orm_log = false
#domain = [] #邮件域名可可配置多个 示例: ["example1.com","example2.com"]
#admin = "" #管理员的邮箱 示例: admin@example.com