|
|
@@ -8,30 +8,28 @@ export const WELCOME_NOTICE_ACK_FIELD = 'welcomeNoticeVersion'
|
|
|
* Bump only when the notice changes materially and every user should see it
|
|
|
* again. The acknowledgement is compared for exact equality.
|
|
|
*/
|
|
|
-export const WELCOME_NOTICE_VERSION = '2026-07-30.5'
|
|
|
+export const WELCOME_NOTICE_VERSION = '2026-07-30.6'
|
|
|
|
|
|
/** The complete editable welcome notice in both supported GUI locales. */
|
|
|
export const WELCOME_NOTICE_COPY = {
|
|
|
zh: {
|
|
|
title: '内测声明',
|
|
|
paragraphs: [
|
|
|
- '感谢您愿意拨冗试用 DeepSeek Harness。',
|
|
|
- '目前的版本仍处于内部测试阶段,功能仍待完善,体验难免有些粗糙。',
|
|
|
+ '感谢您愿意拨冗试用 DeepSeek Harness。当前版本仍处于内部测试阶段,功能仍待完善,体验难免有些粗糙。',
|
|
|
'“如切如磋,如琢如磨。” 产品的成长,离不开一次次真实的碰撞与坦诚的反馈。您在真实使用中发现的问题,也可能促使我们重新审视,甚至推翻已有的设计。',
|
|
|
- '我们尤其希望听见那些失败、困惑与不顺手的时刻——如果您有任何反馈与建议,请在企业微信群中留言告诉我们。每一条反馈,都会帮助我们把它打磨得更好。',
|
|
|
+ '为了帮助我们更准确地还原您真实使用中的问题,内测版本默认会上传所有 Session Log;如需关闭,可以【关闭方式待补充】。另外,如果您有任何反馈与建议,请在企业微信群中留言告诉我们。每一条反馈,都会帮助我们把它打磨得更好。',
|
|
|
],
|
|
|
feedbackEmphasis: '如果您有任何反馈与建议,请在企业微信群中留言告诉我们',
|
|
|
continueLabel: '继续',
|
|
|
},
|
|
|
en: {
|
|
|
- title: 'Internal Testing Notice',
|
|
|
+ title: '内测声明',
|
|
|
paragraphs: [
|
|
|
- 'Thank you for taking the time to try DeepSeek Harness.',
|
|
|
- 'This version is still in internal testing. Its functionality still needs improvement, and the experience may feel a little rough.',
|
|
|
- '“As one cuts and files, as one chisels and polishes.” A product grows through real encounters and candid feedback. Problems you discover in real use may prompt us to reconsider—or even overturn—our existing designs.',
|
|
|
- 'We especially want to hear about failures, confusion, and friction. If you have any feedback or suggestions, please leave us a message in the company WeChat group. Every piece of feedback helps us refine it.',
|
|
|
+ '感谢您愿意拨冗试用 DeepSeek Harness。当前版本仍处于内部测试阶段,功能仍待完善,体验难免有些粗糙。',
|
|
|
+ '“如切如磋,如琢如磨。” 产品的成长,离不开一次次真实的碰撞与坦诚的反馈。您在真实使用中发现的问题,也可能促使我们重新审视,甚至推翻已有的设计。',
|
|
|
+ '为了帮助我们更准确地还原您真实使用中的问题,内测版本默认会上传所有 Session Log;如需关闭,可以【关闭方式待补充】。另外,如果您有任何反馈与建议,请在企业微信群中留言告诉我们。每一条反馈,都会帮助我们把它打磨得更好。',
|
|
|
],
|
|
|
- feedbackEmphasis: 'If you have any feedback or suggestions, please leave us a message in the company WeChat group',
|
|
|
- continueLabel: 'Continue',
|
|
|
+ feedbackEmphasis: '如果您有任何反馈与建议,请在企业微信群中留言告诉我们',
|
|
|
+ continueLabel: '继续',
|
|
|
},
|
|
|
} as const
|