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