This commit is contained in:
Yukino_fox
2026-03-28 13:20:42 +08:00
15 changed files with 1200 additions and 1366 deletions
-1
View File
@@ -25,7 +25,6 @@ type appSettings = {
window_zoom?: string
search_keyboard_layout?: "t9" | "qwerty26"
disable_search_keyboard?: boolean
auto_score_enabled?: boolean
}
const withTimeout = async (
promise: Promise<any>,