mirror of
https://github.com/yuaotian/go-cursor-help.git
synced 2026-03-07 14:24:37 +00:00
fix(cursor_win_id_modifier): 修复PowerShell颜色编码兼容性问题 为解决PowerShell 5.1和7.x版本间的颜色编码差异, 采用[char]27方式定义转义字符以确保跨版本兼容性。 同时修正了字符串插值语法中的变量引用格式。 ```