optimization: desktop UI (#747)

This commit is contained in:
lollipopkit🏳️‍⚧️
2025-05-13 04:57:37 +08:00
committed by GitHub
parent e520929411
commit 8627ff823f
52 changed files with 2459 additions and 1990 deletions

View File

@@ -15,6 +15,11 @@ class PingPage extends StatefulWidget {
@override
State<PingPage> createState() => _PingPageState();
static const route = AppRouteNoArg(
page: PingPage.new,
path: '/ping',
);
}
class _PingPageState extends State<PingPage>