chore(ai): remove env toggle and default AI assistant to settings switch

This commit is contained in:
Ray.Hao
2026-01-21 14:00:53 +08:00
parent f9f8d65340
commit b36efc6fc9
4 changed files with 7 additions and 11 deletions

View File

@@ -18,7 +18,6 @@ export const appConfig = {
// 功能开关
tenantEnabled: env.VITE_APP_TENANT_ENABLED === "true",
aiEnabled: env.VITE_ENABLE_AI_ASSISTANT === "true",
} as const;
// ============================================