From 4647bec8bfa1f5ff65367d4314c81902eca58bb7 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Sat, 19 Feb 2022 00:13:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A7=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E7=9A=84=E5=90=8D=E7=A7=B0=E5=8F=98=E6=9B=B4=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E9=9D=A2=E6=9D=BF=E5=8A=A0=E8=BD=BD=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/plugins/com.msgbyte.webview/src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/plugins/com.msgbyte.webview/src/index.tsx b/web/plugins/com.msgbyte.webview/src/index.tsx index 4902f247..0776c20b 100644 --- a/web/plugins/com.msgbyte.webview/src/index.tsx +++ b/web/plugins/com.msgbyte.webview/src/index.tsx @@ -20,7 +20,7 @@ const GroupWebPanelRender: React.FC<{ panelInfo: any }> = (props) => { }; regGroupPanel({ - name: `${PLUGIN_NAME}/webpanel`, + name: `${PLUGIN_NAME}/grouppanel`, label: Translate.webpanel, provider: PLUGIN_NAME, extraFormMeta: [{ type: 'text', name: 'url', label: '网址' }],