Skip to content

Commit 7f9427a

Browse files
committed
增加博文链接
1 parent faf6363 commit 7f9427a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
### 文档
5555

5656
- [Flutter 玩转微信——通讯录](https://www.jianshu.com/p/8d136f31b8a2)
57+
- [Flutter 玩转微信——闪屏页妙用](https://www.jianshu.com/p/e2dcd0e8e04d)
5758

5859
---
5960

lib/views/splash/splash_page.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,10 +169,13 @@ class _SplashPageState extends State<SplashPage> {
169169
MediaQuery.of(context);
170170
Widget child;
171171
if (_skipMode == MHSplashSkipMode.newFeature) {
172+
// 引导页
172173
child = _buildNewFeatureWidget();
173174
} else if (_skipMode == MHSplashSkipMode.ad) {
175+
// 广告页
174176
child = _buildAdWidget();
175177
} else {
178+
// 启动页
176179
child = _buildDefaultLaunchImage();
177180
}
178181
return Material(child: child);

0 commit comments

Comments
 (0)