Files
blweb/.claude/settings.local.json
Cho-P4 907e35cce8 feat: 为所有弹出元素添加关闭过渡动画 + 页面路由切换动画
- SearchBar:关闭时遮罩淡出 + 面板上滑收起
- 图片插入 Popover:关闭时缩放淡出
- 删除确认:window.confirm 替换为自定义毛玻璃模态框(含淡入/淡出)
- 页面路由切换:离开时向上淡出,进入时向下淡入(含编辑器返回管理页)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-01 18:24:37 +08:00

16 lines
380 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install *)",
"Bash(npm run *)",
"mcp__Claude_in_Chrome__tabs_context_mcp",
"Bash(git init *)",
"Bash(git add *)",
"Bash(git commit -m ' *)",
"Bash(git remote *)",
"Bash(git push *)",
"Bash(git commit -m 'docs: 重写 README 为中文,添加英文版跳转链接 *)"
]
}
}