diff --git a/src/UI/Components/Modal/SwitchServerStore.ts b/src/UI/Components/Modal/SwitchServerStore.ts index 227cccab4..58d9390ad 100644 --- a/src/UI/Components/Modal/SwitchServerStore.ts +++ b/src/UI/Components/Modal/SwitchServerStore.ts @@ -223,11 +223,14 @@ export class SwitchServerStore await ps; } + //禁用输入法 DisableIme() { if (this._gangplankWs.IsLink) this._gangplankWs.Send(JSON.stringify({ type: "imeDisable" })); } + + //还原输入法 ResetIme() { if (this._gangplankWs.IsLink)