#
luxiaotao1123
2024-10-12 bb61bc0c22ae4ef9963ca00d23b5cf0c412f26f5
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) => {