File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
versioned_docs/version-3.x Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import News from './news'
1111
1212## 简介
1313
14- ** Taro** 是一个开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发 [ 微信] ( https://mp.weixin.qq.com/ ) / [ 京东] ( https://mp.jd.com/?entrance=taro ) / [ 百度] ( https://smartprogram.baidu.com/ ) / [ 支付宝] ( https://mini.open.alipay.com/ ) / [ 字节跳动] ( https://developer.open-douyin.com/ ) / [ QQ] ( https://q.qq.com/ ) / [ 飞书] ( https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN ) 小程序 / H5 / RN 等应用。
14+ ** Taro** 是一个开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发 [ 微信] ( https://mp.weixin.qq.com/ ) / [ 京东] ( https://mp.jd.com/?entrance=taro ) / [ 百度] ( https://smartprogram.baidu.com/ ) / [ 支付宝] ( https://mini.open.alipay.com/ ) / [ 字节跳动] ( https://developer.open-douyin.com/ ) / [ QQ] ( https://q.qq.com/ ) / [ 飞书] ( https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN ) / [ 快手 ] ( https://mp.kuaishou.com/ ) 小程序 / H5 / RN 等应用。
1515
1616现如今市面上端的形态多种多样,Web、React Native、微信小程序等各种端大行其道。当业务要求同时在不同的端都要求有所表现的时候,针对不同的端去编写多套代码的成本显然非常高,这时候只编写一套代码就能够适配到多端的能力就显得极为需要。
1717
@@ -35,6 +35,7 @@ Taro 3 可以支持转换到 H5、ReactNative 以及任意小程序平台。
3535- [ <img title = " 企业微信小程序" src = { require (' @site/static/img/platform/wework.png' ).default } className = " icon_platform" width = " 25px" /> 企业微信小程序] ( https://developers.weixin.qq.com/miniprogram/dev/devtools/qywx-dev.html?from=taro )
3636- [ <img title = " 支付宝 IOT 小程序" src = { require (' @site/static/img/platform/alipay.png' ).default } className = " icon_platform" width = " 25px" /> 支付宝 IOT 小程序] ( https://opendocs.alipay.com/iot/multi-platform/vcs0fv?from=taro )
3737- [ <img title = " 飞书小程序" src = { require (' @site/static/img/platform/lark.png' ).default } className = " icon_platform" width = " 25px" /> 飞书小程序] ( https://open.feishu.cn/document/uYjL24iN/uMjNzUjLzYzM14yM2MTN?from=taro )
38+ - [ <img title = " 快手小程序" src = { require (' @site/static/img/platform/kuaishou.png' ).default } className = " icon_platform" width = " 25px" /> 快手小程序] ( https://mp.kuaishou.com/docs/develop/frame/config/conf_appjson.html?from=taro )
3839
3940### 框架支持
4041
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import News from './news'
1111
1212## 简介
1313
14- ** Taro** 是一个开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发 [ 微信] ( https://mp.weixin.qq.com/ ) / [ 京东] ( https://mp.jd.com/?entrance=taro ) / [ 百度] ( https://smartprogram.baidu.com/ ) / [ 支付宝] ( https://mini.open.alipay.com/ ) / [ 字节跳动] ( https://developer.open-douyin.com/ ) / [ QQ] ( https://q.qq.com/ ) / [ 飞书] ( https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN ) 小程序 / H5 / RN 等应用。
14+ ** Taro** 是一个开放式跨端跨框架解决方案,支持使用 React/Vue/Nerv 等框架来开发 [ 微信] ( https://mp.weixin.qq.com/ ) / [ 京东] ( https://mp.jd.com/?entrance=taro ) / [ 百度] ( https://smartprogram.baidu.com/ ) / [ 支付宝] ( https://mini.open.alipay.com/ ) / [ 字节跳动] ( https://developer.open-douyin.com/ ) / [ QQ] ( https://q.qq.com/ ) / [ 飞书] ( https://open.feishu.cn/document/uYjL24iN/ucDOzYjL3gzM24yN4MjN ) / [ 快手 ] ( https://mp.kuaishou.com/ ) 小程序 / H5 / RN 等应用。
1515
1616现如今市面上端的形态多种多样,Web、React Native、微信小程序等各种端大行其道。当业务要求同时在不同的端都要求有所表现的时候,针对不同的端去编写多套代码的成本显然非常高,这时候只编写一套代码就能够适配到多端的能力就显得极为需要。
1717
@@ -35,6 +35,7 @@ Taro 3 可以支持转换到 H5、ReactNative 以及任意小程序平台。
3535- [ <img title = " 企业微信小程序" src = { require (' @site/static/img/platform/wework.png' ).default } className = " icon_platform" width = " 25px" /> 企业微信小程序] ( https://developers.weixin.qq.com/miniprogram/dev/devtools/qywx-dev.html?from=taro )
3636- [ <img title = " 支付宝 IOT 小程序" src = { require (' @site/static/img/platform/alipay.png' ).default } className = " icon_platform" width = " 25px" /> 支付宝 IOT 小程序] ( https://opendocs.alipay.com/iot/multi-platform/vcs0fv?from=taro )
3737- [ <img title = " 飞书小程序" src = { require (' @site/static/img/platform/lark.png' ).default } className = " icon_platform" width = " 25px" /> 飞书小程序] ( https://open.feishu.cn/document/uYjL24iN/uMjNzUjLzYzM14yM2MTN?from=taro )
38+ - [ <img title = " 快手小程序" src = { require (' @site/static/img/platform/kuaishou.png' ).default } className = " icon_platform" width = " 25px" /> 快手小程序] ( https://mp.kuaishou.com/docs/develop/frame/config/conf_appjson.html?from=taro )
3839
3940### 框架支持
4041
You can’t perform that action at this time.
0 commit comments