update at 2026-01-22 09:34:21
This commit is contained in:
4
main.ts
4
main.ts
@@ -309,10 +309,10 @@ export default class VimIMSwitchPlugin extends Plugin {
|
||||
currentName.includes('baidu')) {
|
||||
this.settings.chineseInputMethod = currentName;
|
||||
} else {
|
||||
this.settings.chineseInputMethod = 'com.tencent.inputmethod.wetype.pinyin';
|
||||
this.settings.chineseInputMethod = 'com.apple.inputmethod.SCIM.ITABC'
|
||||
}
|
||||
} catch (error) {
|
||||
this.settings.chineseInputMethod = 'com.tencent.inputmethod.wetype.pinyin';
|
||||
this.settings.chineseInputMethod = 'com.apple.inputmethod.SCIM.ITABC'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user