refactor: Simplify machine ID reset process with user guidance
This commit is contained in:
@@ -376,8 +376,7 @@ def check_cursor_version():
|
|||||||
|
|
||||||
def reset_machine_id(greater_than_0_45):
|
def reset_machine_id(greater_than_0_45):
|
||||||
if greater_than_0_45:
|
if greater_than_0_45:
|
||||||
# 提示请手动执行脚本 https://github.com/chengazhen/cursor-auto-free/blob/main/patch_cursor_get_machine_id.py
|
print("重置id: 请搜索go-cursor-help")
|
||||||
patch_cursor_get_machine_id.patch_cursor_get_machine_id()
|
|
||||||
else:
|
else:
|
||||||
MachineIDResetter().reset_machine_ids()
|
MachineIDResetter().reset_machine_ids()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user