| hero |
| image |
title |
desc |
actions |
|
Uni API |
小程序容器和 Web 容器的跨端 API 解决方案 |
|
|
| features |
| icon |
title |
desc |
|
多端统一 |
支持`web、微信小程序、头条小程序、阿里小程序、百度小程序、快手小程序`应用 |
|
| icon |
title |
desc |
|
开箱即用 |
简易使用,快速接入 |
|
| icon |
title |
desc |
|
API丰富 |
提供丰富完善的`API` |
|
| icon |
title |
desc |
|
文档完善 |
详尽的 API 文档及示例 |
|
| icon |
title |
desc |
|
按环境拆包 |
极致代码体积,体验升级 |
|
|
提供一系列跨端 API 帮助用户快速开发多端应用,目前支持Web、微信小程序、字节小程序、阿里小程序、百度小程序、快手小程序。
/**
* iframe: true
*/
import React from 'react';
export default () => (
<iframe style={{
boxShadow: '0 2px 15px rgba(0,0,0,0.1)',
width: '100%',
height: '700px'
}} src='https://herbox-embed.alipay.com/p/uni/uni?previewZoom=100&topSlider=false'></iframe>
);