测试版相关
This commit is contained in:
parent
e1c472961f
commit
e01bbb79fb
|
@ -62,11 +62,11 @@ export default class QrRenderer25D extends React.Component {
|
||||||
this.props.setParamInfo([
|
this.props.setParamInfo([
|
||||||
{
|
{
|
||||||
key: '柱体高度',
|
key: '柱体高度',
|
||||||
default: 1
|
default: 0.5,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
key: '定位点柱体高度',
|
key: '定位点柱体高度',
|
||||||
default: 1,
|
default: 0.5,
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue