feat: 我的订阅

This commit is contained in:
guozhigq
2024-02-25 12:12:54 +08:00
parent 4da6667b81
commit 078e4716b4
18 changed files with 1032 additions and 7 deletions

View File

@ -28,6 +28,11 @@ class MediaController extends GetxController {
'title': '我的收藏',
'onTap': () => Get.toNamed('/fav'),
},
{
'icon': Icons.subscriptions_outlined,
'title': '我的订阅',
'onTap': () => Get.toNamed('/subscription'),
},
{
'icon': Icons.watch_later_outlined,
'title': '稍后再看',