自动更新cookie

This commit is contained in:
2025-11-14 20:10:55 +08:00
parent c6c7496449
commit 710d72aefe
14 changed files with 221 additions and 39 deletions
+14 -9
View File
@@ -32,15 +32,20 @@
"please_enter_your_email": "请输入您的邮箱",
"please_enter_your_username": "请输入您的用户名",
"this_not_email": "这不是一个有效的邮箱地址。",
"create_new_account":"创建新账户",
"already_have_an_account":"已经有账户了?",
"network_err":"网络错误",
"username_dup":"用户名重复",
"registration_successful":"注册成功!",
"server_error":"服务端错误",
"user_not_found":"找不到用户",
"username_or_password_incorrect":"用户或密码错误",
"login_successful":"登录成功"
"create_new_account": "创建新账户",
"already_have_an_account": "已经有账户了?",
"network_err": "网络错误",
"username_dup": "用户名重复",
"registration_successful": "注册成功!",
"server_error": "服务端错误",
"user_not_found": "找不到用户",
"username_or_password_incorrect": "用户或密码错误",
"login_successful": "登录成功",
"logout": "登出",
"user_home": "个人主页",
"user_settings": "个人资料",
"preferences": "偏好设置",
"administrator": "管理员"
},
"button": {
"submit": "提交",