342 Commits (master)
 

Author SHA1 Message Date
煎饼果子卷鲨鱼辣椒 a864cf9284 gg 5 hours ago
煎饼果子卷鲨鱼辣椒 f3953cd838 移除 Cursor 初始化清理函数的调用,这个方法还需要琢磨一下 6 days ago
煎饼果子卷鲨鱼辣椒 a48185e6a5 支持0.50.x 7 days ago
煎饼果子卷鲨鱼辣椒 c1b7e42e27 新增 Cursor 初始化清理函数以删除不必要的文件和文件夹,提升脚本的稳定性和用户体验。该函数在 Linux 和 macOS 环境下均进行了实现,确保用户配置的清理工作能够顺利完成。 7 days ago
煎饼果子卷鲨鱼辣椒 776ecb0434 新增 Cursor 初始化函数以清理不必要的文件和文件夹,提升脚本的稳定性和用户体验。同时修复了路径字符串中的转义字符问题,确保在 Windows 环境下的兼容性。 7 days ago
煎饼果子卷鲨鱼辣椒 86b2bae098 更新 README 文件中的微信群二维码,替换为新的二维码图片(qun13.png),以确保用户获取最新的联系方式。 2 weeks ago
煎饼果子卷鲨鱼辣椒 291c6198bc Merge branch 'master' of https://github.com/yuaotian/go-cursor-help 1 month ago
煎饼果子卷鲨鱼辣椒 bc787f2076 新增辅助函数以判断接口类型、生成本地管理+单播MAC地址,并自动检测并调用第三方工具(macchanger或spoof-mac)以增强MAC地址修改功能的可靠性。同时,优化了临时禁用和重新启用接口的逻辑,提供了失败时的恢复/重试选项,提升了用户体验和脚本的稳定性。 1 month ago
煎饼果子卷鲨鱼辣椒@86 9204cef000
Merge pull request #490 from yunfeidog/master 1 month ago
yunfeidog 363518ad40 fix(mac): 修复mac环境下无法成功修改MAC地址的问题 1 month ago
煎饼果子卷鲨鱼辣椒 d01dcdb7ba 新增 Cursor 安装相关功能,优化了查找和安装过程。包括添加标准安装路径、改进资源目录查找逻辑、实现从本地 AppImage 安装 Cursor 的功能,并增强了日志记录以提高用户体验。同时,更新了配置文件处理逻辑,确保在备份和修改过程中更具可靠性。此更改旨在提升脚本的稳定性和用户友好性。 1 month ago
煎饼果子卷鲨鱼辣椒 234ec180a0 qun-12 1 month ago
煎饼果子卷鲨鱼辣椒 974852944b 在临时修改系统 MAC 地址的功能中,更新了调用方式以确保即使在执行过程中出现错误也不会中断后续操作。此更改通过在调用 `change_system_mac_address` 函数时添加 `|| true`,提升了脚本的稳定性和用户体验。 1 month ago
煎饼果子卷鲨鱼辣椒 e5ea1700bd 更新 README 文件以添加针对 Linux 用户的注意事项,说明脚本如何定位 Cursor 安装位置,并确保用户能够通过常见路径访问 Cursor。同时,修正了 README 文件中的中文引号格式,以提升文档的准确性和可读性。 1 month ago
煎饼果子卷鲨鱼辣椒@86 3f7ae1fbf3
Merge pull request #483 from Poikilos/python-and-gettext-translation 1 month ago
煎饼果子卷鲨鱼辣椒 e481d97bd2 新增辅助函数以支持修改单个网络接口的 MAC 地址,并优化临时修改系统 MAC 地址的功能,现可处理所有活动的 Wi-Fi 和 Ethernet 接口。此更改包括详细的日志记录和错误处理,确保用户能够清晰了解每个接口的状态和修改结果,提升了功能的可靠性和用户体验。 1 month ago
煎饼果子卷鲨鱼辣椒 702bb5d05f 更新临时修改系统 MAC 地址的功能,通过路由表获取默认网络接口,提升了接口检测的准确性和可靠性。同时,调整了日志信息以更好地反映当前操作状态,确保用户能够清晰了解接口检测的结果和可能的默认设置。此更改旨在进一步优化用户体验和功能的稳定性。 1 month ago
Poikilos a34ff83bca Add Python version of Linux script and English translation (Other OS can be added by `import platform` then checking if `platform.system()` equals "Darwin", or "Linux" or "Windows"). Please test this, since I'm not entirely familiar with the code. I know bash and Python well, so I fixed mistakes but the translations to Python and English were both made by Grok (with original cursor_linux_id_modifier.sh code and several detailed prompts). 1 month ago
煎饼果子卷鲨鱼辣椒 207689ff56 在临时修改系统 MAC 地址的功能中新增检查,以确保文件中是否已存在 randomDeviceId_ 时间戳模式。此更改通过日志记录跳过通用注入,提升了功能的可靠性和用户体验。 1 month ago
煎饼果子卷鲨鱼辣椒 a2d55a00a2 优化临时修改系统 MAC 地址的功能,增加了接口禁用和重新启用的步骤,以确保在修改过程中网络连接的稳定性。添加了详细的日志记录和错误处理,确保用户能够清晰了解 MAC 地址修改的状态和可能的失败原因。此更改旨在提升用户体验和功能的可靠性。 1 month ago
煎饼果子卷鲨鱼辣椒 d48d9fa1d0 新增临时修改系统 MAC 地址的功能,允许用户在不重启的情况下更改主网络接口的 MAC 地址。此更改包括自动检测主网络接口、生成随机 MAC 地址并执行修改,同时在日志中记录相关信息和警告。更新了主程序执行流程以默认调用此功能,确保用户在使用工具时了解相关风险和操作影响。 1 month ago
煎饼果子卷鲨鱼辣椒 33cd677188 更新 README 文件以反映最新的 Cursor 版本支持信息,从 0.47.x 更新至 0.49.x,确保文档的准确性和最新性。同时,更新了日志文件名称和内容,以更好地描述工具的功能。此更改旨在提升用户体验和文档的实用性。 1 month ago
煎饼果子卷鲨鱼辣椒 f6aba31832 更新 README 文件以添加 Cursor 通用解决方案,包括关闭账号、刷新机器码和浏览器更换的步骤。这些更改旨在提供用户在遇到问题时的解决方案,确保文档的实用性和准确性。 2 months ago
煎饼果子卷鲨鱼辣椒 f022fc1736 更新 README 文件以反映最新的 Cursor 版本支持信息,移除对 v0.45.x 及以下版本的支持声明,并更新版本历史链接。同时,更新了 WeChat 二维码的有效期和图片。此更改确保文档的准确性和最新性。 2 months ago
煎饼果子卷鲨鱼辣椒 0c59c68340 mac 2 months ago
煎饼果子卷鲨鱼辣椒 3501dd3602 Merge branch 'master' of https://github.com/yuaotian/go-cursor-help 2 months ago
煎饼果子卷鲨鱼辣椒@86 9eba036c80
Merge pull request #436 from muslim098/add-cursor-free-trial-reset 2 months ago
煎饼果子卷鲨鱼辣椒@86 00bbf18ce7
Merge pull request #434 from cursor-home/master 2 months ago
Abdallah Diaa 2cc31dd77f Add Cursor free trial reset tool 2 months ago
CC11001100 ec954b3130 fix: improve panic recovery in main function 2 months ago
煎饼果子卷鲨鱼辣椒 2ae42e3c2a qun 10 2 months ago
煎饼果子卷鲨鱼辣椒 fc5ea3511b
Merge pull request #393 from hieusats/fix-syntax-error-in-linux-script 2 months ago
hieu.sats 4daa24e80a Fix process detection in Linux script to avoid terminating itself 2 months ago
hieu.sats 6d53a926e0 Fix syntax error in cursor_linux_id_modifier.sh script 2 months ago
煎饼果子卷鲨鱼辣椒 d47f127ba3 更新README文件中的微信群二维码和有效期信息 2 months ago
煎饼果子卷鲨鱼辣椒 49f5af4827
Merge pull request #387 from hulu798/master 2 months ago
hulu135289 b0455d2c46 修正脚本Linux版本路径问题 2 months ago
煎饼果子卷鲨鱼辣椒 ff17ed48d7 更新cursor_linux_id_modifier.sh和cursor_mac_id_modifier.sh脚本 2 months ago
煎饼果子卷鲨鱼辣椒 df9507a433
Merge pull request #374 from LeaveC/master 2 months ago
LeaveC f4d8ba125c
Update cursor_mac_id_modifier.sh 2 months ago
煎饼果子卷鲨鱼辣椒 9ec3f0518c 更新cursor_linux_id_modifier.sh脚本,修改了macOS版本信息的日志输出,注释掉了Linux环境检查的相关代码,并优化了应用修复选项的菜单选择提示,以提升用户交互体验。 2 months ago
煎饼果子卷鲨鱼辣椒 f130869f51
Merge pull request #366 from LeaveC/master 2 months ago
LeaveC 2a382d7faa
免重置机器码,完美去除app机器码校验 2 months ago
LeaveC fc4f4b870e
免重置机器码,完美去除app机器码校验 2 months ago
煎饼果子卷鲨鱼辣椒 42b6c3f159 重构cursor_mac_id_modifier.sh脚本,新增通用菜单选择函数以提升用户交互体验。优化了用户输入处理逻辑,简化了备份文件恢复和其他选项的选择过程,增强了日志记录功能,确保用户选择的可追溯性。 2 months ago
煎饼果子卷鲨鱼辣椒 d6155e5342 更新README_JP.md文件中的微信群二维码和有效期信息,确保用户获取最新的联系方式和有效期提示。 3 months ago
煎饼果子卷鲨鱼辣椒 f74541b712 Merge branch 'master' of https://github.com/yuaotian/go-cursor-help 3 months ago
煎饼果子卷鲨鱼辣椒 b099f4d8a9 更新README文件中的微信群二维码和有效期信息,确保用户获取最新的联系方式和有效期提示。 3 months ago
煎饼果子卷鲨鱼辣椒 d90c9e49d0
Merge pull request #361 from Lintech-1/patch-1 3 months ago
煎饼果子卷鲨鱼辣椒 3b677e23bb
Merge pull request #351 from eltociear/add-japanese-readme 3 months ago