播放列表持久化设计、播放列表点击显示当前播放歌曲的列表内位置

This commit is contained in:
2026-08-28 22:16:55 +08:00
parent f91846be9a
commit fa396ce681
4 changed files with 424 additions and 54 deletions
+4
View File
@@ -80,6 +80,10 @@ void main() async {
);
debugPrint('⏱️ T0.8 runApp 完成: ${stopwatch.elapsedMilliseconds}ms');
WidgetsBinding.instance.addPostFrameCallback((_) {
AudioService().restorePlaybackState();
});
}
// ════════════════════════════════════════════════════════════