fix: Update RESET emoji in totally_reset_cursor.py for improved clarity

- Changed the RESET emoji from an invalid character to a clear refresh symbol (🔄) for better user understanding.
This commit is contained in:
yeongpin 2025-04-06 17:31:57 +08:00
parent 3424f49a57
commit 16b6ba95e2

View File

@ -26,7 +26,7 @@ EMOJI = {
"SUCCESS": "",
"ERROR": "",
"INFO": "",
"RESET": "<EFBFBD><EFBFBD>",
"RESET": "🔄",
"WARNING": "⚠️",
}