fix: 修改key

This commit is contained in:
mtruning
2022-01-16 22:17:34 +08:00
parent 5550e75893
commit d54c9d2388
36 changed files with 130 additions and 86 deletions
@@ -4,7 +4,7 @@ import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../index.d'
export const TableCategoryConfig: ConfigType = {
key: 'TableCategory',
key: 'VTableCategory',
title: '归类表格',
category: ChatCategoryEnum.table,
node: TableCategory,
@@ -4,7 +4,7 @@ import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../index.d'
export const TableCommonConfig: ConfigType = {
key: 'TableCommon',
key: 'VTableCommon',
title: '表格',
category: ChatCategoryEnum.table,
node: TableCommon,