新增样式 SP — 3

This commit is contained in:
ciaochaos 2020-06-24 13:24:40 +08:00
parent 0ddf2d38b9
commit 77ffd64453
1 changed files with 2 additions and 2 deletions

View File

@ -124,12 +124,12 @@ function getParamInfo() {
{ {
type: ParamTypes.COLOR_EDITOR, type: ParamTypes.COLOR_EDITOR,
key: '圆圈颜色', key: '圆圈颜色',
default: '#8ED1FC' default: '#000000'
}, },
{ {
type: ParamTypes.COLOR_EDITOR, type: ParamTypes.COLOR_EDITOR,
key: '定位点颜色', key: '定位点颜色',
default: '#0693E3' default: '#000000'
} }
] ]
} }