#
luxiaotao1123
2024-10-12 822d9d9494cc575c1bcdbaa51d68da817236c0b8
zy-acs-flow/src/map/player.js
@@ -390,6 +390,10 @@
        this.app.destroy(true, { children: true });
    }
    setTheme = (themeMode) => {
        this.app.renderer.background.color = themeMode === 'dark' ? 0x2f3542 : 0xf1f2f6;
    }
}
const generateApp = (dom, themeMode) => {