mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-24 02:24:59 +08:00
(feature)(webapp) add filter modify and similar questions (#213)
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user