【光环助手V5.2.0】开服表相关优化(0826测试 第3、4、5、6点)https://git.ghzs.com/pm/halo-app-issues/-/issues/1220#note_115199

This commit is contained in:
lyr
2021-08-27 12:00:57 +08:00
parent 40cb902baf
commit 29cd798ca8
4 changed files with 147 additions and 65 deletions

View File

@ -769,8 +769,8 @@ public class BindingAdapters {
} else {
TagStyleEntity typeTag = new TagStyleEntity();
typeTag.setName(test.getType() != null ? test.getType() : "");
typeTag.setBackground("FFF3E0");
typeTag.setColor("FA8500");
typeTag.setBackground("E8F3FF");
typeTag.setColor("1383EB");
tagStyle.add(typeTag);
TagStyleEntity timeTag = new TagStyleEntity();