diff --git a/package.json b/package.json index 3cd36e2..5973f81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ez-cursor-free", - "version": "1.0.5", + "version": "1.0.6", "description": "Ez2 Use Cursor Free Tools", "main": "./out/main/index.js", "author": "Soleil", diff --git a/resources/workspace/cursor_pro_keep_alive.py b/resources/workspace/cursor_pro_keep_alive.py index 20b5aa4..09f029d 100644 --- a/resources/workspace/cursor_pro_keep_alive.py +++ b/resources/workspace/cursor_pro_keep_alive.py @@ -369,7 +369,6 @@ def main(): finally: if browser_manager: browser_manager.quit() - input("\n按回车键退出...") if __name__ == "__main__": diff --git a/workspace/cursor_pro_keep_alive.py b/workspace/cursor_pro_keep_alive.py index 20b5aa4..09f029d 100644 --- a/workspace/cursor_pro_keep_alive.py +++ b/workspace/cursor_pro_keep_alive.py @@ -369,7 +369,6 @@ def main(): finally: if browser_manager: browser_manager.quit() - input("\n按回车键退出...") if __name__ == "__main__":