feat: add interactive ToolApp back preview

This commit is contained in:
7015725
2026-05-14 03:00:15 +08:00
parent 1d31638073
commit 65367f0d06
6 changed files with 225 additions and 34 deletions

View File

@@ -190,7 +190,11 @@ FloatBallAppWM.prototype.hideViewerPanel = function() {
this.state.viewerPanelType = null;
if (oldViewerType === "tool_app") {
this.state.toolAppRoot = null;
this.state.toolAppBody = null;
this.state.toolAppContentHost = null;
this.state.toolAppBackPreviewView = null;
this.state.toolAppBackPreviewRoute = null;
this.state.toolAppBackPreviewReady = false;
this.state.toolAppTitleView = null;
this.state.toolAppBackButton = null;
}