opt: video intro panel

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-11 12:04:18 +08:00
parent 32d2ec8ca0
commit b62d3a03bc

View File

@@ -548,12 +548,13 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
), ),
), ),
), ),
const SizedBox(height: 8),
Stack( Stack(
children: [ children: [
GestureDetector( GestureDetector(
behavior: HitTestBehavior.translucent, behavior: HitTestBehavior.translucent,
onTap: showIntroDetail, onTap: showIntroDetail,
child: Padding(
padding: const EdgeInsets.only(top: 8),
child: Row( child: Row(
children: <Widget>[ children: <Widget>[
statView( statView(
@@ -608,6 +609,7 @@ class _VideoInfoState extends State<VideoInfo> with TickerProviderStateMixin {
], ],
), ),
), ),
),
if (videoIntroController.enableAi) if (videoIntroController.enableAi)
Positioned( Positioned(
right: 10, right: 10,