更新棉花糖
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import 'dart:ui';
|
||||
|
||||
import 'package:vbvs_app/common/util/FitTool.dart';
|
||||
import 'package:vbvs_app/common/util/MyUtils.dart';
|
||||
|
||||
class AppConstants {
|
||||
// App-related constants
|
||||
@@ -28,5 +31,11 @@ class AppConstants {
|
||||
double dropdown_height = 90.rpx; //标题文字字号
|
||||
double border_width = 1.rpx; //标题文字字号//border宽度
|
||||
|
||||
|
||||
List<Color> mhtButtongradientColors = [
|
||||
stringToColor("FCFCFC"), // 浅蓝
|
||||
stringToColor("F8FAF9"), // 浅蓝
|
||||
stringToColor("ECF6F3"), // 浅蓝
|
||||
stringToColor("D9F0E9"), // 浅蓝
|
||||
stringToColor("CEECE3"), // 浅蓝
|
||||
];
|
||||
}
|
||||
|
||||
@@ -44,6 +44,11 @@ class DailyLogUtils {
|
||||
await _writeLogWithLevel('DEBUG', content);
|
||||
}
|
||||
|
||||
static Future<void> printLog(String content) async {
|
||||
print("logger--->"+content);
|
||||
// await writeLog(content);
|
||||
}
|
||||
|
||||
// 读取当天日志
|
||||
static Future<String> readTodayLog() async {
|
||||
final file = await _getLogFile();
|
||||
|
||||
Reference in New Issue
Block a user