feat: fav topic

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-17 21:55:36 +08:00
parent 1d4eabb770
commit d7eb734aaf
55 changed files with 1509 additions and 500 deletions

View File

@@ -74,8 +74,7 @@ class EpisodePanel extends CommonSlidePage {
State<EpisodePanel> createState() => _EpisodePanelState();
}
class _EpisodePanelState extends CommonSlidePageState<EpisodePanel>
with SingleTickerProviderStateMixin {
class _EpisodePanelState extends CommonSlidePageState<EpisodePanel> {
// tab
late final TabController _tabController = TabController(
initialIndex: widget.initialTabIndex,