Files
resume/.claude/settings.local.json
Evan d3344e8961 refactor: 移除未使用的代码和资源,优化项目结构
- 删除未使用的图片、SVG图标和组件
- 清理废弃的代码文件和依赖项
- 简化UI组件接口定义
- 更新部分文案为中文
- 移除博客相关功能
- 添加Telegram联系方式
2026-01-22 14:52:45 +08:00

19 lines
456 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:github.com)",
"WebFetch(domain:resume.liukersun.com)",
"Bash(npm run dev)",
"Bash(test:*)",
"Bash(for file in makeblock.png hit.png bytedance.png xiasha.png neau.png)",
"Bash(do if [ ! -f \"$file\" ])",
"Bash(then cp me.png \"$file\")",
"Bash(fi)",
"Bash(done)",
"Bash(ls:*)",
"Bash(npm uninstall:*)",
"Bash(npx knip)"
]
}
}