🎨 重构用户端前端为vue开发,完善基础类和角色相关接口

This commit is contained in:
2026-02-10 21:55:45 +08:00
parent db934ebed7
commit 56e821b222
92 changed files with 18377 additions and 21 deletions

14
deploy/.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
# PostgreSQL 数据
postgres/data/
*.sql.backup
*.dump
# 日志文件
*.log
# 环境变量文件(如果创建的话)
.env
.env.local
# pgAdmin 数据
pgadmin_data/