Compare commits

..

3 Commits

Author SHA1 Message Date
yeongpin
04fa6ee935 update 2025-02-13 15:07:29 +08:00
yeongpin
ed1e0f787e fixed some env 2025-02-13 15:05:45 +08:00
yeongpin
240716e45f fixed small update 2025-02-13 15:05:20 +08:00
5 changed files with 5 additions and 5 deletions

4
.env
View File

@@ -1,2 +1,2 @@
version=1.3.01
VERSION=1.3.01
version=1.3.02
VERSION=1.3.02

View File

@@ -18,7 +18,7 @@ This is a tool to automatically register , support Windows and macOS systems, co
這是一個自動化工具自動註冊除了Google驗證碼),支持 Windows 和 macOS 系統完成Auth驗證重置Cursor的配置。
<p align="center">
<img src="./images/new107_2025-01-15_13-53-56.png" alt="new" width="400"/><br>
<img src="./images/pronew_2025-02-13_15-01-32.png" alt="new" width="400"/><br>
</p>
##### If you dont have google chrome , you can download it from [here](https://www.google.com/intl/en_pk/chrome/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -28,7 +28,7 @@ CURSOR_LOGO = f"""
{Fore.GREEN}
Author: Pin Studios | yeongpin
{Fore.RED}
Press 4 to change language | 按下 4 键切换语言
Press 5 to change language | 按下 5 键切换语言
{Style.RESET_ALL}
"""

View File

@@ -103,7 +103,7 @@ def main():
while True:
try:
choice = input(f"\n{EMOJI['ARROW']} {Fore.CYAN}{translator.get('menu.input_choice', choices='0-4')}: {Style.RESET_ALL}")
choice = input(f"\n{EMOJI['ARROW']} {Fore.CYAN}{translator.get('menu.input_choice', choices='0-5')}: {Style.RESET_ALL}")
if choice == "0":
print(f"\n{Fore.YELLOW}{EMOJI['INFO']} {translator.get('menu.exit')}...{Style.RESET_ALL}")