fix(plugin): browser-like UA for Cloudflare, detect current game, fix proton version, single-line notes

This commit is contained in:
2026-06-28 21:15:17 +08:00
parent 7ebb2669a1
commit 83ab7fa1e6
3 changed files with 65 additions and 19 deletions
+5
View File
@@ -86,6 +86,11 @@ export const testApiKey = callable<[apiKey: string, baseUrl?: string], {
error?: string
}>("test_api_key")
export const detectCurrentGame = callable<[], {
appId: number | null
name: string
}>("detect_current_game")
export const debugListTmp = callable<[], {
files: Array<{ name: string; size: number; mtime: number }>
}>("debug_list_tmp")