31 lines
840 B
Markdown
31 lines
840 B
Markdown
---
|
||
# https://vitepress.dev/reference/default-theme-home-page
|
||
layout: home
|
||
|
||
hero:
|
||
name: 'axios-miniprogram'
|
||
text: '基于 Promise 的 HTTP 请求库,适用于各大小程序平台。'
|
||
tagline: 通用小程序请求库
|
||
actions:
|
||
- theme: alt
|
||
text: 简介
|
||
link: /guide/intro
|
||
- theme: brand
|
||
text: 快速开始
|
||
link: /guide/quick-start
|
||
|
||
features:
|
||
- title: 节省空间
|
||
details: 包尺寸仅 10 kb,不会占用您太多空间
|
||
icon: 🤌
|
||
- title: 简单易用
|
||
details: 提供了简易的 API,并且具有很强的可拓展性
|
||
icon: 🎯
|
||
- title: 方便快捷
|
||
details: 除了提供 npm 安装包以外,还为原生小程序提供开箱即用的源码包
|
||
icon: 📦
|
||
- title: 跨平台
|
||
details: 我很全能,所有小程序平台都可以兼容
|
||
icon: 🎭
|
||
---
|