ananzhusen 11 сар өмнө
parent
commit
ef246e3a8f

+ 10 - 0
src/services/defaults.ts

@@ -3805,6 +3805,16 @@ context.meta2d.translate(
                 label: '关颜色',
                 type: 'color',
               },
+              {
+                key: 'onStrokeColor',
+                label: '开描边颜色',
+                type: 'color',
+              },
+              {
+                key: 'offStrokeColor',
+                label: '关描边颜色',
+                type: 'color',
+              },
               {
                 key: 'disable',
                 label: '是否禁用',

+ 1 - 1
src/views/components/Header.vue

@@ -822,7 +822,7 @@ const openZip = async (file: File) => {
   //   return;
   // }
   if (!user.vip) {
-    MessagePlugin.info('需要开通普通会员~');
+    MessagePlugin.info('需要开通会员~');
     gotoAccount();
     return;
   }