Pre Merge pull request !346 from potato/master

This commit is contained in:
potato
2024-03-11 03:37:13 +00:00
committed by Gitee
31 changed files with 1679 additions and 6 deletions

View File

@@ -5,7 +5,7 @@
"author": "若依",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",