mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-18 13:23:02 +00:00
1. 启用内嵌静态页面, 2. 蓝奏域名规则优化, 3. 反向代理优化, 4. 修复一堆细节问题
This commit is contained in:
@@ -2,7 +2,7 @@ package cn.qaiu.vx.core.util;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.*;
|
||||
import java.util.regex.Pattern;
|
||||
|
||||
public class ParamUtilTest {
|
||||
|
||||
@@ -11,5 +11,10 @@ public class ParamUtilTest {
|
||||
System.out.println(ParamUtil.paramsToMap(""));
|
||||
System.out.println(ParamUtil.paramsToMap("a=asd&d=23"));
|
||||
System.out.println(ParamUtil.paramsToMap("asdasd&dd"));
|
||||
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
Pattern pattern = Pattern.compile("^(/v2/|/json/).*");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user