Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-16 12:57:19 +08:00
parent 0dd3689d65
commit 13818533a7
18 changed files with 154 additions and 161 deletions

View File

@@ -67,6 +67,7 @@ class _WebviewPageState extends State<WebviewPage> {
if (Platform.isLinux) {
return Scaffold(
appBar: AppBar(),
resizeToAvoidBottomInset: false,
body: Center(
child: TextButton(
onPressed: () => PageUtils.launchURL(_url),