docs: update website domain (#10798)

This commit is contained in:
neverland 2022-07-07 22:27:48 +08:00 committed by GitHub
parent 9a6bc32cf4
commit ba95cad78d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 16 deletions

View File

@ -20,6 +20,6 @@ jobs:
with:
tag_name: ${{ github.ref }}
body: |
更新内容参见 [CHANGELOG](https://youzan.github.io/vant/#/zh-CN/changelog)。
更新内容参见 [CHANGELOG](https://vant-ui.github.io/vant/#/zh-CN/changelog)。
Please refer to [CHANGELOG](https://youzan.github.io/vant/#/en-US/changelog) for details.
Please refer to [CHANGELOG](https://vant-ui.github.io/vant/#/en-US/changelog) for details.

View File

@ -18,7 +18,7 @@
<p align="center">
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站(国内)</a>
&nbsp;
🌈 <a href="https://youzan.github.io/vant">文档网站GitHub</a>
🌈 <a href="https://vant-ui.github.io/vant">文档网站GitHub</a>
&nbsp;
🇨🇳 <a href="./README.zh-CN.md">中文版介绍</a>
</p>
@ -74,7 +74,7 @@ const app = createApp();
app.use(Button);
```
See more in [Quickstart](https://youzan.github.io/vant#/en-US/quickstart).
See more in [Quickstart](https://vant-ui.github.io/vant#/en-US/quickstart).
## Browser Support
@ -106,8 +106,8 @@ Vant 3/4 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3)
## Links
- [Documentation](https://youzan.github.io/vant)
- [Changelog](https://youzan.github.io/vant#/en-US/changelog)
- [Documentation](https://vant-ui.github.io/vant)
- [Changelog](https://vant-ui.github.io/vant#/en-US/changelog)
- [Gitter](https://gitter.im/vant-contrib/discuss?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
## Preview

View File

@ -18,7 +18,7 @@
<p align="center">
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站(国内)</a>
&nbsp;
🌈 <a href="https://youzan.github.io/vant">文档网站GitHub</a>
🌈 <a href="https://vant-ui.github.io/vant">文档网站GitHub</a>
</p>
---

View File

@ -325,7 +325,7 @@ module.exports = {
versions: [
{
label: 'v1',
link: 'https://youzan.github.io/vant/v1/',
link: 'https://vant-ui.github.io/vant/v1/',
},
],
},

View File

@ -327,7 +327,7 @@ module.exports = {
versions: [
{
label: 'v1',
link: 'https://youzan.github.io/vant/v1/',
link: 'https://vant-ui.github.io/vant/v1/',
},
],
},

View File

@ -15,5 +15,5 @@ pnpm add @vant/icons
## Document
- [Usage in Vue](https://youzan.github.io/vant/#/zh-CN/icon)
- [Usage in Weapp](https://youzan.github.io/vant-weapp/#/icon)
- [Usage in Vue](https://vant-ui.github.io/vant/#/zh-CN/icon)
- [Usage in Weapp](https://vant-ui.github.io/vant-weapp/#/icon)

View File

@ -4,8 +4,8 @@
The current document is the changelog of Vant 3, other versions:
- [Vant 2 Changelog](https://youzan.github.io/vant/v2/#/en-US/changelog)
- [Vant 4 Changelog](https://youzan.github.io/vant/v4/#/en-US/changelog)
- [Vant 2 Changelog](https://vant-ui.github.io/vant/v2/#/en-US/changelog)
- [Vant 4 Changelog](https://vant-ui.github.io/vant/v4/#/en-US/changelog)
### Intro

View File

@ -4,8 +4,8 @@
当前文档为 Vant 3 的更新日志,其他版本请参考:
- [Vant 2 更新日志](https://youzan.github.io/vant/v2/#/zh-CN/changelog)
- [Vant 4 更新日志](https://youzan.github.io/vant/v4/#/zh-CN/changelog)
- [Vant 2 更新日志](https://vant-ui.github.io/vant/v2/#/zh-CN/changelog)
- [Vant 4 更新日志](https://vant-ui.github.io/vant/v4/#/zh-CN/changelog)
### 介绍
@ -1493,4 +1493,4 @@ webpack、vite 等构建工具默认支持 `.mjs` 后缀,因此不需要额外
- Lazyload、Panel 和 Sku 组件暂未完成 Vue 3 适配
> 详细改动请参考 [从 v2 升级](https://youzan.github.io/vant/v3/#/zh-CN/migrate-from-v2)。
> 详细改动请参考 [从 v2 升级](https://vant-ui.github.io/vant/v3/#/zh-CN/migrate-from-v2)。