fix: 修复了一些 BUG

chen
Spark 8 months ago
parent eb8cd9a43a
commit 24b10e69c9

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

@ -1 +1 @@
f649f7b73ed118947e70d0b9aa9e6a1f 7d34a1186938d51f8f2b6577f7a6094e

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

@ -1,4 +1,4 @@
#Sat Nov 30 22:46:17 CST 2024 #Sun Dec 01 15:29:40 CST 2024
com.example.music_player_miao.app-main-42\:/anim/fragment_fast_out_extra_slow_in.xml=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\merged_res\\debug\\anim_fragment_fast_out_extra_slow_in.xml.flat com.example.music_player_miao.app-main-42\:/anim/fragment_fast_out_extra_slow_in.xml=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\merged_res\\debug\\anim_fragment_fast_out_extra_slow_in.xml.flat
com.example.music_player_miao.app-main-42\:/drawable-v21/launch_background.xml=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\merged_res\\debug\\drawable-v21_launch_background.xml.flat com.example.music_player_miao.app-main-42\:/drawable-v21/launch_background.xml=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\merged_res\\debug\\drawable-v21_launch_background.xml.flat
com.example.music_player_miao.app-main-42\:/mipmap-hdpi/ic_launcher.png=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.png.flat com.example.music_player_miao.app-main-42\:/mipmap-hdpi/ic_launcher.png=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\merged_res\\debug\\mipmap-hdpi_ic_launcher.png.flat

@ -1,4 +1,4 @@
#Sun Dec 01 00:30:23 CST 2024 #Sun Dec 01 15:38:00 CST 2024
base.0=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex base.0=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\dex\\debug\\mergeExtDexDebug\\classes.dex
base.1=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\dex\\debug\\mergeLibDexDebug\\0\\classes.dex base.1=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\dex\\debug\\mergeLibDexDebug\\0\\classes.dex
base.10=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\12\\classes.dex base.10=E\:\\Desktop\\MTMusic\\android\\app\\build\\intermediates\\dex\\debug\\mergeProjectDexDebug\\12\\classes.dex

@ -297,7 +297,7 @@ class _MainTabViewState extends State<MainTabView> with SingleTickerProviderStat
@override @override
void initState() { void initState() {
super.initState(); super.initState();
controller = TabController(length: 4, vsync: this); controller = TabController(length: 5, vsync: this);
controller?.addListener(() { controller?.addListener(() {
selectTab = controller?.index ?? 0; selectTab = controller?.index ?? 0;
@ -411,6 +411,15 @@ class _MainTabViewState extends State<MainTabView> with SingleTickerProviderStat
), ),
text: "排行榜", text: "排行榜",
), ),
Tab(
height: 60,
icon: Image.asset(
selectTab == 1 ? "assets/img/list_tab.png" : "assets/img/list_tab_un.png",
width: 32,
height: 32,
),
text: "知音",
),
Tab( Tab(
height: 60, height: 60,
icon: Image.asset( icon: Image.asset(

Loading…
Cancel
Save