improve: 首页样式改动

- 渐变的背景
- tab 调整
This commit is contained in:
gumengyu
2023-12-26 11:50:17 +08:00
parent fda7a30fd9
commit 367d8b844a
4 changed files with 262 additions and 149 deletions

View File

@ -19,11 +19,11 @@ class MainController extends GetxController {
RxList navigationBars = [
{
'icon': const Icon(
Icons.favorite_outline,
Icons.home_outlined,
size: 21,
),
'selectIcon': const Icon(
Icons.favorite,
Icons.home,
size: 21,
),
'label': "首页",
@ -41,11 +41,11 @@ class MainController extends GetxController {
},
{
'icon': const Icon(
Icons.folder_outlined,
Icons.video_collection_outlined,
size: 20,
),
'selectIcon': const Icon(
Icons.folder,
Icons.video_collection,
size: 21,
),
'label': "媒体库",