【增强】一键改包:支持 site、org 等包

This commit is contained in:
YunaiV
2024-04-29 12:48:46 +08:00
parent ed04f0ce5a
commit b500bb7da1
11 changed files with 21 additions and 15 deletions

View File

@@ -34,7 +34,8 @@ public class ProjectReactor {
* 白名单文件,不进行重写,避免出问题
*/
private static final Set<String> WHITE_FILE_TYPES = SetUtils.asSet("gif", "jpg", "svg", "png", // 图片
"eot", "woff2", "ttf", "woff"); // 字体
"eot", "woff2", "ttf", "woff", // 字体
"xdb"); // IP 库
public static void main(String[] args) {
long start = System.currentTimeMillis();