fixed small update

This commit is contained in:
yeongpin 2025-02-13 15:05:20 +08:00
parent 35bbe6c93c
commit 240716e45f
4 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ This is a tool to automatically register , support Windows and macOS systems, co
這是一個自動化工具自動註冊除了Google驗證碼),支持 Windows 和 macOS 系統完成Auth驗證重置Cursor的配置。 這是一個自動化工具自動註冊除了Google驗證碼),支持 Windows 和 macOS 系統完成Auth驗證重置Cursor的配置。
<p align="center"> <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> </p>
##### If you dont have google chrome , you can download it from [here](https://www.google.com/intl/en_pk/chrome/) ##### 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: 65 KiB

View File

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

View File

@ -103,7 +103,7 @@ def main():
while True: while True:
try: 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": if choice == "0":
print(f"\n{Fore.YELLOW}{EMOJI['INFO']} {translator.get('menu.exit')}...{Style.RESET_ALL}") print(f"\n{Fore.YELLOW}{EMOJI['INFO']} {translator.get('menu.exit')}...{Style.RESET_ALL}")