opt article page

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-23 15:30:07 +08:00
parent 9c2f3d3f86
commit 70b55e5fdd
2 changed files with 93 additions and 86 deletions

View File

@@ -42,7 +42,7 @@ class _WebviewPageState extends State<WebviewPage> {
super.initState();
if (Get.arguments is Map) {
_inApp = Get.arguments['inApp'];
_off = Get.arguments['off'];
_off = Get.arguments['off'] ?? false;
}
}