Update version to 1.7.17, add 'fixed soon' translation key in English and Chinese (Simplified and Traditional), and modify CHANGELOG to reflect recent fixes and updates.

This commit is contained in:
yeongpin
2025-03-23 08:34:50 +08:00
parent 07bee3207d
commit 58b4b0dece
7 changed files with 15 additions and 8 deletions

View File

@@ -498,7 +498,8 @@ def main():
print_menu()
elif choice == "10":
import totally_reset_cursor
totally_reset_cursor.main(translator)
# totally_reset_cursor.main(translator)
print(f"{Fore.YELLOW}{EMOJI['INFO']} {translator.get('menu.fixed_soon')}{Style.RESET_ALL}")
print_menu()
else:
print(f"{Fore.RED}{EMOJI['ERROR']} {translator.get('menu.invalid_choice')}{Style.RESET_ALL}")