更新快检功能
This commit is contained in:
@@ -8,7 +8,7 @@ import 'package:vbvs_app/enum/APPPackageType.dart';
|
||||
class AppConstants {
|
||||
// App-related constants
|
||||
|
||||
static const String zhmht_app_version = "SWES_1.2026.1.8"; //眠花糖
|
||||
static const String zhmht_app_version = "SWES_1.2026.3.6"; //眠花糖
|
||||
static const String theh_app_version = "1.2601.12"; //太和
|
||||
|
||||
// 1. 纯字符串列表格式
|
||||
@@ -61,9 +61,11 @@ class AppConstants {
|
||||
|
||||
double smaller_text_fontSize = 18.rpx; //普通文字字号
|
||||
double small_text_fontSize = 20.rpx; //普通文字字号
|
||||
double small_an_text_fontSize = 21.rpx; //普通文字字号
|
||||
double middler_text_fontSize = 24.rpx; //普通文字字号
|
||||
double normal_text_fontSize = 26.rpx; //普通文字字号
|
||||
double title_text_fontSize = 30.rpx; //标题文字字号
|
||||
double bigger_text_fontSize = 36.rpx; //标题文字字号
|
||||
|
||||
double dropdown_height = 90.rpx; //标题文字字号
|
||||
double border_width = 1.rpx; //标题文字字号//border宽度
|
||||
@@ -89,8 +91,8 @@ 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 ent_type = APPPackageType.HUANSHUI.code; //1.默认太和 2.欢睡 3.眠花糖
|
||||
// int ent_type = APPPackageType.DONGHUA.code; //1.默认太和 2.欢睡 3.眠花糖 4.东华
|
||||
// int ent_type = APPPackageType.HAIER.code; //1.默认太和 2.欢睡 3.眠花糖 4.东华 5.海尔沃棣
|
||||
|
||||
Reference in New Issue
Block a user