多语言显示错误

This commit is contained in:
czz
2025-08-13 17:46:22 +08:00
parent 3dd2d1c59d
commit 5e9111ca41
11 changed files with 67 additions and 876 deletions

View File

@@ -48,7 +48,7 @@ class AppConstants {
//系统参数
//运行打包APP模式
int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
// int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
// int ent_type = APPPackageType.MHT.code; //1.默认太和 2.欢睡 3.眠花糖
int ent_type = APPPackageType.TH.code; //1.默认太和 2.欢睡 3.眠花糖
int text_length = 8;
}