fix: 真流量虚流量权限
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m42s

This commit is contained in:
sexygoat
2026-05-14 10:52:11 +08:00
parent 1690252740
commit 38cf7d12e9
29 changed files with 859 additions and 198 deletions

View File

@@ -11,6 +11,7 @@
"build:default": "vue-tsc --noEmit && vite build --mode default",
"build:development": "vue-tsc --noEmit && vite build --mode development",
"build:production": "vue-tsc --noEmit && vite build --mode production",
"check:encoding": "node scripts/check-encoding.mjs",
"np": "vite build --mode production",
"nd": "vite build --mode development",
"serve": "vite preview",
@@ -28,6 +29,9 @@
}
},
"lint-staged": {
"*.{js,ts,mjs,mts,tsx,cjs,json,jsonc,vue,html,htm,css,less,scss,md,mdx,yaml,yml}": [
"node scripts/check-encoding.mjs"
],
"*.{js,ts,mjs,mts,tsx}": [
"eslint --fix",
"prettier --write"