Skip to content

Commit f2beebc

Browse files
committed
fix(config): update windows_tip message
- Updated the windows_tip message in the config/music-dl.php file to clarify that CMD and PowerShell may not support Chinese search.
1 parent e5d5ef3 commit f2beebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/music-dl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
'splitter' => '-------------------------------',
4545
'search_tip' => '请输入关键字如:<fg=yellow>一个短篇 腰乐队 Yesterday once more</>,或按 <fg=yellow>Ctrl+C</> 退出程序',
46-
'windows_tip' => '<fg=yellow>CMD、PowerShell 仅支持英文搜索,Git Bash 支持中英文搜索</>',
46+
'windows_tip' => '<fg=yellow>CMD、PowerShell 可能不支持中文搜索,Git Bash 支持中英文搜索</>',
4747
'searching' => '正在搜索:<fg=yellow>%s</>,请耐心等待...',
4848
'search_statistics' => '搜索耗时 <fg=yellow>%.2f 秒</>、内存 <fg=yellow>%.2f</> M',
4949
'empty_result' => '<fg=yellow>o(╥﹏╥)o 没有搜索到相关歌曲</>',

0 commit comments

Comments
 (0)