mirror of
https://github.com/yeongpin/cursor-free-vip.git
synced 2025-08-02 20:47:35 +08:00
fix: modified the change language option number
This commit is contained in:
parent
80e9946294
commit
7405c61cc9
4
logo.py
4
logo.py
@ -83,7 +83,7 @@ muhammedfurkan plamkatawe
|
|||||||
"""
|
"""
|
||||||
OTHER_INFO_TEXT = f"""{Fore.YELLOW}
|
OTHER_INFO_TEXT = f"""{Fore.YELLOW}
|
||||||
Github: https://github.com/yeongpin/cursor-free-vip{Fore.RED}
|
Github: https://github.com/yeongpin/cursor-free-vip{Fore.RED}
|
||||||
Press 7 to change language | 按下 7 键切换语言{Style.RESET_ALL}"""
|
Press 8 to change language | 按下 8 键切换语言{Style.RESET_ALL}"""
|
||||||
|
|
||||||
# center display LOGO and DESCRIPTION
|
# center display LOGO and DESCRIPTION
|
||||||
CURSOR_LOGO = center_multiline_text(LOGO_TEXT, handle_chinese=False)
|
CURSOR_LOGO = center_multiline_text(LOGO_TEXT, handle_chinese=False)
|
||||||
@ -98,4 +98,4 @@ def print_logo():
|
|||||||
print(CURSOR_OTHER_INFO)
|
print(CURSOR_OTHER_INFO)
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
print_logo()
|
print_logo()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user