From e212a0ab75e1c59d0d030ac0b2f07048f6a0f9cf Mon Sep 17 00:00:00 2001 From: RuoYi <yzz_ivy@163.com> Date: 星期三, 04 十二月 2024 20:32:06 +0800 Subject: [PATCH] 支持开启暗黑模式 --- package.json | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ccb2199..1dd8ba6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ruoyi", - "version": "3.8.7", + "version": "3.8.8", "description": "鑻ヤ緷绠$悊绯荤粺", "author": "鑻ヤ緷", "license": "MIT", @@ -28,6 +28,7 @@ "jsencrypt": "3.3.2", "nprogress": "0.2.0", "pinia": "2.1.7", + "splitpanes": "3.1.5", "vue": "3.4.31", "vue-cropper": "1.1.1", "vue-router": "4.4.0" @@ -36,9 +37,9 @@ "@vitejs/plugin-vue": "5.0.5", "sass": "1.77.5", "unplugin-auto-import": "0.17.6", + "unplugin-vue-setup-extend-plus": "1.0.1", "vite": "5.3.2", "vite-plugin-compression": "0.5.1", - "vite-plugin-svg-icons": "2.0.1", - "unplugin-vue-setup-extend-plus": "1.0.1" + "vite-plugin-svg-icons": "2.0.1" } } -- Gitblit v1.9.3