feat: 添加图层模式控制选项

This commit is contained in:
tnt group
2022-09-27 20:14:00 +08:00
parent 617b940d64
commit 0a1023f795
5 changed files with 67 additions and 26 deletions
+11 -2
View File
@@ -57,7 +57,10 @@ import {
ChevronDownOutline as ChevronDownOutlineIcon,
Pulse as PulseIcon,
Folder as FolderIcon,
FolderOpen as FolderOpenIcon
FolderOpen as FolderOpenIcon,
Image as ImageIcon,
Images as ImagesIcon,
List as ListIcon
} from '@vicons/ionicons5'
import {
@@ -211,7 +214,13 @@ const ionicons5 = {
// 文件夹
FolderIcon,
// 文件夹打开
FolderOpenIcon
FolderOpenIcon,
// 图片
ImageIcon,
// 多个图片
ImagesIcon,
// 列表
ListIcon
}
const carbon = {