feat: 统一管理端弹窗与内容区交互样式

- 收敛管理端公共 Modal 链路,新增表单弹窗与普通内容弹窗包装\n- 迁移 Bot、知识库、插件、工作流、资源、MCP、数据中枢与系统管理页面级弹窗\n- 统一内容区工具栏、列表容器、导航与顶部按钮的视觉密度和交互节奏
This commit is contained in:
2026-03-06 19:58:26 +08:00
parent 76c2954a70
commit b191d1aaed
99 changed files with 3148 additions and 1623 deletions

View File

@@ -45,6 +45,25 @@
"publicChatCopySuccess": "Copied",
"publicChatCopyFail": "Copy failed",
"basicInfo": "Basic Info",
"modal": {
"createDescription": "Set the assistant appearance, identity and base availability.",
"editDescription": "Update the assistant presentation and base availability.",
"previewEyebrow": "Assistant Preview",
"previewTitleFallback": "Untitled Assistant",
"previewAliasFallback": "The alias will appear here after it is filled in",
"previewDescriptionFallback": "Describe the tasks this assistant is good at in one sentence.",
"previewStatusEnabled": "Enabled",
"previewStatusDisabled": "Disabled",
"sectionAppearanceTitle": "Basic Info",
"sectionAppearanceDescription": "Define the avatar, name and category.",
"sectionIdentityTitle": "Identity",
"sectionIdentityDescription": "Configure a stable alias and an external description.",
"sectionPublishTitle": "Availability",
"sectionPublishDescription": "Control whether the assistant is currently available.",
"aliasHint": "Use letters, numbers or hyphens for a stable access identifier.",
"descriptionHint": "This summary helps teammates understand when to use the assistant.",
"statusHint": "When disabled, the assistant configuration is kept but shown as inactive."
},
"placeholder": {
"welcome": "Please enter welcome message",
"prompt": "You are an AI assistant. Please provide clear and accurate answers based on the user's questions.",

View File

@@ -45,6 +45,25 @@
"publicChatCopySuccess": "复制成功",
"publicChatCopyFail": "复制失败",
"basicInfo": "基础信息",
"modal": {
"createDescription": "设置助手的外观、标识和基础发布状态。",
"editDescription": "更新助手的展示信息与基础状态。",
"previewEyebrow": "助手预览",
"previewTitleFallback": "未命名助手",
"previewAliasFallback": "填写别名后会展示访问标识",
"previewDescriptionFallback": "用一句话描述这个助手擅长处理的问题场景。",
"previewStatusEnabled": "启用中",
"previewStatusDisabled": "未启用",
"sectionAppearanceTitle": "基础信息",
"sectionAppearanceDescription": "确定助手头像、名称和所属分类。",
"sectionIdentityTitle": "标识信息",
"sectionIdentityDescription": "配置稳定的访问别名与对外说明。",
"sectionPublishTitle": "发布设置",
"sectionPublishDescription": "控制助手当前是否对外可用。",
"aliasHint": "建议使用英文、数字或短横线,便于作为访问标识。",
"descriptionHint": "这段介绍会帮助成员快速判断助手适用的任务。",
"statusHint": "关闭后助手配置会保留,但不会作为启用状态展示。"
},
"placeholder": {
"welcome": "请输入欢迎语",
"prompt": "你是一个AI助手请根据用户的问题给出清晰、准确的回答。",