|
@@ -168,7 +168,7 @@ public class RefreshThread extends Thread {
|
|
|
|
|
|
boolean isTextBlack = false;
|
|
|
if (LogOfRun.errorList.size() == 0) {
|
|
|
- List<String> strList = ImageUtil.toStringList("牛逼", true, 64, isTextBlack);
|
|
|
+ List<String> strList = ImageUtil.toStringList("牛逼", false, 48, isTextBlack);
|
|
|
for (String str : strList) {
|
|
|
System.out.println(str);
|
|
|
// log.warn(str);
|