feat: 切换邮箱认证并重构前后端启动与门禁

This commit is contained in:
qzl
2026-04-02 18:39:35 +08:00
parent 92cdfd9fca
commit 31594558eb
116 changed files with 5608 additions and 628 deletions
+27 -4
View File
@@ -2,8 +2,9 @@
"@@locale": "zh",
"appTitle": "觅爻签问",
"welcomeLogin": "欢迎登录",
"loginSubtitle": "请使用手机号登录",
"phoneHint": "请输入手机号码",
"loginSubtitle": "请使用邮箱登录",
"loginSubtitleEmail": "请使用邮箱登录",
"emailHint": "请输入邮箱地址",
"codeHint": "请输入验证码",
"sendCode": "获取验证码",
"sending": "发送中...",
@@ -22,10 +23,11 @@
"disclaimer": "免责声明",
"icp": "粤ICP备2025428416号-1A",
"invalidPhone": "请输入正确的手机号码",
"invalidEmail": "请输入正确的邮箱地址",
"invalidCode": "请输入6位验证码",
"agreementRequired": "请先勾选协议",
"codeSent": "验证码已发送,请注意查收",
"mockLoginSuccess": "模拟登录成功",
"loginSuccess": "登录成功",
"helloUser": "您好,{name}",
"@helloUser": {
"placeholders": {
@@ -45,6 +47,14 @@
"profileTab": "我的",
"notify": "消息通知",
"featurePending": "该功能暂未接入数据",
"logout": "退出登录",
"defaultUserName": "用户",
"historyQuestion1": "今年转岗是否合适?",
"historyQuestion2": "最近感情是否能推进?",
"historyQuestion3": "本季度投资节奏如何?",
"guaName1": "天雷无妄",
"guaName2": "泽火革",
"guaName3": "风地观",
"welcomeDialogTitle": "欢迎使用觅爻签问",
"welcomeParagraph1": "你好,欢迎来到觅爻签问,这是一个借助于AI解读传统六爻卦象的平台,为用户了解中国传统易学文化提供一个窗口。",
"welcomeParagraph2": "六爻卦象源于《周易》深邃的哲学体系,是古人探索世界运行规律的一种独特方法。古人认为宇宙万物相互关联,在你起卦时,你的心念与时空信息会凝结成卦象的方式呈现出来。",
@@ -63,7 +73,20 @@
"language": "语言",
"english": "英文",
"chinese": "中文",
"dialogConfirm": "确定",
"agreementSeparator": "、",
"agreementAnd": "和",
"privacyContent": "隐私政策内容展示占位。",
"termsContent": "服务条款内容展示占位。",
"disclaimerContent": "免责声明内容展示占位。"
"disclaimerContent": "免责声明内容展示占位。",
"toastLabelInfo": "提示",
"toastLabelSuccess": "成功",
"toastLabelWarning": "警告",
"toastLabelError": "错误",
"errorTooManyRequests": "请求过于频繁,请稍后重试",
"errorInvalidVerificationCode": "验证码错误",
"errorSessionExpired": "登录已过期,请重新登录",
"errorServiceUnavailable": "服务暂时不可用,请稍后重试",
"errorServerGeneric": "服务异常,请稍后重试",
"errorRequestGeneric": "请求失败,请稍后重试"
}