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: '网址' }],