feat: 更新 VSCode 设置,更新 package.json 脚本,添加新功能页面和重构组件

This commit is contained in:
严浩
2024-12-26 16:25:39 +08:00
parent 4e3633d7ea
commit 1dac41ce88
14 changed files with 135 additions and 102 deletions

View File

@@ -6,13 +6,14 @@
"type": "module",
"scripts": {
"dev": "vite",
"all": "run-p build-only format type-check lint",
"build": "run-p type-check \"build-only {@}\" --",
"build-only": "vite build",
"format": "prettier --write src/",
"type-check": "vue-tsc --build",
"lint": "run-s lint:*",
"lint:oxlint": "oxlint . --fix -D correctness --ignore-path .gitignore",
"lint:eslint": "eslint . --fix",
"lint": "run-s lint:*",
"format": "prettier --write src/",
"prepare": "husky",
"playwright": "playwright test",
"playwright:ui": "playwright test --ui",