#1344 客户端本地缓存目录,剔除特殊字符串
This commit is contained in:
parent
6d5191f11a
commit
88c3ad0c53
@ -322,6 +322,7 @@ public class ServerListManager {
|
||||
String split = "";
|
||||
for (String serverIp : serverIps) {
|
||||
sb.append(split);
|
||||
serverIp = serverIp.replaceAll("http(s)?://", "");
|
||||
sb.append(serverIp.replaceAll(":", "_"));
|
||||
split = "-";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user