refactor: Minor formatting adjustment in Mac ID modifier script

- Removed redundant comment for No Color terminal code
- Maintained existing script structure and functionality
This commit is contained in:
煎饼果子卷鲨鱼辣椒 2025-02-05 18:02:31 +08:00
parent 60def59221
commit 2a93a856bf

View File

@ -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() {