提交 19d26fd7 编写于 作者: DCloud_Heavensoft's avatar DCloud_Heavensoft

Update ext.md

上级 9f89370f
...@@ -7,7 +7,7 @@ uni-app x的web版从uni-app的js引擎版迁移而来,理论上所有uni-app ...@@ -7,7 +7,7 @@ uni-app x的web版从uni-app的js引擎版迁移而来,理论上所有uni-app
## App平台uni api替代@uni ## App平台uni api替代@uni
插件市场和hello示例中还有一批可替代uni内置api的插件或示例代码,比如: 插件市场和hello示例中还有一批可替代uni内置api的插件或示例代码,比如:
- 剪切板:`uni.setClipboardData``uni.getClipboardData` [见插件市场](https://ext.dcloud.net.cn/search?q=%E5%89%AA%E5%88%87%E6%9D%BF&orderBy=Relevance&cat1=8&cat2=81) - 剪切板:`uni.setClipboardData``uni.getClipboardData` [见插件市场](https://ext.dcloud.net.cn/search?q=%E5%89%AA%E5%88%87%E6%9D%BF&orderBy=Relevance&cat1=8&cat2=81)
- 拨打电话:`uni.makePhoneCall` [见插件市场](https://ext.dcloud.net.cn/plugin?id=15235) - 拨打电话:`uni.makePhoneCall` [见插件市场](https://ext.dcloud.net.cn/search?q=%E7%94%B5%E8%AF%9D&orderBy=Relevance&uni-appx=1)
- 打开三方应用:打开浏览器、应用商店、地图并传参。`plus.openUrl` [见hello uni-app x示例](https://gitcode.net/dcloud/hello-uni-app-x/-/blob/dev/pages/template/schema/schema.uvue) - 打开三方应用:打开浏览器、应用商店、地图并传参。`plus.openUrl` [见hello uni-app x示例](https://gitcode.net/dcloud/hello-uni-app-x/-/blob/dev/pages/template/schema/schema.uvue)
- 分享:`uni.shareWithSystem` [见hello uni-app x示例](https://gitcode.net/dcloud/hello-uni-app-x/-/blob/dev/pages/template/share/share.uvue) - 分享:`uni.shareWithSystem` [见hello uni-app x示例](https://gitcode.net/dcloud/hello-uni-app-x/-/blob/dev/pages/template/share/share.uvue)
- 微信登录、分享、企业客服:[见插件市场](https://ext.dcloud.net.cn/search?q=%E5%BE%AE%E4%BF%A1%E7%99%BB%E5%BD%95&orderBy=Relevance&cat1=8&cat2=81&uni-appx=1) - 微信登录、分享、企业客服:[见插件市场](https://ext.dcloud.net.cn/search?q=%E5%BE%AE%E4%BF%A1%E7%99%BB%E5%BD%95&orderBy=Relevance&cat1=8&cat2=81&uni-appx=1)
...@@ -132,4 +132,4 @@ function openSystemBrowser(url: string): void { ...@@ -132,4 +132,4 @@ function openSystemBrowser(url: string): void {
官方的uni api,都是uts代码调用系统api,这里面很多例子可以参考:[https://gitcode.net/dcloud/uni-api](https://gitcode.net/dcloud/uni-api) 官方的uni api,都是uts代码调用系统api,这里面很多例子可以参考:[https://gitcode.net/dcloud/uni-api](https://gitcode.net/dcloud/uni-api)
完整的uts插件开发指南,[详见](../plugin/uts-plugin.md) 完整的uts插件开发指南,[详见](../plugin/uts-plugin.md)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册