This commit is contained in:
2025-10-27 15:55:29 +08:00
commit 6632080b83
513 changed files with 117442 additions and 0 deletions

12
lang/zh-cn/login/find.js Normal file
View File

@@ -0,0 +1,12 @@
export const lang = {
//title为每个页面的标题
title: '找回密码',
findPassword: '找回密码',
accountPlaceholder: '请输入手机号',
captchaPlaceholder: "请输入验证码",
dynacodePlaceholder: '请输入动态码',
passwordPlaceholder: '请输入新密码',
rePasswordPlaceholder: '请确认新密码',
next: '下一步',
save: '确认修改'
}