Skip to content

Commit

Permalink
refactor(cursor_pro_keep_alive):重构代码并添加新功能
Browse files Browse the repository at this point in the history
- 移除了不必要的库和未使用的代码
- 添加了新功能:恢复机器标识
- 优化了代码结构,提高了可读性和可维护性
- 修改了菜单选项和相关提示信息
- 重新组织了文件导入和函数定义
  • Loading branch information
wqjuser committed Feb 4, 2025
1 parent c4d46b0 commit a496fda
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 571 deletions.
5 changes: 1 addition & 4 deletions CursorKeepAlive.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,19 @@ a = Analysis(
datas=[
('turnstilePatch', 'turnstilePatch'),
('cursor_auth_manager.py', '.'),
('patch_cursor_get_machine_id.py', '.'),
('mac_address_changer.py', '.')
('patch_cursor_get_machine_id.py', '.')
],
hiddenimports=[
'cursor_auth_manager',
'psutil',
'DrissionPage',
'colorama',
'python-dotenv',
'exit_cursor',
'browser_utils',
'get_email_code',
'logo',
'config',
'patch_cursor_get_machine_id',
'mac_address_changer',
],
hookspath=[],
hooksconfig={},
Expand Down
Loading

0 comments on commit a496fda

Please sign in to comment.