feat: log 分析器

This commit is contained in:
2025-04-06 00:00:30 +08:00
parent 8dd7ef53a1
commit fdc4060ac0
10 changed files with 1070 additions and 39 deletions

View File

@ -568,6 +568,6 @@ class ToolsUIModel extends _$ToolsUIModel {
return;
}
if (!context.mounted) return;
await MultiWindowManager.launchSubWindow("log_analyze", appGlobalState);
await MultiWindowManager.launchSubWindow("log_analyze", "SC汉化盒子: log 分析器", appGlobalState);
}
}