From 558dece1afc4bf48f47528ed83a8cfd72eb00a38 Mon Sep 17 00:00:00 2001
From: ZhangXianQiang <1135831638@qq.com>
Date: 星期四, 06 六月 2024 14:49:00 +0800
Subject: [PATCH] chore:修改路由
---
package.json | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/package.json b/package.json
index cfc27fe..4b74a76 100644
--- a/package.json
+++ b/package.json
@@ -20,9 +20,13 @@
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
+ "autoprefixer": "^10.4.19",
"electron": "^30.0.9",
"electron-builder": "^24.13.3",
"electron-devtools-installer": "^3.2.0",
+ "postcss": "^8.4.38",
+ "sass": "^1.77.4",
+ "tailwindcss": "^3.4.3",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.0",
--
Gitblit v1.8.0