Update CHANGELOG.md, fix logo centering, and enhance totally reset cursor functionality. Revert cursor reset to beta, add new confirmation and display functions, and improve file handling for cursor-related paths.

This commit is contained in:
yeongpin
2025-03-28 23:27:00 +08:00
parent 1b6ba5eab8
commit 28cd662e83
4 changed files with 471 additions and 155 deletions

View File

@@ -504,8 +504,8 @@ def main():
print_menu()
elif choice == "10":
import totally_reset_cursor
# totally_reset_cursor.main(translator)
print(f"{Fore.YELLOW}{EMOJI['INFO']} {translator.get('menu.fixed_soon')}{Style.RESET_ALL}")
totally_reset_cursor.run(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}")