diff --git a/docs/api/_sidebar.md b/docs/api/_sidebar.md index 93d55b768451cee0452c756b646c53a9d9838a1d..1d659cf5a8a91a6085788616d620cab6f26d38c7 100644 --- a/docs/api/_sidebar.md +++ b/docs/api/_sidebar.md @@ -8,6 +8,7 @@ * 基础 * [环境变量](env.md) * [事件总线](event-bus.md) + * [Base64](base64.md) * [拦截器](interceptor.md) * [启动](launch.md) * [退出应用](exit.md) @@ -15,7 +16,7 @@ * [getPerformance](get-performance.md) * 页面和路由 * [页面跳转](navigator.md) - * [弹框页面](dialog-page.md) + * [dialogPage](dialog-page.md) * [设置导航条颜色](set-navigation-bar-color.md) * [设置导航条标题](set-navigation-bar-title.md) * [设置tabBar](set-tab-bar.md) @@ -26,6 +27,7 @@ * [通过 id 获取 element](get-element-by-id.md) * [创建 SelectorQuery 实例](create-selector-query.md) * 界面 + * [节点布局相交状态](create-intersection-observer.md) * [弹出操作菜单](show-action-sheet.md) * [显示模态弹窗](show-modal.md) * [显示 loading 提示框](show-loading.md) @@ -50,6 +52,7 @@ * [安装 APK](install-apk.md) * [获取电池电量信息](get-battery-info.md) * [打电话](make-phone-call.md) + * [剪切板](clipboard.md) * [罗盘](compass.md) * [wifi](wifi.md) * [内存](memory.md) @@ -85,6 +88,7 @@ * 广告 * [开屏广告manifest配置](https://doc.dcloud.net.cn/uni-app-x/collocation/manifest-modules.html#uni-ad) * [激励视频广告](create-rewarded-video-ad.md) + * [插屏广告](create-interstitial-ad.md) * 支付 * [支付(requestPayment)](request-payment.md) * [虚拟支付(requestVirtualPayment)](virtual-payment.md) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md new file mode 100644 index 0000000000000000000000000000000000000000..c38934b5a4e4e98dd8d96c30233295e640ef909a --- /dev/null +++ b/docs/api/clipboard.md @@ -0,0 +1,33 @@ +## uni.getClipboardData(options) @getclipboarddata + + + + + + + + + + + + + +## uni.setClipboardData(options) @setclipboarddata + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/api/create-intersection-observer.md b/docs/api/create-intersection-observer.md new file mode 100644 index 0000000000000000000000000000000000000000..12482b343e3e2d26988fbd9b3a81b330d44c004e --- /dev/null +++ b/docs/api/create-intersection-observer.md @@ -0,0 +1,19 @@ +## uni.createIntersectionObserver(component, options) @createintersectionobserver + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/api/create-interstitial-ad.md b/docs/api/create-interstitial-ad.md new file mode 100644 index 0000000000000000000000000000000000000000..71b20137727e84cef72fe4511b1912fc2fb97b3e --- /dev/null +++ b/docs/api/create-interstitial-ad.md @@ -0,0 +1,19 @@ +## uni.createInterstitialAd(option) @createinterstitialad + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/component/_sidebar.md b/docs/component/_sidebar.md index 308d48004a64b8205b49c4f7fb098d7f979bbd92..cd63bb8b312ed07177519c81beed45f2cc1f87c9 100644 --- a/docs/component/_sidebar.md +++ b/docs/component/_sidebar.md @@ -53,10 +53,13 @@ * 媒体组件 * [image | 图片](image.md) * [video | 视频](video.md) + * 地图 * [map | 地图](map.md) * 画布 * [canvas | 画布](canvas.md) + * 网页 * [web-view](web-view.md) * 页面属性配置节点 diff --git a/docs/component/ad.md b/docs/component/ad.md new file mode 100644 index 0000000000000000000000000000000000000000..6b07174c7a8b702ffb725eb93d9bbcd20673b207 --- /dev/null +++ b/docs/component/ad.md @@ -0,0 +1,18 @@ +## ad + + + + + + + + + + + + + + + + +