From cece629f7f4e307df113b94868042025384d10da Mon Sep 17 00:00:00 2001 From: Soleil <60135704+GalacticDevOps@users.noreply.github.com> Date: Sat, 11 Jan 2025 00:21:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20fin/#4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- resources/workspace/cursor_pro_keep_alive.py | 1 - workspace/cursor_pro_keep_alive.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) 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__":