refactor: clean up earth brand component wiring

This commit is contained in:
rayd1o
2026-04-11 03:58:28 +08:00
parent c92be9c054
commit a359d94127
3 changed files with 7 additions and 14 deletions

View File

@@ -855,10 +855,7 @@ export function init() {
simplex = createNoise3D();
updateHudScale();
const brandRoot = document.getElementById("brand-root");
mountBrand(
brandRoot,
HUD_CONFIG.brandLanguage || "zh",
);
mountBrand(brandRoot, HUD_CONFIG.brandLanguage);
scene = new THREE.Scene();
camera = new THREE.PerspectiveCamera(