|
@@ -805,8 +805,7 @@ export struct SettingPage {
|
|
|
.height(55)
|
|
.height(55)
|
|
|
|
|
|
|
|
Line().width('100%').height(0.3).backgroundColor($r('app.color.index_tab_unselected_font_color'))
|
|
Line().width('100%').height(0.3).backgroundColor($r('app.color.index_tab_unselected_font_color'))
|
|
|
- .visibility(Visibility.None)
|
|
|
|
|
- // 默认排序模式
|
|
|
|
|
|
|
+ // 保存播放模式
|
|
|
Row() {
|
|
Row() {
|
|
|
Text('保存播放模式')
|
|
Text('保存播放模式')
|
|
|
.margin({ left: 18 })
|
|
.margin({ left: 18 })
|
|
@@ -921,7 +920,7 @@ export struct SettingPage {
|
|
|
this.apiDialogController.open()
|
|
this.apiDialogController.open()
|
|
|
})
|
|
})
|
|
|
.height(55)
|
|
.height(55)
|
|
|
-
|
|
|
|
|
|
|
+ Line().width('100%').height(0.3).backgroundColor($r('app.color.index_tab_unselected_font_color'))
|
|
|
// 封面API
|
|
// 封面API
|
|
|
Button({ type: ButtonType.Normal, stateEffect: true }) {
|
|
Button({ type: ButtonType.Normal, stateEffect: true }) {
|
|
|
Row() {
|
|
Row() {
|