fix: 完成左侧列表的其余内容

This commit is contained in:
mtruning
2022-01-15 12:50:00 +08:00
parent 6850dd467d
commit b7a372e50f
70 changed files with 336 additions and 270 deletions
@@ -1,5 +1,5 @@
import BorderCommon from './index.vue'
import image from '@/assets/images/chart/static.png'
import image from '@/assets/images/chart/decorates/border.png'
import { ConfigType } from '@/packages/index.d'
import { ChatCategoryEnum } from '../../index.d'
@@ -8,5 +8,5 @@ export const borderCommonConfig: ConfigType = {
title: '边框',
category: ChatCategoryEnum.Border,
node: BorderCommon,
image: image
image
}
+2
View File
@@ -1,3 +1,5 @@
export enum ChatCategoryEnum {
Border = '边框',
Title = '标题',
Else = '其它'
}
+1 -1
View File
@@ -1,3 +1,3 @@
import Border from './Border'
import Border from './borders'
export const DecorateList = [...Border]