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

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 = [ 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/banner.png"}, {"image": "assets/img/banner2.png"},
]; ];
List<Song> _filteredData = []; List<Song> _filteredData = [];

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

Loading…
Cancel
Save