This commit is contained in:
wyf
2025-08-11 09:39:40 +08:00
parent 0464b5ddf8
commit 50e1ebea20
2 changed files with 15 additions and 17 deletions

View File

@@ -48,6 +48,7 @@ class AppConstants {
//系统参数
//运行打包APP模式
int ent_type = APPPackageType.MHT.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;
}