axios-miniprogram/docs/pages/index.md

31 lines
840 B
Markdown
Raw Permalink Normal View History

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