0419 0318

更新4
This commit is contained in:
spasolreisa
2026-04-19 03:18:42 +08:00
parent d4bbc424c6
commit 74e47971ca
25 changed files with 1221 additions and 371 deletions

View File

@@ -592,7 +592,7 @@ class _RecommendedSongsSection extends StatelessWidget {
}
return SizedBox(
height: 200,
height: 220,
child: ListView.builder(
scrollDirection: Axis.horizontal,
itemCount: songs.length,
@@ -664,7 +664,7 @@ class _SongItemCard extends StatelessWidget {
ClipRRect(
borderRadius: const BorderRadius.vertical(top: Radius.circular(12)),
child: SizedBox(
height: 120,
height: 140,
width: double.infinity,
child: Image.network(
_getCoverUrl(song.id),