Files
software-workspace/.claude/settings.local.json
T
shenjianZ b6f15f82d8 feat: 新增 QuantaNote 项目展示,重构项目卡片与截图浏览组件
- 新增 QuantaNote 完整项目数据(特性描述、截图、Logo)
  - 为所有项目添加 logo 和 websiteUrl 字段支持
  - 移除 stars/forks 相关展示与排序逻辑
  - ScreenshotCarousel 增加左右切换箭头和 Lightbox 全屏预览(支持键盘导航)
  - 更新项目创建文档,补充 logo 和 installGuide 配置说明
2026-05-22 16:07:30 +08:00

25 lines
540 B
JSON

{
"permissions": {
"allow": [
"Bash(pnpm add *)",
"Bash(pnpm format *)",
"Bash(pnpm build *)",
"Bash(rtk lint *)",
"Bash(rtk ls *)",
"Bash(rtk pnpm *)",
"Bash(pnpm test *)",
"mcp__Claude_Preview__preview_start",
"Bash(pnpm dev *)",
"Bash(rtk read *)",
"Bash(rtk grep *)",
"Bash(rtk git *)",
"Bash(gh repo *)",
"Bash(gh release *)",
"Bash(gh api *)",
"Bash(echo \"exit: $?\")",
"Bash(rtk npx *)",
"Bash(rtk tsc *)"
]
}
}