This commit is contained in:
2025-04-18 01:44:02 +08:00
parent 55057185c6
commit e99b91bcff
13 changed files with 737 additions and 530 deletions

View File

@@ -1,5 +1,26 @@
# Findreve 更新日志
## V1.3.0 2025-04-18
- 新增 全站前后端分离
- 新增 物品页懒加载
- 优化 后台操作时的加载体验
- 优化 创建物品后二维码的显示
- 优化 代码结构
- 优化 Swagger UI 中的结构
- 修复 后台模态框数据不清空
## V1.2.0 2025-03-29
- 新增 JWT 鉴权登录,显著提升安全性
- 新增 修改物品信息
- 新增 删除物品信息
- 优化 数据库操作器的代码逻辑
- 优化 后台管理员页面的显示
- 修复 物品页面无法正确显示
## V1.1.2 2025-02-10
- 新增 VSCode快速启动与调试