涩图模块:修复随机色图不被统计的问题
This commit is contained in:
@@ -92,6 +92,9 @@ public class GetSeTu extends Model {
|
||||
builder.append(new At(qq))
|
||||
.append(":\n");
|
||||
for (String tag : list) {
|
||||
if(StringUtils.isEmpty(tag)){
|
||||
tag="随机";
|
||||
}
|
||||
builder.append(tag).append("\n");
|
||||
}
|
||||
builder.append("------------------\n");
|
||||
|
||||
Reference in New Issue
Block a user