- 删除未使用的图片、SVG图标和组件 - 清理废弃的代码文件和依赖项 - 简化UI组件接口定义 - 更新部分文案为中文 - 移除博客相关功能 - 添加Telegram联系方式
19 lines
456 B
JSON
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)"
|
|
]
|
|
}
|
|
}
|