This commit is contained in:
2026-01-08 16:16:06 +08:00
parent b1e7aeca43
commit b0ddabd819
6 changed files with 62 additions and 11 deletions

View File

@@ -30,7 +30,8 @@ window.APP_RUNTIME_CONFIG = {
maxSize: {
image: 5,
video: 100,
document: 10
document: 10,
default: '__FILE_MAX_SIZE__' // 默认最大文件大小MB
},
acceptTypes: {
image: 'image/*',
@@ -64,6 +65,11 @@ window.APP_RUNTIME_CONFIG = {
serverUrl: '__JITSI_SERVER_URL__'
},
// AI 配置
ai: {
defaultAgentId: '__AI_DEFAULT_AGENT_ID__' // 默认 AI Agent ID
},
// 功能开关
features: {
enableDebug: false,