Files
text-adventure-game/.claude/settings.local.json
Claude 7b851656de feat: 扩展游戏内容和地图系统优化
- MiniMap: 添加缩放/平移功能,优化节点显示样式
- 新增洞穴相关敌人和Boss(洞穴蝙蝠、洞穴领主)
- 新增义体类物品(钢制义臂、光学义眼、真皮护甲)
- 扩展武器技能系统(剑、斧、钝器、弓箭精通)
- 更新商店配置和义体相关功能
- 完善玩家/游戏Store状态管理

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 15:54:49 +08:00

23 lines
514 B
JSON

{
"permissions": {
"allow": [
"Bash(ls:*)",
"Bash(dir:*)",
"Read(//d/**)",
"mcp__playwright__browser_navigate",
"Bash(npx vitest run:*)",
"Bash(npx vitest:*)",
"Bash(netstat:*)",
"Bash(git init:*)",
"Bash(git config:*)",
"Bash(git remote add:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Read(//d/uniapp/app_test/wwa3/**)",
"Bash(npx eslint:*)",
"mcp__playwright__browser_close"
]
}
}