mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 22:33:39 +00:00
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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user