diff --git a/docs/api/_sidebar.md b/docs/api/_sidebar.md index 0caa91b0f354c2cfb9ffed9ed973dba0d335257e..b8bb397f34c3215364bb274ebc78f08b97e4a32c 100644 --- a/docs/api/_sidebar.md +++ b/docs/api/_sidebar.md @@ -59,6 +59,7 @@ * [内存](memory.md) * [截屏事件](capture-screen.md) * [监听权限申请](create-request-permission-listener.md) + * [扫码](scan-code.md) * 媒体 * [拍照或从相册选择图片](choose-image.md) * [图片预览](preview-image.md) @@ -93,8 +94,12 @@ * 支付 * [支付(requestPayment)](request-payment.md) * [虚拟支付(requestVirtualPayment)](virtual-payment.md) +* 分享 + * [shareWithSystem](share-with-system.md) * 推送 * [push](uni-push.md) +* 统计 + * [统计采集上报](report.md) * 组件上下文对象 * [创建 web-view 组件上下文对象](create-webview-context.md) * [创建 video 组件上下文对象](create-video-context.md) diff --git a/docs/api/report.md b/docs/api/report.md new file mode 100644 index 0000000000000000000000000000000000000000..910a0e8ba00e059227020363d4e04421275b854b --- /dev/null +++ b/docs/api/report.md @@ -0,0 +1,19 @@ +## uni.report(options) @report + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/api/scan-code.md b/docs/api/scan-code.md new file mode 100644 index 0000000000000000000000000000000000000000..f91059302b0f0a10ce56c5c86e58a35221672eda --- /dev/null +++ b/docs/api/scan-code.md @@ -0,0 +1,19 @@ +## uni.scanCode(options?) @scancode + + + + + + + + + + + + + + + + + + \ No newline at end of file