fix conflicts

This commit is contained in:
RockYang
2024-03-12 18:07:19 +08:00
74 changed files with 249 additions and 1630 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"preview": "vite preview --mode preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"