[TBID:ECX-9355] chore: merge master changes for release

This commit is contained in:
lukaijie
2026-07-17 16:46:55 +08:00
parent bc8fdb8388
commit 2b6a639592
76 changed files with 43028 additions and 9555 deletions

View File

@@ -131,9 +131,12 @@
}
},
"lint-staged": {
"*.{js,jsx,scss}": [
"npm run eslint",
"npm run prettier"
"*.{js,jsx}": [
"eslint --fix --ignore-path .eslintignore",
"prettier --write"
],
"*.{vue,mjs,scss}": [
"prettier --write"
]
},
"overrides": {