perf(设置): 添加首页启用开关配置

在系统设置中添加首页启用开关配置项,包括前端路由守卫检查、多语言支持和表单配置,以控制是否显示首页
This commit is contained in:
xiaojunnuo
2026-05-07 23:15:50 +08:00
parent 6b6f1604e9
commit 25ad1e6f86
7 changed files with 16 additions and 1 deletions
@@ -48,6 +48,7 @@ export type SysPublicSetting = {
customFooter?: string;
robots?: boolean;
aiChatEnabled?: boolean;
homePageEnabled?: boolean;
showRunStrategy?: boolean;