You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
煎饼果子卷鲨鱼辣椒
06090e35ae
```
fix(cursor_mac_id_modifier): 修复Python脚本执行和进程管理问题
- 修复bash变量检查语法,使用更安全的 [ -n "${VAR:-}" ] 格式替代 [ ! -z "$VAR" ]
- 在Cursor进程关闭后添加wait命令,避免后台进程产生"Terminated: 15"噪音
- 将多行Python脚本改为heredoc格式,解决引号和缩进问题导致的IndentationError
- 临时禁用set -e模式确保Python错误能被正确捕获和处理
- 优化JSON配置读取、修改和验证的Python代码,提高稳定性和安全性
```
|
6 months ago |
| .. |
|
hook
|
```
|
6 months ago |
|
run
|
```
|
6 months ago |