mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
feat: 新增自定义背景图
This commit is contained in:
+2
-2
@@ -101,7 +101,7 @@ const ionicons5 = {
|
||||
PencilIcon,
|
||||
// 编辑2(锤子)
|
||||
HammerIcon,
|
||||
// 预览
|
||||
// 电脑
|
||||
DesktopOutlineIcon,
|
||||
// 下载
|
||||
DownloadIcon,
|
||||
@@ -115,7 +115,7 @@ const ionicons5 = {
|
||||
GridIcon,
|
||||
// 电脑1
|
||||
TvOutlineIcon,
|
||||
// 浏览器
|
||||
// 预览,浏览器
|
||||
BrowsersOutlineIcon,
|
||||
// 文档
|
||||
DocumentTextIcon,
|
||||
|
||||
@@ -84,6 +84,7 @@ import {
|
||||
NPopselect,
|
||||
NCollapse,
|
||||
NCollapseItem,
|
||||
NColorPicker,
|
||||
NCollapseTransition
|
||||
} from 'naive-ui';
|
||||
|
||||
@@ -172,6 +173,7 @@ const naive = create({
|
||||
NPopselect,
|
||||
NCollapse,
|
||||
NCollapseItem,
|
||||
NColorPicker,
|
||||
NCollapseTransition
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user