Commit 5115e7f80bff33003b4cc09b3bdf02a42f84c635

Authored by ly525
1 parent c3f516f5

chore: update picture plugin icon

front-end/h5/src/views/Editor.vue
... ... @@ -15,7 +15,7 @@ const PluginList = [
15 15 },
16 16 {
17 17 title: '图片',
18   - icon: 'file-image-o',
  18 + icon: 'image',
19 19 component: LbpPicture,
20 20 visible: true,
21 21 name: 'lbp-picture'
... ...