|
|
@@ -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)
|
|
|
}
|
|
|
|
|
|
})
|