|
@@ -1319,7 +1319,7 @@ export struct NavidromePage {
|
|
|
void ServerLogUtil.debug('SongConvert', `- song.id: ${song.id}`);
|
|
void ServerLogUtil.debug('SongConvert', `- song.id: ${song.id}`);
|
|
|
void ServerLogUtil.debug('SongConvert', `- song.artistId: ${song.artistId}`);
|
|
void ServerLogUtil.debug('SongConvert', `- song.artistId: ${song.artistId}`);
|
|
|
void ServerLogUtil.debug('SongConvert', `- song.albumId: ${song.albumId}`);
|
|
void ServerLogUtil.debug('SongConvert', `- song.albumId: ${song.albumId}`);
|
|
|
-
|
|
|
|
|
|
|
+ void ServerLogUtil.debug('SongConvert', `- song.lyrics: ${song.lyrics}`);
|
|
|
const videoItem = new VideoItem(
|
|
const videoItem = new VideoItem(
|
|
|
title,
|
|
title,
|
|
|
song.id,
|
|
song.id,
|
|
@@ -2430,8 +2430,7 @@ export struct NavidromePage {
|
|
|
.fontColor($r('app.color.index_tab_unselected_font_color'))
|
|
.fontColor($r('app.color.index_tab_unselected_font_color'))
|
|
|
}
|
|
}
|
|
|
.width('100%')
|
|
.width('100%')
|
|
|
- .layoutWeight(1)
|
|
|
|
|
- .margin({ bottom: 180 })
|
|
|
|
|
|
|
+ .height('100%')
|
|
|
.justifyContent(FlexAlign.Center)
|
|
.justifyContent(FlexAlign.Center)
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|