feat: 多端邀请接入
This commit is contained in:
@@ -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()),
|
||||
|
||||
Reference in New Issue
Block a user