Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
unidocs-uni-app-x-zh
提交
59a0b9fb
U
unidocs-uni-app-x-zh
项目概览
DCloud
/
unidocs-uni-app-x-zh
通知
144
Star
2
Fork
33
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
9
列表
看板
标记
里程碑
合并请求
11
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
U
unidocs-uni-app-x-zh
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
9
Issue
9
列表
看板
标记
里程碑
合并请求
11
合并请求
11
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
59a0b9fb
编写于
10月 15, 2024
作者:
D
DCloud_LXH
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat: alpha 文档
上级
939f6888
变更
6
显示空白变更内容
内联
并排
Showing
6 changed file
with
97 addition
and
1 deletion
+97
-1
docs/api/_sidebar.md
docs/api/_sidebar.md
+5
-1
docs/api/clipboard.md
docs/api/clipboard.md
+33
-0
docs/api/create-intersection-observer.md
docs/api/create-intersection-observer.md
+19
-0
docs/api/create-interstitial-ad.md
docs/api/create-interstitial-ad.md
+19
-0
docs/component/_sidebar.md
docs/component/_sidebar.md
+3
-0
docs/component/ad.md
docs/component/ad.md
+18
-0
未找到文件。
docs/api/_sidebar.md
浏览文件 @
59a0b9fb
...
...
@@ -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
)
...
...
docs/api/clipboard.md
0 → 100644
浏览文件 @
59a0b9fb
## uni.getClipboardData(options) @getclipboarddata
<!-- UTSAPIJSON.getClipboardData.description -->
<!-- UTSAPIJSON.getClipboardData.compatibility -->
<!-- UTSAPIJSON.getClipboardData.param -->
<!-- UTSAPIJSON.getClipboardData.returnValue -->
<!-- UTSAPIJSON.getClipboardData.example -->
<!-- UTSAPIJSON.getClipboardData.tutorial -->
## uni.setClipboardData(options) @setclipboarddata
<!-- UTSAPIJSON.setClipboardData.description -->
<!-- UTSAPIJSON.setClipboardData.compatibility -->
<!-- UTSAPIJSON.setClipboardData.param -->
<!-- UTSAPIJSON.setClipboardData.returnValue -->
<!-- UTSAPIJSON.setClipboardData.example -->
<!-- UTSAPIJSON.setClipboardData.tutorial -->
<!-- UTSAPIJSON.clipboard.example -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
docs/api/create-intersection-observer.md
0 → 100644
浏览文件 @
59a0b9fb
## uni.createIntersectionObserver(component, options) @createintersectionobserver
<!-- UTSAPIJSON.createIntersectionObserver.description -->
<!-- UTSAPIJSON.createIntersectionObserver.compatibility -->
<!-- UTSAPIJSON.createIntersectionObserver.param -->
<!-- UTSAPIJSON.createIntersectionObserver.returnValue -->
<!-- UTSAPIJSON.createIntersectionObserver.example -->
<!-- UTSAPIJSON.createIntersectionObserver.tutorial -->
<!-- UTSAPIJSON.createIntersectionObserver.example -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
docs/api/create-interstitial-ad.md
0 → 100644
浏览文件 @
59a0b9fb
## uni.createInterstitialAd(option) @createinterstitialad
<!-- UTSAPIJSON.createInterstitialAd.description -->
<!-- UTSAPIJSON.createInterstitialAd.compatibility -->
<!-- UTSAPIJSON.createInterstitialAd.param -->
<!-- UTSAPIJSON.createInterstitialAd.returnValue -->
<!-- UTSAPIJSON.createInterstitialAd.example -->
<!-- UTSAPIJSON.createInterstitialAd.tutorial -->
<!-- UTSAPIJSON.createInterstitialAd.example -->
<!-- UTSAPIJSON.general_type.name -->
<!-- UTSAPIJSON.general_type.param -->
\ No newline at end of file
docs/component/_sidebar.md
浏览文件 @
59a0b9fb
...
...
@@ -53,10 +53,13 @@
*
媒体组件
*
[
image | 图片
](
image.md
)
*
[
video | 视频
](
video.md
)
<!-- * [animation-view | Lottie动画](animation-view.md) -->
*
地图
*
[
map | 地图
](
map.md
)
*
画布
*
[
canvas | 画布
](
canvas.md
)
<!--
*
广告
*
[
ad | 信息流广告
](
ad.md
)
-->
*
网页
*
[
web-view
](
web-view.md
)
*
页面属性配置节点
...
...
docs/component/ad.md
0 → 100644
浏览文件 @
59a0b9fb
## ad
<!-- UTSCOMJSON.ad.description -->
<!-- UTSCOMJSON.ad.compatibility -->
<!-- UTSCOMJSON.ad.attribute -->
<!-- UTSCOMJSON.ad.event -->
<!-- UTSCOMJSON.ad.component_type -->
<!-- UTSCOMJSON.ad.children -->
<!-- UTSCOMJSON.ad.example -->
<!-- UTSCOMJSON.ad.reference -->
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录