新增样式 SP — 3

This commit is contained in:
ciaochaos 2020-06-24 13:24:55 +08:00
parent 77ffd64453
commit 06aa1fc130
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: '#000000' default: '#8ED1FC'
}, },
{ {
type: ParamTypes.COLOR_EDITOR, type: ParamTypes.COLOR_EDITOR,
key: '定位点颜色', key: '定位点颜色',
default: '#000000' default: '#0693E3'
} }
] ]
} }