Add custom shortcut key function

This commit is contained in:
zyronon
2023-11-06 23:39:09 +08:00
parent e1ebc5dcc2
commit 37c13da696
14 changed files with 2396 additions and 156 deletions

View File

@@ -12,7 +12,8 @@
"commit": "git-cz",
"prepare": "husky install",
"test": "",
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup"
"deploy": "push-dir --dir=dist --branch=gh-pages --cleanup",
"i18n:write": "gulp i18nwrite"
},
"dependencies": {
"@opentranslate/baidu": "^1.4.2",
@@ -55,7 +56,10 @@
"unplugin-auto-import": "^0.16.6",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.5",
"vue-tsc": "^1.8.5"
"vue-tsc": "^1.8.5",
"esm": "^3.2.25",
"gulp": "^4.0.2",
"xlsx": "^0.18.5"
},
"config": {
"commitizen": {