开发:添加注释

pull/2712/MERGE
ChenX 5 months ago
parent 8a31752e97
commit c720029680

@ -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)

Loading…
Cancel
Save