feat: 多端邀请接入

This commit is contained in:
2026-01-19 07:21:28 -08:00
parent b441346630
commit 8e48a6ff8a
19 changed files with 476 additions and 71 deletions
+8
View File
@@ -39,6 +39,14 @@ class AppPages {
static const INITIAL = Routes.KR_SPLASH;
static final routes = [
GetPage(
name: '/',
page: () => SwipeWrapper.detect(() => const KRSplashView()),
binding: KRSplashBinding(),
popGesture: false,
transition: Transition.fade,
transitionDuration: const Duration(milliseconds: 500),
),
GetPage(
name: Routes.KR_SPLASH,
page: () => SwipeWrapper.detect(() => const KRSplashView()),