更新棉花糖

This commit is contained in:
wyf
2025-06-16 09:32:24 +08:00
parent d8b46c41ad
commit acde8340a8
27 changed files with 6762 additions and 658 deletions

View File

@@ -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();