Version: 2.2.2 Update

This commit is contained in:
AnonymousUser
2022-05-04 23:17:24 +08:00
parent 5d23a68c0e
commit 1238e536d1
13 changed files with 115 additions and 111 deletions

View File

@@ -6,7 +6,7 @@ import burp.Config;
import java.util.ArrayList;
import java.util.List;
/*
/**
* @author EvilChen
*/

View File

@@ -12,7 +12,7 @@ import dk.brics.automaton.RunAutomaton;
import jregex.Matcher;
import jregex.Pattern;
/*
/**
* @author EvilChen
*/

View File

@@ -4,12 +4,12 @@ import burp.Config;
import java.util.ArrayList;
import java.util.List;
/*
/**
* @author EvilChen
*/
public class GetColorKey {
/*
/**
* 颜色下标获取
*/
public List<Integer> getColorKeys(List<String> keys){

View File

@@ -5,7 +5,7 @@ import jregex.Pattern;
import jregex.REFlags;
import burp.yaml.LoadConfig;
/*
/**
* @author EvilChen
*/

View File

@@ -4,13 +4,13 @@ import burp.Config;
import java.util.*;
/*
/**
* @author EvilChen
*/
public class UpgradeColor {
private String endColor = "";
/*
/**
* 颜色升级递归算法
*/
private void colorUpgrade(List<Integer> colorList) {