Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-18 16:33:33 +08:00
parent 64e893e36f
commit cef7e478f5
19 changed files with 492 additions and 456 deletions

View File

@@ -682,7 +682,7 @@ class _ArticlePageState extends CommonDynPageState<ArticlePage> {
Expanded(
child: textIconButton(
text: '分享',
icon: CustomIcon.share_node,
icon: CustomIcons.share_node,
stat: null,
onPressed: () => Utils.shareText(controller.url),
),