js2ts: ext.plugin_troop

- async await 대응
- axios 준비
- troop.css
This commit is contained in:
2021-08-15 21:04:06 +09:00
parent 21bb61ec82
commit fdba3fdc74
14 changed files with 146 additions and 11 deletions
+4
View File
@@ -1,4 +1,7 @@
import { errUnknown } from "./common_legacy";
import { launchTroopPlugin } from "./ext.plugin_troop";
import "../scss/troop.scss";
jQuery(function($){
//btnJoinTroop, btnLeaveTroop, btnKickTroop, btnCreateTroop, btnChangeTroopName
@@ -110,4 +113,5 @@ jQuery(function($){
});
launchTroopPlugin($);
});