diff --git a/simple-mind-map/src/svg/icons.js b/simple-mind-map/src/svg/icons.js index f056545e..76023629 100644 --- a/simple-mind-map/src/svg/icons.js +++ b/simple-mind-map/src/svg/icons.js @@ -2,15 +2,15 @@ import { mergerIconList } from '../utils' // 超链接图标 const hyperlink = - '' + '' // 备注图标 const note = - '' + '' // 附件图标 const attachment = - '' + '' // 节点icon export const nodeIconList = [ @@ -20,43 +20,43 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` }, { name: '9', - icon: `` + icon: `` }, { name: '10', - icon: `` + icon: `` } ] }, @@ -66,35 +66,35 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` } ] }, @@ -104,83 +104,83 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` }, { name: '9', - icon: `` + icon: `` }, { name: '10', - icon: `` + icon: `` }, { name: '11', - icon: `` + icon: `` }, { name: '12', - icon: `` + icon: `` }, { name: '13', - icon: `` + icon: `` }, { name: '14', - icon: `` + icon: `` }, { name: '15', - icon: `` + icon: `` }, { name: '16', - icon: `` + icon: `` }, { name: '17', - icon: `` + icon: `` }, { name: '18', - icon: `` + icon: `` }, { name: '19', - icon: `` + icon: `` }, { name: '20', - icon: `` + icon: `` } ] }, @@ -190,95 +190,95 @@ export const nodeIconList = [ list: [ { name: '1', - icon: `` + icon: `` }, { name: '2', - icon: `` + icon: `` }, { name: '3', - icon: `` + icon: `` }, { name: '4', - icon: `` + icon: `` }, { name: '5', - icon: `` + icon: `` }, { name: '6', - icon: `` + icon: `` }, { name: '7', - icon: `` + icon: `` }, { name: '8', - icon: `` + icon: `` }, { name: '9', - icon: `` + icon: `` }, { name: '10', - icon: `` + icon: `` }, { name: '11', - icon: `` + icon: `` }, { name: '12', - icon: `` + icon: `` }, { name: '13', - icon: `` + icon: `` }, { name: '14', - icon: `` + icon: `` }, { name: '15', - icon: `` + icon: `` }, { name: '16', - icon: `` + icon: `` }, { name: '17', - icon: `` + icon: `` }, { name: '18', - icon: `` + icon: `` }, { name: '19', - icon: `` + icon: `` }, { name: '20', - icon: `` + icon: `` }, { name: '21', - icon: `` + icon: `` }, { name: '22', - icon: `` + icon: `` }, { name: '23', - icon: `` + icon: `` } ] } diff --git a/web/src/config/zh.js b/web/src/config/zh.js index c4fa256e..ac12834a 100644 --- a/web/src/config/zh.js +++ b/web/src/config/zh.js @@ -144,9 +144,9 @@ export const borderRadiusList = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] export const lineWidthList = [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] export const lineStyleMap = { - straight: ``, - curve: ``, - direct: `` + straight: ``, + curve: ``, + direct: `` } // 连线风格