Generating commit message...

This commit is contained in:
2025-08-30 15:52:52 +08:00
commit 55a9840ba0
23 changed files with 612 additions and 0 deletions

22
admin_website/README.md Normal file
View File

@@ -0,0 +1,22 @@
# 爱鉴花后台管理系统
## 项目介绍
这是爱鉴花项目的后台管理系统基于Vue3开发。
## 技术栈
- Vue3
- Vue Router
- Vuex
- Element Plus
## 文件结构
- src: 源代码
- components: 组件
- views: 页面
- router: 路由配置
- store: 状态管理
- utils: 工具函数
- public: 静态资源
## 开发说明
请确保安装了Node.js环境并使用npm管理依赖。