(feature)(webapp) add filter modify and similar questions (#213)

This commit is contained in:
williamhliu
2023-10-13 18:31:00 +08:00
committed by GitHub
parent ab19b18169
commit 767abc2b90
27 changed files with 799 additions and 795 deletions

View File

@@ -1,5 +1,4 @@
import { useCallback, useEffect, useState } from 'react';
import { CLS_PREFIX } from '../../../common/constants';
import { MsgDataType } from '../../../common/type';
import { getToken, isProd } from '../../../utils/utils';
@@ -14,8 +13,6 @@ const WebPage: React.FC<Props> = ({ id, data }) => {
const [pluginUrl, setPluginUrl] = useState('');
const [height, setHeight] = useState(DEFAULT_HEIGHT);
const prefixCls = `${CLS_PREFIX}-web-page`;
const {
name,
webPage: { url, params },