Эх сурвалжийг харах

提交1.5.5版本,会员权益增加批量标签内嵌

onecold 11 сар өмнө
parent
commit
6c43e91322

+ 9 - 2
entry/src/main/ets/pages/UserCenter.ets

@@ -155,6 +155,13 @@ export struct UserCenter {
       isVipOnly: true,
       hasCome: true
     },
+    {
+      icon: $r('app.media.search'),
+      title: '批量标签内嵌',
+      description: '一键内嵌音乐封面和歌词',
+      isVipOnly: true,
+      hasCome: true
+    },
     {
       icon: $r('app.media.skip'),
       title: '跳过头尾',
@@ -680,7 +687,7 @@ export struct UserCenter {
                     top: 2,
                     bottom: 2
                   })
-                  .margin({ top: 2, bottom: 6 })
+                  .margin({ top: 2, bottom: 8 })
               }
             }
             .backgroundColor($r('app.color.user_center_card_background'))
@@ -698,7 +705,7 @@ export struct UserCenter {
             })
             .padding(12)
             .width('100%')
-            .height(145)
+            .height(158)
           }
 
         })