perf: 优化iframe

This commit is contained in:
奔跑的面条
2022-10-29 17:55:14 +08:00
parent e4afaded36
commit 455f3ff09a
7 changed files with 30 additions and 30 deletions
@@ -1,4 +1,4 @@
import image from '@/assets/images/chart/informations/photo.png'
import image from '@/assets/images/chart/informations/iframe.png'
import { ConfigType, PackagesCategoryEnum, ChartFrameEnum } from '@/packages/index.d'
import { ChatCategoryEnum,ChatCategoryEnumName } from '../../index.d'
@@ -6,7 +6,7 @@ export const IframeConfig: ConfigType = {
key: 'Iframe',
chartKey: 'VIframe',
conKey: 'VCIframe',
title: 'Iframe',
title: '远程网页',
category: ChatCategoryEnum.MORE,
categoryName: ChatCategoryEnumName.MORE,
package: PackagesCategoryEnum.INFORMATIONS,