调整日志和鉴权接管方案

This commit is contained in:
2026-04-04 20:50:45 +08:00
parent 15f72873db
commit 76f0d815aa
20 changed files with 944 additions and 402 deletions

View File

@@ -51,6 +51,11 @@ func SeedDefaultSettings() error {
Value: "0",
Description: "维护模式0=关闭维护模式1=开启维护模式",
},
{
Name: "hide_login_entrance",
Value: "0",
Description: "隐藏登录入口0=显示1=隐藏(门户中不显示管理员或子账号登录入口)",
},
{
Name: "encryption_key",
Value: encryptionKey,