diff --git a/docs/api/_sidebar.md b/docs/api/_sidebar.md index 3cf0b2e5dc9d0f1ebae236265b3f4815945c2c0d..4342582f3cb9a808759c8e8572f22ae5fbaeb7a0 100644 --- a/docs/api/_sidebar.md +++ b/docs/api/_sidebar.md @@ -49,8 +49,12 @@ * [推送](push.md) * 数据存储 * [storage(key-value存储)](storage.md) +* 文件系统 + * [文件系统规范](file-system-spec.md) + * [getFileSystemManager](get-file-system-manager.md) * 登录和验证 - * [实人认证](facial-recognition-verify.md) + * [App一键登陆](get-univerify-manager.md) + * [金融级实人认证](facial-recognition-verify.md) * 组件上下文对象 * [web-view组件上下文对象](create-webview-context.md) * [video组件上下文对象](create-video-context.md) diff --git a/docs/api/push.md b/docs/api/push.md index e655122bdba7ffe28186f086929952e197e4ab40..0781f94a0178dfd69021a9620fba3919dcdfab4a 100644 --- a/docs/api/push.md +++ b/docs/api/push.md @@ -72,6 +72,8 @@ uni-push是DCloud与合作伙伴个推共同推出的统一推送服务。用于 - [oppo](https://open.oppomobile.com/new/developmentDoc/info?id=11227) - [vivo](https://dev.vivo.com.cn/documentCenter/doc/359) + uni-push从HBuilderX 3.99起支持荣耀推送 + 开通自分类权益后,需要客户端创建channel,因此客户端提供了`setPushChannel`来进行channel的创建,通过此Api来创建渠道进行推送。 客户端创建渠道成功后,即可通过云函数进行推送,[uni-push2服务端文档](https://doc.dcloud.net.cn/uniCloud/uni-cloud-push/api.html)。