mirror of https://github.com/msgbyte/tailchat
chore: rename webpanel -> webview
parent
cd125e9c9c
commit
66cac2e724
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@plugins/com.msgbyte.webpanel",
|
"name": "@plugins/com.msgbyte.webview",
|
||||||
"main": "src/index.tsx",
|
"main": "src/index.tsx",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
@ -1,7 +1,7 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { regGroupPanel, useCurrentGroupPanelInfo } from '@capital/common';
|
import { regGroupPanel, useCurrentGroupPanelInfo } from '@capital/common';
|
||||||
|
|
||||||
const PLUGIN_NAME = 'com.msgbyte.webpanel';
|
const PLUGIN_NAME = 'com.msgbyte.webview';
|
||||||
|
|
||||||
const GroupWebPanelRender = () => {
|
const GroupWebPanelRender = () => {
|
||||||
const groupPanelInfo = useCurrentGroupPanelInfo();
|
const groupPanelInfo = useCurrentGroupPanelInfo();
|
||||||
Loading…
Reference in New Issue