diff --git a/languages/zh.css b/languages/zh.css index 82d3a751..f8c4380b 100644 --- a/languages/zh.css +++ b/languages/zh.css @@ -161,11 +161,16 @@ .team-info .tIf-total-rcv::before{ content: "总回复(队伍觉醒和徽章):"; } -/* + .search-box .open-search::before{ content: "搜索怪物"; } -*/ +.attrs .attr-all::before{ + content: "不限"; +} +.attrs .attr-none::before{ + content: "无"; +} /*Some icons, style different from the Japanese version*/ .awoken-46, diff --git a/solo.html b/solo.html index 2f801510..c81020db 100644 --- a/solo.html +++ b/solo.html @@ -359,7 +359,7 @@ var formation = new Formation(1,6);
-