feat(kimi-desktop): strengthen the internal-build tag wording

Change the sidebar tag to 'Internal testing · do not distribute' /
'内部测试 · 禁止外传' so the no-distribution intent is explicit.
This commit is contained in:
qer 2026-06-30 20:53:25 +08:00
parent b53fbd05c5
commit dbe21cb8f2
2 changed files with 2 additions and 2 deletions

View file

@ -6,5 +6,5 @@ export default {
authPageLogin: 'Sign in',
connecting: 'Connecting…',
comingSoon: 'Coming soon…',
internalBuildBanner: 'Internal testing build',
internalBuildBanner: 'Internal testing · do not distribute',
} as const;

View file

@ -6,5 +6,5 @@ export default {
authPageLogin: '登录',
connecting: '连接中…',
comingSoon: '敬请期待',
internalBuildBanner: '内部测试版本',
internalBuildBanner: '内部测试 · 禁止外传',
} as const;