Skip to content

Commit

Permalink
隐藏两列媒体
Browse files Browse the repository at this point in the history
  • Loading branch information
shanehh committed Mar 27, 2024
1 parent aec84db commit 60b6ce4
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/pages/media/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,11 @@ class MediaController extends GetxController {
Box userInfoCache = GStrorage.userInfo;
RxBool userLogin = false.obs;
List list = [
{
'icon': Icons.file_download_outlined,
'title': '离线缓存',
'onTap': () {
SmartDialog.showToast('功能开发中');
},
},
{
'icon': Icons.history,
'title': '观看记录',
'onTap': () => Get.toNamed('/history'),
},
{
'icon': Icons.star_border,
'title': '我的收藏',
'onTap': () => Get.toNamed('/fav'),
},
{
'icon': Icons.subscriptions_outlined,
'title': '我的订阅',
Expand Down

0 comments on commit 60b6ce4

Please sign in to comment.