Merge pull request #254 from SuanmoSuanyangTechnology/feature/prompt_zy

Feature/prompt zy
This commit is contained in:
yingzhao
2026-01-30 14:23:00 +08:00
committed by GitHub
17 changed files with 798 additions and 8 deletions

View File

@@ -112,7 +112,8 @@ export const en = {
pricing: 'Pricing Management',
orderPayment: 'Order Payment',
orderHistory: 'Order History',
spaceConfig: 'Space Configuration'
spaceConfig: 'Space Configuration',
prompt: 'Prompt Engineering',
},
dashboard: {
total_models: 'Available Models',
@@ -2435,6 +2436,21 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
question: 'Lessons Learned',
summary: 'Core Insights',
none: 'None'
}
},
prompt: {
editor: 'Prompt Generator',
history: 'My History',
historySearchPlaceholder: 'Search by name',
model: 'Model',
you: 'You',
ai: 'AI Assistant',
promptPlaceholder: 'Conversation optimization prompt will be displayed here',
promptChatEmpty: 'No conversation content available',
promptChatPlaceholder: 'Describe the prompt you need, e.g.: I need a customer service assistant',
conversationOptimizationPrompt: 'Conversation Optimization Prompt',
addVariable: 'Insert Variable',
initialInput: 'Original Input',
saveTitle: 'Title',
},
},
};

View File

@@ -111,7 +111,8 @@ export const zh = {
pricing: '收费管理',
orderPayment: '订单支付',
orderHistory: '订单记录',
spaceConfig: '空间配置'
spaceConfig: '空间配置',
prompt: '提示词工程',
},
knowledgeBase: {
home: '首页',
@@ -2524,6 +2525,21 @@ export const zh = {
question: '踩过的坑',
summary: '核心洞察',
none: '无'
}
},
prompt: {
editor: '提示词生成器',
history: '我的历史',
historySearchPlaceholder: '按名称搜索',
model: '模型',
you: '你',
ai: 'AI 助手',
promptPlaceholder: '对话优化提示词将显示在这里',
promptChatEmpty: '目前没有对话内容',
promptChatPlaceholder: '描述你需要的提示词,例如:我需要一个客服助手',
conversationOptimizationPrompt: '对话优化提示词',
addVariable: '插入变量',
initialInput: '原始输入',
saveTitle: '标题',
},
},
}