1. add 城通网盘解析(慢速) https://www.ctfile.com

2. 优化解析接口的实现
This commit is contained in:
QAIU
2024-10-09 15:33:33 +08:00
parent 2b6138a889
commit 44714aa981
24 changed files with 229 additions and 46 deletions

View File

@@ -32,6 +32,7 @@ public class CacheConfigLoader {
return CONFIGS.get(pdt.name().toLowerCase());
}
public static Integer getDuration(String type) {
return CONFIGS.get(type.toLowerCase());
String key = type.toLowerCase();
return CONFIGS.getOrDefault(key, -1);
}
}