feat: 添加 PrimeVue 组件演示页面
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 2m39s
CI/CD Pipeline / build-and-deploy (push) Successful in 2m51s

This commit is contained in:
严浩
2025-10-28 23:48:14 +08:00
parent 33e8a4a5d6
commit c490cb1c8e
15 changed files with 136 additions and 9 deletions

View File

@@ -18,7 +18,7 @@
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint:vue-i18n-extract": "vue-i18n-extract report --vueFiles './src/**/*.?(ts|tsx|vue)' --languageFiles './src/locales/*.?(json|yml|yaml|js)' --ci",
"lint:stylelint": "stylelint \"**/*.{css,less,scss,vue}\" --fix --ignore-path .gitignore",
"lint:stylelint": "stylelint --fix --ignore-path .gitignore \"**/*.{css,less,scss,vue}\"",
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint . --fix",
"test:unit:DisableWatch": "vitest --run",
@@ -27,14 +27,15 @@
"prepare": "husky"
},
"lint-staged": {
"{server,src,e2e}/**/*.{js,jsx,ts,tsx,vue}": [
"prettier --write",
"{src,e2e}/**/*.{js,jsx,ts,tsx,vue}": [
"eslint --fix",
"oxlint --fix"
"oxlint --fix",
"prettier --write"
],
"{src,packages}/**/*.{css,less,scss,vue}": [
"stylelint --fix"
]
],
"{src/locales-4-route,src/locales}/**/*": "node scripts/type-check-for-lint-staged.mjs"
},
"pnpm": {
"overrides": {
@@ -61,6 +62,7 @@
"highlight.js": "^11.11.1",
"naive-ui": "^2.43.1",
"pinia": "^3.0.3",
"primeicons": "^7.0.0",
"primelocale": "^2.1.7",
"primevue": "^4.3.9",
"ts-enum-util": "^4.1.0",