* tweak

* opt: image quality

* opt: VideoPlayerServiceHandler

* fixes

* update

Signed-off-by: dom <githubaccount56556@proton.me>

* fix get file name

Signed-off-by: dom <githubaccount56556@proton.me>

---------

Co-authored-by: dom <githubaccount56556@proton.me>
This commit is contained in:
My-Responsitories
2026-01-25 15:21:33 +08:00
committed by GitHub
parent 219228f8b5
commit 038f03a4e7
10 changed files with 64 additions and 49 deletions

View File

@@ -79,9 +79,7 @@ class _RcmdPageState extends CommonPageState<RcmdPage, RcmdController>
child: Card(
child: Container(
alignment: Alignment.center,
padding: const EdgeInsets.symmetric(
horizontal: 10,
),
padding: const .symmetric(horizontal: 10),
child: Text(
'上次看到这里\n点击刷新',
textAlign: .center,
@@ -95,9 +93,7 @@ class _RcmdPageState extends CommonPageState<RcmdPage, RcmdController>
),
);
}
int actualIndex = controller.lastRefreshAt == null
? index
: index > controller.lastRefreshAt!
final actualIndex = index > controller.lastRefreshAt!
? index - 1
: index;
return VideoCardV(