升级 Vite 并补齐管理子路径鉴权参数

This commit is contained in:
root
2026-09-14 19:17:23 +08:00
parent 24b9b244b7
commit c115b6529d
7 changed files with 684 additions and 533 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ LionWebsite 是一个基于 Vue 3 + Vite 构建的漫画/Gallery 下载与管理
| 技术 | 用途 |
|------|------|
| **Vue 3** (Composition API, `<script setup>`) | 前端框架 |
| **Vite 5** | 构建工具 |
| **Element Plus 2.2** | UI 组件库 |
| **Vite 8** | 构建工具 |
| **Element Plus 2** | UI 组件库 |
| **Vuex 4** | 状态管理 |
| **Axios** | HTTP 请求 |
| **qs** | URL 序列化 |