From 949d109ce3c3658d03f13b97786c33b1643eab55 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 09 Apr 2026 16:59:48 +0800
Subject: [PATCH] test: 添加 CSideMenu 组件测试
---
.claude/settings.json | 23 +++++++++++++++++++----
1 files changed, 19 insertions(+), 4 deletions(-)
diff --git a/.claude/settings.json b/.claude/settings.json
index 4d7868d..a874668 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -1,19 +1,34 @@
{
"permissions": {
"allow": [
+ "Read(openspec/**)",
+ "Edit(openspec/**)",
"Read(src/**)",
"Edit(src/**)",
"Read(public/**)",
"Edit(public/**)",
- "Bash(npx tsc:*)",
+ "Read(example/**)",
+ "Edit(example/**)",
+ "Read(test/**)",
+ "Edit(test/**)",
+
+ "Bash(pnpm run *)",
+ "Bash(pnpm eslint *)",
"Bash(pnpm dev:*)",
"Bash(pnpm test:run:*)",
"Bash(pnpm build:*)",
+ "Bash(pnpm test:*)",
+ "Bash(pnpm exec playwright open:*)",
+ "Bash(pnpm exec playwright test:*)",
+
+ "Bash(openspec *)",
"Bash(openspec new change *)",
"Bash(openspec status *)",
"Bash(openspec instructions *)",
- "Read(D:/AiSim/AdminManager/**)",
- "Bash(find D:/AiSim/AdminManager/src *)"
- ]
+ "Bash(cmd //c \"openspec new change *\")",
+ "Bash(cmd //c \"openspec status *\")",
+ "Bash(cmd //c \"openspec instructions *\")"
+ ],
+ "deny": ["Edit(openspec/docs/old-refactors/**)"]
}
}
--
Gitblit v1.9.1