feat(write): 优化文档撰写模块界面布局,新增模型配置界面

This commit is contained in:
zstar 2025-06-03 16:30:40 +08:00
parent 709f5158ef
commit 1e270e6af5
2 changed files with 808 additions and 561 deletions

View File

@ -548,7 +548,7 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
meetingMinutes: '会议纪要', meetingMinutes: '会议纪要',
select: '选择', select: '选择',
aiAssistant: 'AI 助手', aiAssistant: 'AI 助手',
askAI: '输入您的问题与AI交流...', askAI: '输入您的问题',
edit: '编辑模式', edit: '编辑模式',
split: '分屏模式', split: '分屏模式',
preview: '预览模式', preview: '预览模式',
@ -591,6 +591,16 @@ General实体和关系提取提示来自 GitHub - microsoft/graphrag基于
decisions: '决定事项', decisions: '决定事项',
actionItems: '行动项', actionItems: '行动项',
nextMeeting: '下次会议', nextMeeting: '下次会议',
// 模型配置相关
modelConfigurationTitle: "模型配置",
knowledgeBaseLabel: "知识库",
knowledgeBasePlaceholder: "选择知识库",
similarityThresholdLabel: "相似度阈值",
keywordSimilarityWeightLabel: "关键字相似度权重",
modelTemperatureLabel: "模型温度",
fetchKnowledgeBaseFailed: "获取知识库列表失败",
defaultKnowledgeBase: "默认知识库",
technicalDocsKnowledgeBase: "技术文档知识库",
}, },
setting: { setting: {
profile: '概要', profile: '概要',

File diff suppressed because it is too large Load Diff