From 9b23e5933cd367f640599457ec21467649c29d0c Mon Sep 17 00:00:00 2001 From: junxiang Mu <1948535941@qq.com> Date: Mon, 22 Sep 2025 16:47:35 +0800 Subject: [PATCH] fix start error Signed-off-by: junxiang Mu <1948535941@qq.com> --- .claude/settings.local.json | 5 +- CLAUDE.md | 30 +- package-lock.json | 19869 ---------------------------------- package.json | 2 + pnpm-lock.yaml | 1082 +- 5 files changed, 924 insertions(+), 20064 deletions(-) delete mode 100644 package-lock.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json index edfe686..f600129 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -16,7 +16,10 @@ "Bash(mv:*)", "Bash(cp:*)", "Bash(npm run:*)", - "Bash(git add:*)" + "Bash(git add:*)", + "Bash(node:*)", + "Bash(npm:*)", + "Bash(pnpm add:*)" ], "deny": [] } diff --git a/CLAUDE.md b/CLAUDE.md index 150d944..2ad9fe9 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -59,7 +59,11 @@ Domain-specific logic is organized in composables (`composables/`): - `useAPI.ts` - Base API wrapper using custom `$apiFetch` - `useAuth.ts` - Authentication and session management - `useBucket.ts`, `useObject.ts` - Object storage operations -- `useUsers.ts`, `useAccessKeys.ts` - User and access management +- `useUsers.ts`, `useAccessKeys.ts`, `useGroups.ts` - User and access management +- `usePolicies.ts`, `usePools.ts`, `useTiers.ts` - Policy and storage management +- `useSystem.ts` - System monitoring and health checks +- `useSSE.ts` - Server-sent events for real-time updates +- `useEcharts.ts` - Chart and visualization utilities #### Component Architecture @@ -115,3 +119,27 @@ Required environment variables: - TypeScript interfaces and types go in `types/` directory - Utility functions organized by domain in `utils/` - Follow Vue 3 Composition API patterns with `