fix: token 改为配置文件读取,不再自动生成;UI 全部汉化

This commit is contained in:
2026-03-01 04:09:55 +08:00
parent 2ce0323ba5
commit 9420d43392
5 changed files with 36 additions and 29 deletions

View File

@@ -11,3 +11,7 @@ doubao:
server:
port: 8443 # env: PORT
tls_auto: true # env: TLS_AUTO — 自动 TLS (AnyIP + 自签名降级)
# 安全配置
security:
token: "" # 留空则不需要认证;填写后访问需携带 token 参数