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.
煎饼果子卷鲨鱼辣椒
1c784fa036
```
fix(cursor-mac-id-modifier): 修复Electron环境下Hook加载失败问题
使用CommonJS语法(require)替代ESM动态import()来加载Hook文件,
因为Electron的main.js运行在CJS上下文中,ESM动态import可能静默失败。
移除了对import.meta、url模块的依赖,简化了文件路径处理逻辑。
```
|
7 months ago |
| .. |
|
hook
|
```
|
7 months ago |
|
run
|
```
|
7 months ago |