mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
feat: fav article
Closes #727 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -16,8 +16,7 @@ Widget htmlRender({
|
||||
Function(List<String>, int)? callback,
|
||||
}) {
|
||||
debugPrint('htmlRender');
|
||||
return SelectionArea(
|
||||
child: Html(
|
||||
return Html(
|
||||
data: htmlContent,
|
||||
onLinkTap: (String? url, Map<String, String> buildContext, attributes) {},
|
||||
extensions: [
|
||||
@@ -124,5 +123,5 @@ Widget htmlRender({
|
||||
margin: Margins.zero,
|
||||
),
|
||||
},
|
||||
));
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user