2022-01-16 22:17:34 +08:00

13 lines
333 B
TypeScript

import Radar from './index.vue'
import image from '@/assets/images/chart/charts/radar.png'
import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../../index.d'
export const RadarConfig: ConfigType = {
key: 'VRadar',
title: '雷达',
category: ChatCategoryEnum.MORE,
node: Radar,
image: image
}