精选歌单和轮换图图片更新

dev
xxxiix 1 week ago
parent bbf70c81c6
commit e80123b36a

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

@ -85,8 +85,8 @@ class _HomeViewState extends State<HomeView> {
///
List<Map> imgList = [
{"image": "assets/img/banner.png"},
{"image": "assets/img/banner.png"},
{"image": "assets/img/banner.png"},
{"image": "assets/img/banner1.png"},
{"image": "assets/img/banner2.png"},
];
List<Song> _filteredData = [];

@ -11,38 +11,38 @@ class HomeViewModel extends GetxController {
final songsArr = [
{
"image": "assets/img/artist_pic.png",
"name": "背对背拥抱1",
"artists": ""
"image": "assets/img/song_cover1.png",
"name": "晴天",
"artists": "周杰伦"
},
{
"image": "assets/img/artist_pic.png",
"name": "背对背拥抱2",
"artists": "林俊"
"image": "assets/img/song_cover2.png",
"name": "光年之外",
"artists": "邓紫棋"
},
{
"image": "assets/img/artist_pic.png",
"name": "背对背拥抱3",
"artists": "林俊杰"
"image": "assets/img/song_cover3.png",
"name": "起风了",
"artists": "买辣椒也用券"
},
].obs;
final listArr = [
{
"image": "assets/img/list_pic.png",
"text": "华语歌曲精选",
"image": "assets/img/list_pic1.png",
"text": "流行音乐精选",
},
{
"image": "assets/img/list_pic.png",
"text": "华语歌曲精选",
"image": "assets/img/list_pic2.png",
"text": "经典老歌回忆",
},
{
"image": "assets/img/list_pic.png",
"text": "华语歌曲精选",
"image": "assets/img/list_pic3.png",
"text": "摇滚音乐精选",
},
{
"image": "assets/img/list_pic.png",
"text": "华语歌曲精选",
"image": "assets/img/list_pic4.png",
"text": "轻音乐放松",
},
].obs;
final listDetailArr = [

Loading…
Cancel
Save