修改
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user