refac: 감찰부 500px 모드

This commit is contained in:
2022-04-15 02:00:51 +09:00
parent 2c016621b6
commit efb1664443
4 changed files with 112 additions and 75 deletions
+10
View File
@@ -0,0 +1,10 @@
import "@scss/battleCenter.scss";
import { auto500px } from "./util/auto500px";
import { insertCustomCSS } from "./util/customCSS";
import { htmlReady } from "./util/htmlReady";
auto500px();
htmlReady(() => {
insertCustomCSS();
});