refactor: 移除未使用的代码和资源,优化项目结构
- 删除未使用的图片、SVG图标和组件 - 清理废弃的代码文件和依赖项 - 简化UI组件接口定义 - 更新部分文案为中文 - 移除博客相关功能 - 添加Telegram联系方式
This commit is contained in:
18
.claude/settings.local.json
Normal file
18
.claude/settings.local.json
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user