|
@@ -18,7 +18,13 @@ public class Constant {
|
|
|
public static final String SECRET_KEY = "RipT5kfF3Zqp7S2vTXPlNcMiYcA76jfq";//百度文字识别secretKey
|
|
|
public static final Integer UN_HANDLE = 0;//定时任务未处理的状态码
|
|
|
public static final String PIC_PATH_PREFIX = "";//定时任务未处理的状态码
|
|
|
- public static final String[] keyWords = new String[]{"Intellij IDEA"};//定时任务未处理的状态码
|
|
|
+ public static final String[] keyWords = new String[]{"Intellij IDEA","Eclipse",
|
|
|
+ "Postman","MyEclipse","Visual Studio Code",
|
|
|
+ "Navicat","Pycharm","Android Studio",
|
|
|
+ "WebStorm","SQLyog","PhpStorm",
|
|
|
+ "JetBrains Datagrip","JetBrains Rider",
|
|
|
+ "Android Studio","Photoshop","Illustrator",
|
|
|
+ "After Effects","Axure RP","Sketch"};//定时任务未处理的状态码
|
|
|
// public static final String ACCESS_KEY = "280d6f0e4a774117905ba789a9f0b978";//百度图像识别accessKey
|
|
|
// public static final String SECRET_KEY = "43b460e124eb474c8cdb7441dc30d66d";//百度图像识别secretKey
|
|
|
}
|