From 44a5400181764f68f49aa8a2c4392d2737e65af3 Mon Sep 17 00:00:00 2001 From: Lucifer <7909392+luciferliu@user.noreply.gitee.com> Date: Thu, 28 Apr 2022 03:31:39 +0000 Subject: [PATCH] update docs/api/system/wifi.md. --- docs/api/system/wifi.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/api/system/wifi.md b/docs/api/system/wifi.md index 4a4b33ea8..77f312a86 100644 --- a/docs/api/system/wifi.md +++ b/docs/api/system/wifi.md @@ -1,9 +1,11 @@ #### Wi-Fi -仅微信小程序平台、App平台、字节跳动小程序支持,各平台开发方式暂未统一,使用时需注意用[条件编译](https://uniapp.dcloud.io/platform)调用不同平台的代码。 +仅部分平台支持,各平台开发方式暂未统一,使用时需注意用[条件编译](https://uniapp.dcloud.io/platform)调用不同平台的代码。 微信小程序平台实现参考:[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.startWifi.html) +百度智能小程序平台实现参考:[规范详情](https://smartprogram.baidu.com/docs/develop/api/device_sys/wifi_rule/) + 字节跳动小程序的wifi API参考:[规范详情](https://developer.toutiao.com/dev/cn/mini-app/develop/api/device/wi-fi/getconnectedwifi) App 平台实现参考 -- GitLab