mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: ctr tag
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -38,7 +38,10 @@ class HtmlRenderPage extends StatefulWidget {
|
||||
|
||||
class _HtmlRenderPageState extends State<HtmlRenderPage>
|
||||
with TickerProviderStateMixin {
|
||||
final HtmlRenderController _htmlRenderCtr = Get.put(HtmlRenderController());
|
||||
late final HtmlRenderController _htmlRenderCtr = Get.put(
|
||||
HtmlRenderController(),
|
||||
tag: Utils.makeHeroTag(id),
|
||||
);
|
||||
late String title;
|
||||
late String id;
|
||||
late String url;
|
||||
|
||||
Reference in New Issue
Block a user