docs: add new document site URL (#12902)
This commit is contained in:
+9
-5
@@ -13,7 +13,11 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
🌈 <a href="https://vant-ui.github.io/vant">文档网站</a>
|
||||
🌈 <a href="https://vant.pro/vant/">文档网站(国内)</a>
|
||||
|
||||
·
|
||||
|
||||
<a href="https://vant-ui.github.io/vant">文档网站(GitHub)</a>
|
||||
</p>
|
||||
|
||||
---
|
||||
@@ -22,7 +26,7 @@
|
||||
|
||||
Vant 是一个**轻量、可定制的移动端组件库**,于 2017 年开源。
|
||||
|
||||
目前 Vant 官方提供了 [Vue 2 版本](https://vant-ui.github.io/vant/v2)、[Vue 3 版本](https://vant-ui.github.io/vant)和[微信小程序版本](https://vant-ui.github.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/3lang3/react-vant)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。
|
||||
目前 Vant 官方提供了 [Vue 2 版本](https://vant-ui.github.io/vant/v2/)、[Vue 3 版本](https://vant-ui.github.io/vant/)和[微信小程序版本](https://vant-ui.github.io/vant-weapp/),并由社区团队维护 [React 版本](https://github.com/3lang3/react-vant)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。
|
||||
|
||||
## 特性
|
||||
|
||||
@@ -96,7 +100,7 @@ const app = createApp();
|
||||
app.use(Button);
|
||||
```
|
||||
|
||||
vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手](https://vant-ui.github.io/vant#/zh-CN/quickstart).
|
||||
vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手](https://vant-ui.github.io/vant/#/zh-CN/quickstart).
|
||||
|
||||
## 浏览器支持
|
||||
|
||||
@@ -135,8 +139,8 @@ Vant 3/4 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一
|
||||
|
||||
## 链接
|
||||
|
||||
- [详细文档](https://vant-ui.github.io/vant)
|
||||
- [更新日志](https://vant-ui.github.io/vant#/zh-CN/changelog)
|
||||
- [详细文档](https://vant-ui.github.io/vant/)
|
||||
- [更新日志](https://vant-ui.github.io/vant/#/zh-CN/changelog)
|
||||
- [Discussions 讨论区](https://github.com/vant-ui/vant/discussions)
|
||||
|
||||
## 手机预览
|
||||
|
||||
Reference in New Issue
Block a user