Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
dom
2025-09-12 18:12:21 +08:00
committed by GitHub
parent da17725616
commit d6bff33d29
130 changed files with 1036 additions and 834 deletions

View File

@@ -60,6 +60,17 @@ class _WebviewPageState extends State<WebviewPage> {
@override
Widget build(BuildContext context) {
if (Platform.isWindows) {
return Scaffold(
appBar: AppBar(),
body: Center(
child: TextButton(
onPressed: () => PageUtils.launchURL(_url),
child: const Text('unsupported'),
),
),
);
}
return Scaffold(
appBar: widget.url != null
? null