From 2a93a856bff093e7f1b5ef3fae96e9f1027c62e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=85=8E=E9=A5=BC=E6=9E=9C=E5=AD=90=E5=8D=B7=E9=B2=A8?= =?UTF-8?q?=E9=B1=BC=E8=BE=A3=E6=A4=92?= Date: Wed, 5 Feb 2025 18:02:31 +0800 Subject: [PATCH] refactor: Minor formatting adjustment in Mac ID modifier script - Removed redundant comment for No Color terminal code - Maintained existing script structure and functionality --- scripts/run/cursor_mac_id_modifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run/cursor_mac_id_modifier.sh b/scripts/run/cursor_mac_id_modifier.sh index 1ceb8ed..1770dab 100644 --- a/scripts/run/cursor_mac_id_modifier.sh +++ b/scripts/run/cursor_mac_id_modifier.sh @@ -8,7 +8,7 @@ RED='\033[0;31m' GREEN='\033[0;32m' YELLOW='\033[1;33m' BLUE='\033[0;34m' -NC='\033[0m' # No Color +NC='\033[0m' # 日志函数 log_info() {