Apply local structure and editor config

This commit is contained in:
henrryyes
2026-01-18 11:44:14 +08:00
parent 06bccfa341
commit 4a34e1681e
7 changed files with 115 additions and 76 deletions

View File

@@ -8,7 +8,7 @@ import { initMessagePreview, addHistoryButtonsDebounced } from "./modules/messag
import { initImmersiveMode } from "./modules/immersive-mode.js";
import { initTemplateEditor } from "./modules/template-editor/template-editor.js";
import { initFourthWall, fourthWallCleanup } from "./modules/fourth-wall/fourth-wall.js";
import { initButtonCollapse } from "./modules/button-collapse.js";
import { initButtonCollapse } from "./widgets/button-collapse.js";
import { initVariablesPanel, cleanupVariablesPanel } from "./modules/variables/variables-panel.js";
import { initStreamingGeneration } from "./modules/streaming-generation.js";
import { initVariablesCore, cleanupVariablesCore } from "./modules/variables/variables-core.js";