From 5d44dc24f8c8b1fcd97e5a8218366985a082fce6 Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Mon, 27 Oct 2025 17:50:14 +0900 Subject: [PATCH 1/3] =?UTF-8?q?feat=20:=20=EC=96=B4=EC=8B=9C=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=EB=AA=A8=EB=93=9C=EC=97=90=EC=84=9C=20=EB=B8=94?= =?UTF-8?q?=EB=A1=9D=EB=A7=A4=EB=89=B4=20=EA=B8=B0=EB=B3=B8=EB=8B=AB?= =?UTF-8?q?=ED=9E=98,=20=EC=BA=94=EB=B2=84=EC=8A=A4=20=EA=B0=80=EB=A1=9C?= =?UTF-8?q?=EA=B8=B8=EC=9D=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/class/playground.js | 3 +++ src/util/utils.js | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/src/class/playground.js b/src/class/playground.js index c008578d71..d3e75b9c1a 100644 --- a/src/class/playground.js +++ b/src/class/playground.js @@ -135,6 +135,9 @@ Entry.Playground = class Playground { }) .appendTo(codeView); this.resizeHandle_ = resizeHandle; + if (Entry.aiAssistantEnable) { + this.blockMenu.toggleBlockMenu(); + } /** @type {!Element} */ this.codeView_ = codeView; diff --git a/src/util/utils.js b/src/util/utils.js index 4864044255..05e506aab8 100644 --- a/src/util/utils.js +++ b/src/util/utils.js @@ -368,6 +368,11 @@ Entry.resizeElement = function (interfaceModel) { Entry.engine.toggleSpeedPanel(); } + if (Entry.aiAssistantEnable) { + Entry.CANVAS_DEFAULT_WIDTH = 250; + Entry.CANVAS_MAX_WIDTH = 350; + } + let isEngineContainerVisible = true; let canvasSize = interfaceModel.canvasWidth; if (!canvasSize) { From 7025181d479fe66cbb7fc040a41ac407e5a4d38e Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Tue, 28 Oct 2025 14:01:39 +0900 Subject: [PATCH 2/3] =?UTF-8?q?Revert=20"feat=20:=20=EC=96=B4=EC=8B=9C?= =?UTF-8?q?=EC=8A=A4=ED=8A=B8=20=EB=AA=A8=EB=93=9C=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EB=B8=94=EB=A1=9D=EB=A7=A4=EB=89=B4=20=EA=B8=B0=EB=B3=B8?= =?UTF-8?q?=EB=8B=AB=ED=9E=98,=20=EC=BA=94=EB=B2=84=EC=8A=A4=20=EA=B0=80?= =?UTF-8?q?=EB=A1=9C=EA=B8=B8=EC=9D=B4=20=EC=88=98=EC=A0=95"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5d44dc24f8c8b1fcd97e5a8218366985a082fce6. --- src/class/playground.js | 3 --- src/util/utils.js | 5 ----- 2 files changed, 8 deletions(-) diff --git a/src/class/playground.js b/src/class/playground.js index d3e75b9c1a..c008578d71 100644 --- a/src/class/playground.js +++ b/src/class/playground.js @@ -135,9 +135,6 @@ Entry.Playground = class Playground { }) .appendTo(codeView); this.resizeHandle_ = resizeHandle; - if (Entry.aiAssistantEnable) { - this.blockMenu.toggleBlockMenu(); - } /** @type {!Element} */ this.codeView_ = codeView; diff --git a/src/util/utils.js b/src/util/utils.js index 05e506aab8..4864044255 100644 --- a/src/util/utils.js +++ b/src/util/utils.js @@ -368,11 +368,6 @@ Entry.resizeElement = function (interfaceModel) { Entry.engine.toggleSpeedPanel(); } - if (Entry.aiAssistantEnable) { - Entry.CANVAS_DEFAULT_WIDTH = 250; - Entry.CANVAS_MAX_WIDTH = 350; - } - let isEngineContainerVisible = true; let canvasSize = interfaceModel.canvasWidth; if (!canvasSize) { From 6170aa41b206a0568b62fdc5ff9cac6c5b5f347b Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Tue, 28 Oct 2025 14:02:00 +0900 Subject: [PATCH 3/3] =?UTF-8?q?Revert=20"feat:=20aiAssistant=20=EC=98=B5?= =?UTF-8?q?=EC=85=98=EC=9D=B4=20=EC=9E=88=EB=8A=94=EA=B2=BD=EC=9A=B0=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=ED=83=AD=EA=B3=BC=20=EB=B8=94=EB=A1=9D?= =?UTF-8?q?=EA=B0=9C=EC=88=98=20=EB=AF=B8=EB=85=B8=EC=B6=9C"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit af1bfbb8f95a9c145526859bcba4f51f476c09f6. --- src/class/playground.js | 12 +++++------- src/util/init.js | 12 +++++------- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/src/class/playground.js b/src/class/playground.js index c008578d71..525d375a5a 100644 --- a/src/class/playground.js +++ b/src/class/playground.js @@ -64,13 +64,11 @@ Entry.Playground = class Playground { this.generateTabView(tabView); this.tabView_ = tabView; - if (!Entry.aiAssistantEnable) { - const tabButtonView = Entry.createElement('div', 'entryButtonTab') - .addClass('entryPlaygroundButtonTabWorkspace') - .appendTo(this.view_); - this.tabButtonView_ = tabButtonView; - this.createButtonTabView(tabButtonView); - } + const tabButtonView = Entry.createElement('div', 'entryButtonTab') + .addClass('entryPlaygroundButtonTabWorkspace') + .appendTo(this.view_); + this.tabButtonView_ = tabButtonView; + this.createButtonTabView(tabButtonView); const curtainView = Entry.createElement('div', 'entryCurtain') .addClass('entryPlaygroundCurtainWorkspace entryRemove') diff --git a/src/util/init.js b/src/util/init.js index 9e181f2d1d..33fe49b3f9 100644 --- a/src/util/init.js +++ b/src/util/init.js @@ -365,13 +365,11 @@ Entry.createDom = function (container, type) { this.sceneView = sceneView; this.scene.generateView(this.sceneView, type); - if (!Entry.aiAssistantEnable) { - const blockCountViewerView = Entry.createElement('div'); - blockCountViewerView.addClass('entryBlockCountView'); - topFloatingView.appendChild(blockCountViewerView); - this.blockCountViewerView = blockCountViewerView; - this.blockCountViewer.generateView(this.blockCountViewerView, type); - } + const blockCountViewerView = Entry.createElement('div'); + blockCountViewerView.addClass('entryBlockCountView'); + topFloatingView.appendChild(blockCountViewerView); + this.blockCountViewerView = blockCountViewerView; + this.blockCountViewer.generateView(this.blockCountViewerView, type); const stateManagerView = Entry.createElement('div'); this.sceneView.appendChild(stateManagerView);