25 lines
553 B
Markdown
25 lines
553 B
Markdown
|
---
|
||
|
# https://vitepress.dev/reference/default-theme-home-page
|
||
|
layout: home
|
||
|
|
||
|
hero:
|
||
|
name: 'axios-miniprogram'
|
||
|
text: '基于 Promise 的 HTTP 请求库,适用于各大小程序平台。'
|
||
|
tagline: My great project tagline
|
||
|
actions:
|
||
|
- theme: brand
|
||
|
text: 介绍
|
||
|
link: /guide/introduction
|
||
|
- theme: alt
|
||
|
text: 安装
|
||
|
link: /guide/quick-start
|
||
|
|
||
|
features:
|
||
|
- title: 轻量
|
||
|
details: 不足 10kb
|
||
|
- title: 跨平台
|
||
|
details: 兼容各个小程序
|
||
|
- title: 方便
|
||
|
details: 任何形式的项目都可使用
|
||
|
---
|