Browse Source

chore: 同步完整版代码

i18n
xiaoxian521 1 year ago
parent
commit
496feeb005
  1. 2
      .env.development
  2. 2
      .env.production
  3. 2
      .env.staging
  4. 4
      package.json
  5. 36
      pnpm-lock.yaml

2
.env.development

@ -2,7 +2,7 @@
VITE_PORT = 8848 VITE_PORT = 8848
# 开发环境读取配置文件路径 # 开发环境读取配置文件路径
VITE_PUBLIC_PATH = /
VITE_PUBLIC_PATH = ./
# 开发环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数") # 开发环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数")
VITE_ROUTER_HISTORY = "hash" VITE_ROUTER_HISTORY = "hash"

2
.env.production

@ -1,5 +1,5 @@
# 线上环境平台打包路径 # 线上环境平台打包路径
VITE_PUBLIC_PATH = /
VITE_PUBLIC_PATH = ./
# 线上环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数") # 线上环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数")
VITE_ROUTER_HISTORY = "hash" VITE_ROUTER_HISTORY = "hash"

2
.env.staging

@ -2,7 +2,7 @@
# https://cn.vitejs.dev/guide/env-and-mode.html#modes # https://cn.vitejs.dev/guide/env-and-mode.html#modes
# NODE_ENV = development # NODE_ENV = development
VITE_PUBLIC_PATH = /
VITE_PUBLIC_PATH = ./
# 预发布环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数") # 预发布环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数")
VITE_ROUTER_HISTORY = "hash" VITE_ROUTER_HISTORY = "hash"

4
package.json

@ -31,7 +31,7 @@
"dependencies": { "dependencies": {
"@pureadmin/descriptions": "^1.1.1", "@pureadmin/descriptions": "^1.1.1",
"@pureadmin/table": "^2.3.2", "@pureadmin/table": "^2.3.2",
"@pureadmin/utils": "^1.9.3",
"@pureadmin/utils": "^1.9.4",
"@vueuse/core": "^10.1.2", "@vueuse/core": "^10.1.2",
"@vueuse/motion": "^2.0.0", "@vueuse/motion": "^2.0.0",
"animate.css": "^4.1.1", "animate.css": "^4.1.1",
@ -60,7 +60,7 @@
"@iconify-icons/ri": "^1.2.8", "@iconify-icons/ri": "^1.2.8",
"@iconify/vue": "^4.1.1", "@iconify/vue": "^4.1.1",
"@intlify/unplugin-vue-i18n": "^0.11.0", "@intlify/unplugin-vue-i18n": "^0.11.0",
"@pureadmin/theme": "^3.0.0",
"@pureadmin/theme": "^3.1.0",
"@types/js-cookie": "^3.0.3", "@types/js-cookie": "^3.0.3",
"@types/mockjs": "^1.0.7", "@types/mockjs": "^1.0.7",
"@types/node": "^20.3.1", "@types/node": "^20.3.1",

36
pnpm-lock.yaml

@ -9,8 +9,8 @@ specifiers:
"@intlify/unplugin-vue-i18n": ^0.11.0 "@intlify/unplugin-vue-i18n": ^0.11.0
"@pureadmin/descriptions": ^1.1.1 "@pureadmin/descriptions": ^1.1.1
"@pureadmin/table": ^2.3.2 "@pureadmin/table": ^2.3.2
"@pureadmin/theme": ^3.0.0
"@pureadmin/utils": ^1.9.3
"@pureadmin/theme": ^3.1.0
"@pureadmin/utils": ^1.9.4
"@types/js-cookie": ^3.0.3 "@types/js-cookie": ^3.0.3
"@types/mockjs": ^1.0.7 "@types/mockjs": ^1.0.7
"@types/node": ^20.3.1 "@types/node": ^20.3.1
@ -89,7 +89,7 @@ specifiers:
dependencies: dependencies:
"@pureadmin/descriptions": 1.1[email protected] "@pureadmin/descriptions": 1.1[email protected]
"@pureadmin/table": 2.3[email protected] "@pureadmin/table": 2.3[email protected]
"@pureadmin/utils": 1.9.3[email protected][email protected]
"@pureadmin/utils": 1.9.4[email protected][email protected]
"@vueuse/core": 10.1[email protected] "@vueuse/core": 10.1[email protected]
"@vueuse/motion": 2.0[email protected] "@vueuse/motion": 2.0[email protected]
animate.css: 4.1.1 animate.css: 4.1.1
@ -102,14 +102,14 @@ dependencies:
mockjs: 1.1.0 mockjs: 1.1.0
nprogress: 0.2.0 nprogress: 0.2.0
path: 0.12.7 path: 0.12.7
pinia: 2.1.3[email protected][email protected]
pinia: 2.1.4[email protected][email protected]
qs: 6.11.2 qs: 6.11.2
responsive-storage: 2.2.0 responsive-storage: 2.2.0
sortablejs: 1.15.0 sortablejs: 1.15.0
vue: 3.3.4 vue: 3.3.4
vue-i18n: 9.2[email protected] vue-i18n: 9.2[email protected]
vue-router: 4.2[email protected] vue-router: 4.2[email protected]
vue-types: 5.0.3[email protected]
vue-types: 5.0.4[email protected]
devDependencies: devDependencies:
"@commitlint/cli": 17.6.5 "@commitlint/cli": 17.6.5
@ -118,7 +118,7 @@ devDependencies:
"@iconify-icons/ri": 1.2.8 "@iconify-icons/ri": 1.2.8
"@iconify/vue": 4.1[email protected] "@iconify/vue": 4.1[email protected]
"@intlify/unplugin-vue-i18n": 0.11[email protected] "@intlify/unplugin-vue-i18n": 0.11[email protected]
"@pureadmin/theme": 3.0.0
"@pureadmin/theme": 3.1.0
"@types/js-cookie": 3.0.3 "@types/js-cookie": 3.0.3
"@types/mockjs": 1.0.7 "@types/mockjs": 1.0.7
"@types/node": 20.3.1 "@types/node": 20.3.1
@ -1595,21 +1595,21 @@ packages:
vue: 3.3.4 vue: 3.3.4
dev: false dev: false
/@pureadmin/theme/3.0.0:
/@pureadmin/theme/3.1.0:
resolution: resolution:
{ {
integrity: sha512-1qs0fve9DY4XgI5xafTd9qRPuWSo2QGON7avBqKSSSjXpCbo2BOccsH6qh5N2BxVBVZQJBYZoMq3bAUdK2Q0Jw==
integrity: sha512-3kBbqB6Uua096w91w1SrGna0dM8AYO5HFk/HU8G0DsEaijgRrm+dYIJUrqbv+stLUxlYPNVXpDS/APZjF0cOAg==
} }
dependencies: dependencies:
"@zougt/some-loader-utils": 1.4.3 "@zougt/some-loader-utils": 1.4.3
fs-extra: 10.1.0
fs-extra: 11.1.1
string-hash: 1.1.3 string-hash: 1.1.3
dev: true dev: true
/@pureadmin/utils/1.9.3[email protected][email protected]:
/@pureadmin/utils/1.9.4[email protected][email protected]:
resolution: resolution:
{ {
integrity: sha512-2sAen4puE67Bb4YYH+8Gm9qDfQtpX1hQNg6T87wune5nRrDTXpiD0pyCP7owaLJrwPnbiUbBUHVvSEXN/VYKqQ==
integrity: sha512-OfIjGFl8IWXvnR5VMbIDTKcgLQ5bEPbmIMUjwUxaMQS5MGRKf/7dGJunP2zkU2l/QFOU5MmXuytOibykVL9cpw==
} }
peerDependencies: peerDependencies:
echarts: "*" echarts: "*"
@ -2753,7 +2753,7 @@ packages:
hasBin: true hasBin: true
dependencies: dependencies:
caniuse-lite: 1.0.30001503 caniuse-lite: 1.0.30001503
electron-to-chromium: 1.4.430
electron-to-chromium: 1.4.431
node-releases: 2.0.12 node-releases: 2.0.12
update-browserslist-db: 1.0[email protected] update-browserslist-db: 1.0[email protected]
@ -3793,10 +3793,10 @@ packages:
} }
dev: true dev: true
/electron-to-chromium/1.4.430:
/electron-to-chromium/1.4.431:
resolution: resolution:
{ {
integrity: sha512-FytjTbGwz///F+ToZ5XSeXbbSaXalsVRXsz2mHityI5gfxft7ieW3HqFLkU5V1aIrY42aflICqbmFoDxW10etg==
integrity: sha512-m232JTVmCawA2vG+1azVxhKZ9Sv1Q//xxNv5PkP5rWxGgQE8c3CiZFrh8Xnp+d1NmNxlu3QQrGIfdeW5TtXX5w==
} }
/element-plus/[email protected]: /element-plus/[email protected]:
@ -6490,10 +6490,10 @@ packages:
engines: { node: ">=0.10.0" } engines: { node: ">=0.10.0" }
dev: true dev: true
/pinia/2.1.3[email protected][email protected]:
/pinia/2.1.4[email protected][email protected]:
resolution: resolution:
{ {
integrity: sha512-XNA/z/ye4P5rU1pieVmh0g/hSuDO98/a5UC8oSP0DNdvt6YtetJNHTrXwpwsQuflkGT34qKxAEcp7lSxXNjf/A==
integrity: sha512-vYlnDu+Y/FXxv1ABo1vhjC+IbqvzUdiUC3sfDRrRyY2CQSrqqaa+iiHmqtARFxJVqWQMCJfXx1PBvFs9aJVLXQ==
} }
peerDependencies: peerDependencies:
"@vue/composition-api": ^1.4.0 "@vue/composition-api": ^1.4.0
@ -9319,10 +9319,10 @@ packages:
typescript: 5.0.4 typescript: 5.0.4
dev: true dev: true
/vue-types/5.0.3[email protected]:
/vue-types/5.0.4[email protected]:
resolution: resolution:
{ {
integrity: sha512-7+yOUXlRrpkJ4mtgmB6nIfDYLdLmxHQ/IMZR3hsEziYnHK4Y/Rf+rlCIg1rwNnlbyTiDf4v/vz1LEumo3RgwrQ==
integrity: sha512-ksYUQpvhk1Xl/K43OPkcm54VcX4tvxQoNYjYLk+n45NOocDsg9+DnviPq/KfDLjGs4P23iAosFPR8JSzuh9IPA==
} }
engines: { node: ">=14.0.0" } engines: { node: ">=14.0.0" }
peerDependencies: peerDependencies:

Loading…
Cancel
Save