From 3b5420dbc25d68c39ce86dc4ff521989f8f9b898 Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 8 Aug 2025 16:15:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=B5=8C=E5=85=A5=E5=BC=8F):=20=E5=B5=8C?= =?UTF-8?q?=E5=85=A5=E5=BC=8F=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/pages/panel/main.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/core/core-frontend/src/pages/panel/main.ts b/core/core-frontend/src/pages/panel/main.ts index 14f0ae02f4..1f293fd440 100644 --- a/core/core-frontend/src/pages/panel/main.ts +++ b/core/core-frontend/src/pages/panel/main.ts @@ -48,6 +48,7 @@ const getPrefix = (): string => { return prefix } const element = document.createElement('head') +document.body.appendChild(element) document.querySelector('head').appendChild = (node: T) => { const newNode = formatterUrl(node, getPrefix()) element.appendChild(newNode)