更新 'src/main/java/com/yutou/qqbot/models/setu/GetSeTu.java'

优化输出中文冒号.
This commit is contained in:
yutou 2023-02-14 16:43:21 +08:00
parent 943a2c9334
commit 211773a230

View File

@ -75,7 +75,7 @@ public class GetSeTu extends Model {
builder.append("本群今日共查询:");
builder.append(String.valueOf(array.size()));
builder.append("次!\n");
builder.append("接下来公布大伙的XP系统");
builder.append("接下来公布大伙的XP系统:");
builder.append("\n");
Map<Long, List<String>> map = new HashMap<>();
for (Object o : array) {