This commit is contained in:
Your Name
2026-03-13 14:08:52 +08:00
parent 08dd9cd307
commit eb283f008b
667 changed files with 8425 additions and 27053 deletions
+2 -1
View File
@@ -6,6 +6,7 @@
"dev": "vite",
"preview": "vite preview --port 4173",
"build": "vite build && node scripts/release.mjs",
"clean": "node scripts/clean.mjs",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
@@ -66,4 +67,4 @@
"vite-plugin-vue-setup-extend": "^0.4.0",
"vue-tsc": "^2.2.2"
}
}
}