Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardpan committed Jan 3, 2017
1 parent 1ae4838 commit a447eb7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions _posts/2017-01-03-iOS_Wifilist.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ kNEHotspotHelperCommandTypeFilterScanList: 表示扫描到 Wifi 列表信息

* 打开手机系统设置 -> WLAN -> 系统 Wifi 列表加载出来时,上面代码部分才会回调,才能获取到 Wifi 列表。

![](/images/posts/Wifilist/WLAN.png)
<img src="/images/posts/Wifilist/WLAN.png" height="400" width="200">

这个时候你就能看到控制台源源不断的Log。

Expand All @@ -120,7 +120,7 @@ kNEHotspotHelperCommandTypeFilterScanList: 表示扫描到 Wifi 列表信息

下面付一张来自 [TalkingData 对iOS操作系统的统计报表](https://www.talkingdata.com/index/#/device/os/zh_CN),时间:2017-01-03

![](/images/posts/Wifilist/systemVersion.png)
<img src="/images/posts/Wifilist/systemVersion.png" height="280" width="600">

### Q&A

Expand Down
8 changes: 4 additions & 4 deletions _site/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<description>欢迎来到我的个人站~</description>
<link>http://baixin.io/</link>
<atom:link href="http://baixin.io/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Tue, 03 Jan 2017 14:50:24 +0800</pubDate>
<lastBuildDate>Tue, 03 Jan 2017 14:50:24 +0800</lastBuildDate>
<pubDate>Tue, 03 Jan 2017 14:55:23 +0800</pubDate>
<lastBuildDate>Tue, 03 Jan 2017 14:55:23 +0800</lastBuildDate>
<generator>Jekyll v3.1.2</generator>

<item>
Expand Down Expand Up @@ -118,7 +118,7 @@ We added a new template containing the Network Extension entitlements to your te
&lt;li&gt;打开手机系统设置 -&amp;gt; WLAN -&amp;gt; 系统 Wifi 列表加载出来时,上面代码部分才会回调,才能获取到 Wifi 列表。&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;img src=&quot;/images/posts/Wifilist/WLAN.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/posts/Wifilist/WLAN.png&quot; height=&quot;400&quot; width=&quot;200&quot; /&gt;&lt;/p&gt;

&lt;p&gt;这个时候你就能看到控制台源源不断的Log。&lt;/p&gt;

Expand All @@ -132,7 +132,7 @@ We added a new template containing the Network Extension entitlements to your te

&lt;p&gt;下面付一张来自 &lt;a href=&quot;https://www.talkingdata.com/index/#/device/os/zh_CN&quot;&gt;TalkingData 对iOS操作系统的统计报表&lt;/a&gt;,时间:2017-01-03&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/posts/Wifilist/systemVersion.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/images/posts/Wifilist/systemVersion.png&quot; height=&quot;280&quot; width=&quot;600&quot; /&gt;&lt;/p&gt;

&lt;h3 id=&quot;qa&quot;&gt;Q&amp;amp;A&lt;/h3&gt;

Expand Down

0 comments on commit a447eb7

Please sign in to comment.