opt intro controller

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-02 14:07:29 +08:00
parent 199ddc0e7e
commit 3c964787df
19 changed files with 507 additions and 446 deletions

View File

@@ -89,7 +89,7 @@ class _SavePanelState extends State<SavePanel> {
if (currentRoute.startsWith('/video')) {
try {
final heroTag = Get.arguments?['heroTag'];
late final ctr = Get.find<VideoIntroController>(tag: heroTag);
late final ctr = Get.find<UgcIntroController>(tag: heroTag);
final videoDetail = ctr.videoDetail.value;
cover = videoDetail.pic;
title = videoDetail.title;