From 26ff948a734d8da9934820ec17369f2b11428e1f Mon Sep 17 00:00:00 2001 From: Charles7c Date: Thu, 14 Aug 2025 22:38:29 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E8=87=B34.1.0-SNAPSHOT?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- config/plugins/app-info.ts | 2 +- package.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e18b9b2..fb99f9e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ContiNew Admin UI -Release +Release Vue diff --git a/config/plugins/app-info.ts b/config/plugins/app-info.ts index 786d47a..5c45727 100644 --- a/config/plugins/app-info.ts +++ b/config/plugins/app-info.ts @@ -11,7 +11,7 @@ export default function appInfo(): Plugin { // eslint-disable-next-line no-console console.log( boxen( - `${bold(green(`${bgGreen('ContiNew Admin v4.0.0')}`))}\n${cyan('在线文档:')}${underline('https://continew.top')}\n${cyan('常见问题:')}${underline('https://continew.top/admin/faq.html')}\n${cyan('更新日志:')}${underline('https://continew.top/admin/changelog/')}\n${cyan('持续迭代优化的,高质量多租户中后台管理系统框架')}`, + `${bold(green(`${bgGreen('ContiNew Admin v4.1.0-SNAPSHOT')}`))}\n${cyan('在线文档:')}${underline('https://continew.top')}\n${cyan('常见问题:')}${underline('https://continew.top/admin/faq.html')}\n${cyan('更新日志:')}${underline('https://continew.top/admin/changelog/')}\n${cyan('持续迭代优化的,高质量多租户中后台管理系统框架')}`, { padding: 1, margin: 1, diff --git a/package.json b/package.json index dc583bf..00c5202 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "continew-admin-ui", "type": "module", - "version": "4.0.0", + "version": "4.1.0-SNAPSHOT", "private": "true", "scripts": { "bootstrap": "pnpm install --registry=https://registry.npmmirror.com", @@ -44,6 +44,7 @@ "pinia-plugin-persistedstate": "^3.1.0", "qs": "^6.11.2", "query-string": "^9.0.0", + "spark-md5": "^3.0.2", "v-viewer": "^3.0.10", "viewerjs": "^1.11.6", "vite-plugin-vue-devtools": "^7.0.27", @@ -58,8 +59,7 @@ "vue-router": "^4.3.3", "vue3-tree-org": "^4.2.2", "xe-utils": "^3.5.7", - "xgplayer": "^2.31.6", - "spark-md5": "^3.0.2" + "xgplayer": "^2.31.6" }, "devDependencies": { "@antfu/eslint-config": "^2.16.3",