🐛 fix: update repository links and add environment configuration for admin and user apps

This commit is contained in:
web
2025-11-28 17:53:06 -08:00
parent 2c7ad08e38
commit 4c774871a8
12 changed files with 149 additions and 99 deletions
@@ -1,6 +1,11 @@
{
"check": {
"description": "Verify your identity",
"title": "Verify"
},
"get": "Get Code",
"login": {
"description": "Enter your credentials to continue",
"email": "Please enter a valid email address",
"emailPlaceholder": "Enter your email...",
"forgotPassword": "Forgot Password?",
@@ -12,6 +17,7 @@
"logout": "Logout",
"register": {
"codePlaceholder": "Enter code...",
"description": "Create a new account",
"email": "Please enter a valid email address",
"emailPlaceholder": "Enter your email...",
"existingAccount": "Already have an account?",
@@ -27,6 +33,7 @@
},
"reset": {
"codePlaceholder": "Enter code...",
"description": "Reset your password",
"email": "Please enter a valid email address",
"emailPlaceholder": "Enter your email...",
"existingAccount": "Remember your password?",
@@ -1,6 +1,11 @@
{
"check": {
"description": "验证您的身份",
"title": "验证"
},
"get": "获取验证码",
"login": {
"description": "输入您的凭据以继续",
"email": "请输入有效的邮箱地址",
"emailPlaceholder": "输入您的邮箱...",
"forgotPassword": "忘记密码?",
@@ -12,6 +17,7 @@
"logout": "退出登录",
"register": {
"codePlaceholder": "输入验证码...",
"description": "创建一个新账号",
"email": "请输入有效的邮箱地址",
"emailPlaceholder": "输入您的邮箱...",
"existingAccount": "已有账号?",
@@ -27,6 +33,7 @@
},
"reset": {
"codePlaceholder": "输入验证码...",
"description": "重置您的密码",
"email": "请输入有效的邮箱地址",
"emailPlaceholder": "输入您的邮箱...",
"existingAccount": "记得密码了?",