js2ts: ext.plugin_troop

- async await 대응
- axios 준비
- troop.css
This commit is contained in:
2021-08-15 21:04:06 +09:00
parent 7e4068a244
commit 1ac03ba6e5
14 changed files with 146 additions and 11 deletions
+25
View File
@@ -0,0 +1,25 @@
@charset "UTF-8";
#troop_list .cityText{
display:none;
}
#troop_list .diffCity .cityText{
display:inline;
}
#troop_list .diffCity {
color:red;
}
#troop_list .leader{
color:lightgreen;
}
#troop_list .leader::before{
content:'*';
}
#troop_list .leader::after{
content:'*';
}