去除代理配置,自动检测代理

This commit is contained in:
2025-10-09 11:05:35 +08:00
parent ba4078b66b
commit 96a2bae6dd
8 changed files with 242 additions and 300 deletions
+1
View File
@@ -60,6 +60,7 @@ const ModuleColors = {
'UpdateRoute': '\x1b[93m', // 亮黄色
'ArtistService': '\x1b[95m', // 亮紫色
'DownloadService': '\x1b[96m', // 亮青色
'AbortControllerManager': '\x1b[94m', // 亮蓝色
'Default': '\x1b[39m' // 默认颜色
};