将诊断功能从首页拆分至独立页面

This commit is contained in:
2024-02-16 23:32:16 +08:00
parent 066bf11275
commit 27640ec6b7
7 changed files with 431 additions and 338 deletions

View File

@ -112,4 +112,12 @@ class SCLoggerHelper {
return scInstallPaths;
}
static String getGameLogs(String gameDir) {
return "";
}
static String getGameExitLogInfo(String logs) {
return "";
}
}