feat: 依赖预加载
This commit is contained in:
parent
a0efe76c93
commit
6c6ddd5c5a
@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "${0%/*}/h"
|
||||
. "$(dirname -- "$0")/husky.sh"
|
||||
|
||||
npx --no-install commitlint --edit $1
|
||||
|
||||
@ -1,2 +1,4 @@
|
||||
#!/usr/bin/env sh
|
||||
. "${0%/*}/h"
|
||||
. "$(dirname "$0")/husky.sh"
|
||||
|
||||
pnpm run lint:lint-staged
|
||||
|
||||
@ -16,7 +16,8 @@ const include = [
|
||||
"@codemirror/theme-one-dark",
|
||||
"@codemirror/lang-json",
|
||||
"@codemirror/lang-javascript",
|
||||
"@codemirror/lang-vue"
|
||||
"@codemirror/lang-vue",
|
||||
"pinyin-pro"
|
||||
];
|
||||
|
||||
/**
|
||||
|
||||
@ -60,7 +60,7 @@ export default {
|
||||
["fingerprintjs2"]: "浏览器指纹",
|
||||
["barcode"]: "条形码",
|
||||
["qrcode"]: "二维码",
|
||||
["pinyin"]: "拼音",
|
||||
["pinyin"]: "拼音转换",
|
||||
["markdown"]: "Markdown",
|
||||
["directive"]: "自定义指令",
|
||||
["anti-shake"]: "防抖",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user