opt: 图片预览
This commit is contained in:
@ -70,14 +70,6 @@ class Routes {
|
||||
CustomGetPage(name: '/hot', page: () => const HotPage()),
|
||||
// 视频详情
|
||||
CustomGetPage(name: '/video', page: () => const VideoDetailPage()),
|
||||
// 图片预览
|
||||
// GetPage(
|
||||
// name: '/preview',
|
||||
// page: () => const ImagePreview(),
|
||||
// transition: Transition.fade,
|
||||
// transitionDuration: const Duration(milliseconds: 300),
|
||||
// showCupertinoParallax: false,
|
||||
// ),
|
||||
//
|
||||
CustomGetPage(name: '/webview', page: () => const WebviewPage()),
|
||||
// 设置
|
||||
|
Reference in New Issue
Block a user