feat: popular series/precious

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-19 18:09:10 +08:00
parent 51c605f5d0
commit d62d0eddc2
13 changed files with 585 additions and 16 deletions

View File

@@ -106,27 +106,15 @@ class _HotPageState extends CommonPageState<HotPage, HotController>
),
_buildEntranceItem(
iconUrl:
'http://i0.hdslb.com/bfs/archive/552ebe8c4794aeef30ebd1568b59ad35f15e21ad.png',
'https://i0.hdslb.com/bfs/archive/552ebe8c4794aeef30ebd1568b59ad35f15e21ad.png',
title: '每周必看',
onTap: () => Get.toNamed(
'/webview',
parameters: {
'url':
'https://www.bilibili.com/h5/weekly-recommend',
},
),
onTap: () => Get.toNamed('/popularSeries'),
),
_buildEntranceItem(
iconUrl:
'http://i0.hdslb.com/bfs/archive/3693ec9335b78ca57353ac0734f36a46f3d179a9.png',
'https://i0.hdslb.com/bfs/archive/3693ec9335b78ca57353ac0734f36a46f3d179a9.png',
title: '入站必刷',
onTap: () => Get.toNamed(
'/webview',
parameters: {
'url':
'https://www.bilibili.com/h5/good-history',
},
),
onTap: () => Get.toNamed('/popularPrecious'),
),
],
),