Add custom shortcut key function
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user