feat: Integrate go-cursor-help for machine ID reset and update README with project acknowledgments

This commit is contained in:
Rygtx
2025-02-14 04:46:23 +08:00
parent 840c4393d2
commit 793920e6ca
4 changed files with 42 additions and 1 deletions

View File

@@ -7,6 +7,7 @@ from enum import Enum
from typing import Optional
from exit_cursor import ExitCursor
import go_cursor_help
import patch_cursor_get_machine_id
from reset_machine import MachineIDResetter
@@ -376,7 +377,8 @@ def check_cursor_version():
def reset_machine_id(greater_than_0_45):
if greater_than_0_45:
print("重置id: 请搜索go-cursor-help")
# 提示请手动执行脚本 https://github.com/chengazhen/cursor-auto-free/blob/main/patch_cursor_get_machine_id.py
go_cursor_help.go_cursor_help()
else:
MachineIDResetter().reset_machine_ids()