学生资助

This commit is contained in:
2025-09-29 15:06:26 +08:00
parent 2fc41315fa
commit 07832bdffa
11 changed files with 1421 additions and 103 deletions

View File

@@ -5,10 +5,10 @@
"author": "srs",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"build": "NODE_OPTIONS=--max-old-space-size=4096 vite build",
"dev": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build:prod": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"build:stage": "set NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build --mode staging",
"build": "set NODE_OPTIONS=--openssl-legacy-provider --max-old-space-size=4096 && vite build",
"preview": "node build/index.js --preview",
"lint": "eslint --ext .js,.vue src"
},