更新消息设置
This commit is contained in:
@@ -23,6 +23,7 @@ class AppConstants {
|
||||
double button_container_radius = 100.rpx; //按钮容器圆角
|
||||
|
||||
double text_padding_up_dowm_p = 5.rpx; //段落文字上下间距
|
||||
double text_padding = 10.rpx; //段落文字上下间距
|
||||
|
||||
double smaller_text_fontSize = 18.rpx; //普通文字字号
|
||||
double small_text_fontSize = 20.rpx; //普通文字字号
|
||||
@@ -63,7 +64,7 @@ class AppConstants {
|
||||
int wifi2 = -60;
|
||||
int wifi3 = -75;
|
||||
|
||||
static bool is_test_account = true; //是否测试账号
|
||||
static bool is_test_account = false; //是否测试账号
|
||||
}
|
||||
|
||||
//获取协议地址
|
||||
|
||||
Reference in New Issue
Block a user