feat: 新增自定义背景图

This commit is contained in:
MTrun
2022-02-06 21:35:38 +08:00
parent 0a7d817e60
commit 0ce954588e
18 changed files with 297 additions and 51 deletions
+2 -2
View File
@@ -15,13 +15,13 @@
import { reactive } from 'vue'
import { renderIcon } from '@/utils'
import { icon } from '@/plugins'
const { DesktopOutlineIcon, SendIcon } = icon.ionicons5
const { BrowsersOutlineIcon, SendIcon } = icon.ionicons5
const btnList = reactive([
{
select: true,
title: '预览',
icon: renderIcon(DesktopOutlineIcon)
icon: renderIcon(BrowsersOutlineIcon)
},
{
select: true,