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-03-24 22:35:58 +08:00
|
|
|
tagline: My great project tagline
|
|
|
|
actions:
|
|
|
|
- theme: brand
|
2023-03-25 16:22:01 +08:00
|
|
|
text: 介绍
|
|
|
|
link: /guide/introduction
|
2023-03-24 22:35:58 +08:00
|
|
|
- theme: alt
|
2023-03-25 16:22:01 +08:00
|
|
|
text: 安装
|
|
|
|
link: /guide/quick-start
|
2023-03-24 22:35:58 +08:00
|
|
|
|
|
|
|
features:
|
2023-03-25 16:22:01 +08:00
|
|
|
- title: 轻量
|
|
|
|
details: 不足 10kb
|
|
|
|
- title: 跨平台
|
|
|
|
details: 兼容各个小程序
|
|
|
|
- title: 方便
|
|
|
|
details: 任何形式的项目都可使用
|
2023-03-24 22:35:58 +08:00
|
|
|
---
|