diff --git a/docs/api/system/wifi.md b/docs/api/system/wifi.md index 4a4b33ea8614440c351c3f8118da555cf3cce062..77f312a86440c7392d7f112ab08468f1a95d50e0 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 平台实现参考