Skip to content

Commit 14f6458

Browse files
committed
add skk
1 parent aaf8cea commit 14f6458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PluginManager.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function getInstalledPlugins() {
1414
return window.fcitx.getInstalledPlugins().sort()
1515
}
1616
17-
const allPlugins = ['anthy', 'chewing', 'chinese-addons', 'hallelujah', 'hangul', 'lua', 'm17n', 'mozc', 'rime', 'sayura', 'thai', 'unikey']
17+
const allPlugins = ['anthy', 'chewing', 'chinese-addons', 'hallelujah', 'hangul', 'lua', 'm17n', 'mozc', 'rime', 'sayura', 'skk', 'thai', 'unikey']
1818
const installedPlugins = ref<string[]>(getInstalledPlugins())
1919
const availablePlugins = computed(() => allPlugins.filter(plugin => !installedPlugins.value.includes(plugin)))
2020

0 commit comments

Comments
 (0)