diff --git a/docs/api/file/getFileSystemManager.md b/docs/api/file/getFileSystemManager.md index 2b037a7684dbc307e1d804033ef01e7f21b314ec..f548e3f84172fdd23bef5e34b2678d8cbc6adc2f 100644 --- a/docs/api/file/getFileSystemManager.md +++ b/docs/api/file/getFileSystemManager.md @@ -4,5 +4,5 @@ 获取全局唯一的文件管理器 - 微信小程序平台,[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/wx.getFileSystemManager.html) -- 字节跳动小程序平台,[规范详情](https://developer.toutiao.com/dev/cn/mini-app/develop/api/file/getfilesystemmanager) +- 字节跳动小程序平台,[规范详情](https://developer.open-douyin.com/docs/resource/zh-CN/interaction/develop/api/file/tt-get-file-system-manager/) - QQ小程序平台,[规范详情](https://q.qq.com/wiki/develop/miniprogram/API/file/qq.getFileSystemManager.html) \ No newline at end of file diff --git a/docs/api/location/location-change.md b/docs/api/location/location-change.md index aaa328d101e21aae46aeb66b30a02ff088ed5d0e..2b1d659c89d817cf7442b862a1349a3cd37e1d5f 100644 --- a/docs/api/location/location-change.md +++ b/docs/api/location/location-change.md @@ -33,7 +33,7 @@ altitudeAccuracy|Number|海拔的精确度信息|App| **注意** - 该方法会持续监听地理位置信息的变化,建议在不需要监听地理位置信息变化后,直接调用 `uni.stopLocationUpdate` 方法取消监听。 - `微信小程序`若使用该接口,需要在 app.json 中进行声明,否则将无法正常使用该接口,[详情](https://developers.weixin.qq.com/miniprogram/dev/api/location/wx.onLocationChange.html) -- `字节小程序`调用此 API 需要申请高精度权限,具体信息见[高精度定位运营规范](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/functional-plug-in/gaojingdu/)。 +- `字节小程序`调用此 API 需要申请高精度权限,具体信息见[高精度定位运营规范](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/operation/platform-capabilities/high-progress-targeting/gaojingdu/)。 **示例** diff --git a/docs/api/plugins/login.md b/docs/api/plugins/login.md index 1fe03a42cd0fd210af399a4ba6b9c3f3ca7e6a98..d2a5dd265be3e01fa2b1a1d0a8bca171027d38da 100644 --- a/docs/api/plugins/login.md +++ b/docs/api/plugins/login.md @@ -26,7 +26,7 @@ uni.login是一个客户端API,统一封装了各个平台的各种常见的 * [微信小程序登录](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/login.html) * [支付宝小程序登录](https://docs.alipay.com/mini/introduce/authcode) * [百度小程序登录](https://smartprogram.baidu.com/docs/develop/api/open_log/#%E6%8E%88%E6%9D%83%E6%B5%81%E7%A8%8B%E8%AF%B4%E6%98%8E/) -* [字节跳动小程序登录](https://developer.toutiao.com/dev/cn/mini-app/develop/open-capacity/log-in/login) +* [字节跳动小程序登录](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/open-interface/log-in/tt-login/) * [QQ小程序登录](https://q.qq.com/wiki/develop/miniprogram/API/open_port/port_login.html) * [快手小程序登录](https://mp.kuaishou.com/docs/develop/api-next/open/login/ks.login.html) * [京东小程序登录](https://mp-docs.jd.com/api/openInterface/login.html) @@ -238,7 +238,7 @@ uni.login({ - 如业务需获取用户头像昵称,可以使用[「头像昵称填写能力」](https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html)(基础库 2.21.2 版本开始支持,覆盖iOS与安卓微信 8.0.16 以上版本)。 - 该API仅支持微信小程序端(基础库2.10.4-2.27.0版本),微信小程序调整了相关接口(详见[《小程序登录、用户信息相关接口调整说明》](https://developers.weixin.qq.com/community/develop/doc/000cacfa20ce88df04cb468bc52801?highLine=getUserProfile%253Afail))。每次触发 uni.getUserProfile 均会弹出授权窗口,用户授权后可成功获取用户信息。该API暂不支持在事件中使用异步操作,否则会触发错误:{errMsg: "getUserProfile:fail can only be invoked by user TAP gesture."} -抖音从基础库 2.30.0 开始支持本方法,低版本需做兼容处理。[详见](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/api/open-interface/user-information/tt-get-user-profile/) +抖音从基础库 2.30.0 开始支持本方法,低版本需做兼容处理。[详见](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/open-interface/user-information/tt-get-user-profile/) **OBJECT 参数说明** diff --git a/docs/api/plugins/payment.md b/docs/api/plugins/payment.md index fcc31a98ae9106773da29261798dc29c02815576..1a1c90a79549877d2201fbe5ea1dd9ae65308797 100644 --- a/docs/api/plugins/payment.md +++ b/docs/api/plugins/payment.md @@ -49,7 +49,7 @@ uni.requestPayment是一个统一各平台的客户端支付API,不管是在 ### 注意事项 - APP端,如果你的应用在用户完成支付后;立即给支付的用户push消息通知。会与前端支付回调相互冲突,请延迟执行推送。 -- 字节跳动小程序支付接口调整使用时请注意[发起头条支付](https://developer.toutiao.com/dev/cn/mini-app/develop/open-capacity/payment/pay) +- 字节跳动小程序支付接口调整使用时请注意[发起头条支付](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/open-interface/pay/tt-pay) ### orderInfo 注意事项@orderInfo 1. 百度小程序的 orderInfo 为 Object 类型,详细的数据结构,参考:[百度收银台支付](https://smartprogram.baidu.com/docs/develop/api/open_payment/#requestPolymerPayment/)。 diff --git a/docs/api/plugins/push.md b/docs/api/plugins/push.md index 7468cd312ba0e92c041b5bb4de300070ae60d10c..d1727e2d7f643f1c38df29db20d16c8036c0e4e8 100644 --- a/docs/api/plugins/push.md +++ b/docs/api/plugins/push.md @@ -126,7 +126,7 @@ uni.offPushMessage(eventName); 百度模板消息文档:[https://smartprogram.baidu.com/docs/develop/third/api/](https://smartprogram.baidu.com/docs/develop/third/api/) -字节跳动订阅消息文档:[https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/functional-plug-in/subscribemessage/](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/functional-plug-in/subscribemessage/) +字节跳动订阅消息文档:[https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/open-capacity/operation/subscribe-message/](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/open-capacity/operation/subscribe-message/) QQ小程序订阅消息文档:[https://q.qq.com/wiki/develop/miniprogram/frame/open_ability/open_message.html#%E8%AE%A2%E9%98%85%E6%B6%88%E6%81%AF](https://q.qq.com/wiki/develop/miniprogram/frame/open_ability/open_message.html#%E8%AE%A2%E9%98%85%E6%B6%88%E6%81%AF) diff --git a/docs/api/storage/storage.md b/docs/api/storage/storage.md index 9db24d3da44504b4b6ef0ca5b687660afa74bd87..ddf580b3589f08d321352863aba3d16735b31455 100644 --- a/docs/api/storage/storage.md +++ b/docs/api/storage/storage.md @@ -226,7 +226,7 @@ uni-app的Storage在不同端的实现不同: - 各个小程序端为其自带的storage api,数据存储生命周期跟小程序本身一致,即除用户主动删除或超过一定时间被自动清理,否则数据都一直可用。 - 微信小程序单个 key 允许存储的最大数据长度为 1MB,所有数据存储上限为 10MB。 - 支付宝小程序单条数据转换成字符串后,字符串长度最大200*1024。同一个支付宝用户,同一个小程序缓存总上限为10MB。 -- 百度小程序策略[详见](https://smartprogram.baidu.com/docs/develop/api/storage/save_process/)、字节跳动小程序策略[详见](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/api/data-caching/tt-get-storage) +- 百度小程序策略[详见](https://smartprogram.baidu.com/docs/develop/api/storage/save_process/)、字节跳动小程序策略[详见](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/data-caching/tt-get-storage) - 非App平台清空Storage会导致uni.getSystemInfo获取到的deviceId改变 除此之外,其他数据存储方案: diff --git a/docs/api/system/info.md b/docs/api/system/info.md index 1dd3ba6850f9130cd7c1fca44f0234f74c3ca673..65e73c53a3c26e3f96414ed29057723b3ffccd53 100644 --- a/docs/api/system/info.md +++ b/docs/api/system/info.md @@ -168,7 +168,7 @@ uni-app提供了异步(`uni.getSystemInfo`)和同步(`uni.getSystemInfoSync`)的 |QUARK|夸克浏览器| |AK|阿里健康| |YK|优酷| -|[字节宿主平台枚举值列表](https://microapp.bytedance.com/docs/zh-CN/mini-app/develop/api/device/system-information/tt-get-system-info/#appname-%E8%AF%B4%E6%98%8E)|字节跳动系列| +|[字节宿主平台枚举值列表](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/device/system-information/tt-get-system-info/#appname-%E8%AF%B4%E6%98%8E)|字节跳动系列| |qq|QQ| |KUAISHOU|快手| diff --git a/docs/api/system/wifi.md b/docs/api/system/wifi.md index 1291740a02fc1392cb574322c27a6446dca74069..fff8011071acb28f9d7bd9e8e98ae8b5c94d03ed 100644 --- a/docs/api/system/wifi.md +++ b/docs/api/system/wifi.md @@ -11,7 +11,7 @@ 百度智能小程序平台实现参考:[规范详情](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) +字节跳动小程序的wifi API参考:[规范详情](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/device/wi-fi/tt-get-connected-wifi/) ### uni.startWifi(OBJECT) diff --git a/docs/api/worker.md b/docs/api/worker.md index 7ffa067c4f55e0f818a1a701f4da91e62ca05059..c6e4b4a082a52bf4a7432739133d59403d4a284f 100644 --- a/docs/api/worker.md +++ b/docs/api/worker.md @@ -4,7 +4,7 @@ - 微信小程序:[规范详情](https://developers.weixin.qq.com/miniprogram/dev/api/worker/wx.createWorker.html) - 支付宝小程序:[规范详情](https://opendocs.alipay.com/mini/api/worker) -- 字节跳动小程序:[规范详情](https://microapp.bytedance.com/docs/zh-CN/mini-game/develop/api/worker/tt-create-worker) +- 字节跳动小程序:[规范详情](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/api/worker/tt-create-worker) - QQ小程序:[规范详情](https://q.qq.com/wiki/develop/miniprogram/API/worker/worker.html) - H5:标准H5的worker仍然可以使用 - App: diff --git a/docs/collocation/manifest.md b/docs/collocation/manifest.md index 11de3323f1c3ebfd48cd003206f5b92f5c310071..467508fec2bb6a4a9e35c90a099059778053b1d2 100644 --- a/docs/collocation/manifest.md +++ b/docs/collocation/manifest.md @@ -527,9 +527,9 @@ Tips:关于摇树优化(treeShaking)原理及优化结果,参考:[http |属性|类型|说明| |:-|:-|:-| -|appid|String|字节跳动小程序的 AppID,登录 [https://developer.toutiao.com/](https://developer.toutiao.com/) 申请| +|appid|String|字节跳动小程序的 AppID,登录 [https://microapp.bytedance.com/](https://microapp.bytedance.com/) 申请| |setting|Object|字节跳动小程序项目设置,参考[字节跳动小程序项目设置](/collocation/manifest?id=mp-toutiao-setting)| -|navigateToMiniProgramAppIdList |Array|需要跳转的小程序列表,[详见](https://developer.toutiao.com/dev/cn/mini-app/develop/framework/basic-reference/general-configuration) | +|navigateToMiniProgramAppIdList |Array|需要跳转的小程序列表,[详见](https://developer.open-douyin.com/docs/resource/zh-CN/mini-app/develop/framework/basic-reference/general-configuration/) | |uniStatistics|Object|[字节跳动小程序是否开启 uni 统计,配置方法同全局配置](/collocation/manifest?id=uniStatistics)| |scopedSlotsCompiler|String|Vue2 作用域插槽编译模式,uni-app 3.1.19+ 开始支持,可选:legacy、auto、augmented,默认:auto| |slotMultipleInstance|Boolean|模拟单个作用域插槽渲染为多个实例,此配置仅限 Vue2 环境 3.7.12+,Vue3 环境已默认支持| diff --git a/docs/component/video.md b/docs/component/video.md index 511cbb58496354af6a571398353c8db1da01729a..b853210026856dc10541641fc48f062c2b4ee108 100644 --- a/docs/component/video.md +++ b/docs/component/video.md @@ -179,7 +179,7 @@ export default { - 视频播放格式说明: * H5平台:支持的视频格式视浏览器而定,一般通用的都支持:mp4、webm 和 ogg。(``