diff --git a/frontend/src/i18n/locales/zh.ts b/frontend/src/i18n/locales/zh.ts index 93a319b7..ca242070 100644 --- a/frontend/src/i18n/locales/zh.ts +++ b/frontend/src/i18n/locales/zh.ts @@ -504,6 +504,7 @@ export default { puroLoginSub: '用你的 PURO AI 账户继续', puroRegisterTitle: '创建账户', puroRegisterSub: '5 分钟开始用 PURO AI', + confirmPasswordLabel: '确认密码', }, // Dashboard diff --git a/frontend/src/views/auth/RegisterView.vue b/frontend/src/views/auth/RegisterView.vue index de780ea8..da1e1bab 100644 --- a/frontend/src/views/auth/RegisterView.vue +++ b/frontend/src/views/auth/RegisterView.vue @@ -2,10 +2,18 @@ @@ -125,6 +157,38 @@

{{ t('auth.passwordHint') }}

+ +
+ + + + +
+
+ // strength · + {{ pwScoreLabel }} +
+ + + +
+ +
+
+ +
+ +
+
+ // {{ pwMatchLabel }} +
@@ -231,6 +295,14 @@ + +
+ +
+