添加 国际化框架

This commit is contained in:
2024-12-20 10:55:03 +08:00
parent b78740a239
commit fba29e0abc
139 changed files with 5297 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
"license": "Apache-2.0",
"scripts": {
"dev": "vue-cli-service serve",
"dev2": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"dev2": "SET NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",
@@ -71,6 +71,7 @@
"vue-cropper": "0.4.9",
"vue-echarts": "^5.0.0-beta.0",
"vue-highlightjs": "^1.3.3",
"vue-i18n": "^8.27.0",
"vue-image-crop-upload": "^2.5.0",
"vue-json-pretty": "^1.7.1",
"vue-router": "3.0.2",