feat: 增强Token禁用状态管理,区分失效与禁用

This commit is contained in:
TheSmallHanCat
2026-02-07 20:36:41 +08:00
parent 5a0ccbe2de
commit 29fddfa85b
6 changed files with 74 additions and 19 deletions

View File

@@ -60,3 +60,15 @@ call_mode = "default"
# 常用时区:中国/新加坡 +8, 日本/韩国 +9, 印度 +5.5, 伦敦 0, 纽约 -5, 洛杉矶 -8
timezone_offset = 8
[pow_service]
# beta测试目前仍处于测试阶段
# POW 计算模式local本地计算或 external外部服务
mode = "external"
# 外部 POW 服务地址(仅在 external 模式下使用)
server_url = "http://localhost:8002"
# 外部 POW 服务访问密钥(仅在 external 模式下使用)
api_key = "your-secure-api-key-here"
# POW 代理配置
proxy_enabled = false
proxy_url = ""