多语言

This commit is contained in:
czz
2025-07-30 16:48:48 +08:00
parent 92b6896176
commit 300e3b31f6
96 changed files with 3741 additions and 2710 deletions

View File

@@ -115,7 +115,7 @@ class MHTRegisterController extends GetControllerEx<RegisterModel> {
"verify": model.register_code!
};
await requestWithLog(
logTitle: "用户注册",
logTitle: "用户注册".tr,
method: MyHttpMethod.post,
queryUrl: queryUrl,
data: data,
@@ -154,7 +154,7 @@ class MHTRegisterController extends GetControllerEx<RegisterModel> {
'type':4,
};
await requestWithLog(
logTitle: "获取验证码",
logTitle: "获取验证码".tr,
method: MyHttpMethod.post,
queryUrl: queryUrl,
data: data,