diff --git a/pages/i18n/locales/en-US/home.ts b/pages/i18n/locales/en-US/home.ts index 4692ddb..9e87eeb 100644 --- a/pages/i18n/locales/en-US/home.ts +++ b/pages/i18n/locales/en-US/home.ts @@ -10,7 +10,8 @@ export default { tab_other: '🌐 Try on Other Sites', input_placeholder: 'Describe what you want AI to do...', execute_button: 'Run', - default_task: 'Navigate to docs, find data masking section, and summarize in markdown', + default_task: + 'Goto docs in navigation bar, find Quick-Start section, and summarize in markdown', }, try_other: { step1_title: 'Step 1:', diff --git a/pages/i18n/locales/zh-CN/common.ts b/pages/i18n/locales/zh-CN/common.ts index cc1e272..35ae7af 100644 --- a/pages/i18n/locales/zh-CN/common.ts +++ b/pages/i18n/locales/zh-CN/common.ts @@ -4,7 +4,7 @@ export default { slogan: 'GUI Agent in your webpage', nav_docs: '文档', nav_source: 'GitHub', - mobile_menu: '打开导航', + mobile_menu: '打开导航栏', }, footer: { copyright: '© 2025 page-agent. All rights reserved.', diff --git a/pages/i18n/locales/zh-CN/home.ts b/pages/i18n/locales/zh-CN/home.ts index 2d50732..3dd2ed7 100644 --- a/pages/i18n/locales/zh-CN/home.ts +++ b/pages/i18n/locales/zh-CN/home.ts @@ -10,7 +10,7 @@ export default { tab_other: '🌐 其他网页尝试', input_placeholder: '输入您想要 AI 执行的任务...', execute_button: '执行', - default_task: '导航栏中进入文档页,打开数据脱敏相关的文档,帮我总结成 markdown', + default_task: '从导航栏中进入文档页,打开“快速开始”相关的文档,帮我总结成 markdown', }, try_other: { step1_title: '步骤 1:',