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

This commit is contained in:
YunaiV
2024-04-29 00:13:04 +08:00
parent c1df35d305
commit cd5e6319d9
7 changed files with 18 additions and 9 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();