修复空格切换

This commit is contained in:
hansas
2025-09-13 10:14:47 +08:00
parent 006e85c23d
commit 315a552f3f
3 changed files with 76 additions and 2 deletions

View File

@@ -8,6 +8,12 @@ declare global {
interface Window {
umami: {
track(name: string, data?: any): void
},
__CURRENT_WORD_INFO__?: {
word: string,
input: string,
inputLock: boolean,
containsSpace: boolean
}
}
}