feat(设备管理): 添加一键删除所有设备功能

- 前端添加删除所有设备按钮及确认对话框
- 后端实现删除所有设备及相关数据的接口
- 更新.gitignore忽略backend/temp目录
This commit is contained in:
zhang1106
2026-02-09 16:22:00 +08:00
parent 1c9a9a28b5
commit 93a5de2106
3 changed files with 105 additions and 0 deletions
+1
View File
@@ -1,5 +1,6 @@
# Dependencies
node_modules/
/backed/temp
# Build outputs
dist/