瀏覽代碼

📝 docs(commands): update check-auth command documentation

- 添加用户管理页相关文件路径到认证检查文档中
- 完善认证相关文件列表,包含src/client/admin/pages/Users.tsx
yourname 6 月之前
父節點
當前提交
140f8d7673
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .roo/commands/check-auth-认证相关文件检查.md

+ 3 - 0
.roo/commands/check-auth-认证相关文件检查.md

@@ -19,6 +19,9 @@ description: "认证相关文件检查指令"
         src/server/modules/users/user.schema.ts
         src/server/modules/users/user.schema.ts
         src/server/modules/users/user.service.ts
         src/server/modules/users/user.service.ts
 
 
+        用户管理页:
+        src/client/admin/pages/Users.tsx
+
         mobile前端:
         mobile前端:
         src/client/mobile/components/ProtectedRoute.tsx
         src/client/mobile/components/ProtectedRoute.tsx
         src/client/mobile/hooks/AuthProvider.tsx
         src/client/mobile/hooks/AuthProvider.tsx