Feature: complete i18n support for manage func

This commit is contained in:
萌萌哒赫萝
2023-03-20 18:41:28 +08:00
parent 2b09217f55
commit a473e25469
11 changed files with 1323 additions and 317 deletions

View File

@@ -119,6 +119,7 @@ import { ipcRenderer, IpcRendererEvent } from 'electron'
import { TOGGLE_SHORTKEY_MODIFIED_MODE } from '#/events/constants'
import { onBeforeUnmount, onBeforeMount, ref, watch } from 'vue'
import { getConfig, sendToMain } from '@/utils/dataSender'
import { T as $T } from '@/i18n'
const list = ref<IShortKeyConfig[]>([])
const keyBindingVisible = ref(false)