feat(admin): 添加用户管理相关文件

添加用户管理视图、API和状态管理文件
This commit is contained in:
张翔
2026-03-28 14:37:29 +08:00
commit 08ea5fbe98
1643 changed files with 255646 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/bin/bash
echo "🧹 清理测试环境..."
# 清理测试报告
rm -rf test-results/
rm -rf playwright-report/
# 清理测试截图
rm -rf screenshots/
# 清理测试视频
rm -rf test-results/videos/
echo "✅ 测试环境清理完成!"