Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-15 09:57:26 +08:00
parent 8a068aaac0
commit a98a0df0ef
3 changed files with 16 additions and 15 deletions

View File

@@ -525,17 +525,17 @@ class _UgcIntroPanelState extends State<UgcIntroPanel> {
onCancelTriple: introController.onCancelTriple,
),
),
// Obx(
// () => ActionItem(
// icon: const Icon(FontAwesomeIcons.thumbsDown),
// selectIcon: const Icon(FontAwesomeIcons.solidThumbsDown),
// onTap: () => introController.handleAction(
// introController.actionDislikeVideo,
// ),
// selectStatus: introController.hasDislike.value,
// text: "点踩",
// ),
// ),
Obx(
() => ActionItem(
icon: const Icon(FontAwesomeIcons.thumbsDown),
selectIcon: const Icon(FontAwesomeIcons.solidThumbsDown),
onTap: () => introController.handleAction(
introController.actionDislikeVideo,
),
selectStatus: introController.hasDislike.value,
text: "点踩",
),
),
Obx(
() => ActionItem(
animation: introController.tripleAnimation,