@@ -3805,6 +3805,16 @@ context.meta2d.translate(
label: '关颜色',
type: 'color',
},
+ {
+ key: 'onStrokeColor',
+ label: '开描边颜色',
+ type: 'color',
+ },
+ key: 'offStrokeColor',
+ label: '关描边颜色',
{
key: 'disable',
label: '是否禁用',
@@ -822,7 +822,7 @@ const openZip = async (file: File) => {
// return;
// }
if (!user.vip) {
- MessagePlugin.info('需要开通普通会员~');
+ MessagePlugin.info('需要开通会员~');
gotoAccount();
return;
}