docs: update domain

This commit is contained in:
chenjiahan 2022-07-10 21:29:45 +08:00
parent 4b64b1ffc4
commit 60b8906acd
8 changed files with 12 additions and 12 deletions

View File

@ -6,4 +6,4 @@ http://vant-contrib.gitee.io/vant-issue-generater
Please use the link below to create a new issue, the non-standard issue will be closed.
https://youzan.github.io/vant-issue-generater
https://vant-ui.github.io/vant-issue-generater

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

@ -61,7 +61,7 @@ import 'vant/lib/index.css';
Vue.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).
## Contribution
@ -97,8 +97,8 @@ Vant 3 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

@ -2,7 +2,7 @@
### Tips
The current document is the changelog of Vant 2. If you want to view the changelog of Vant 3, please visit [Vant 3 Changelog](https://youzan.github.io/vant/next/#/en-US/changelog).
The current document is the changelog of Vant 2. If you want to view the changelog of Vant 3, please visit [Vant 3 Changelog](https://vant-ui.github.io/vant/next/#/en-US/changelog).
### Intro

View File

@ -2,7 +2,7 @@
### 提示
当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://youzan.github.io/vant/v3/#/zh-CN/changelog)。
当前文档为 Vant 2 的更新日志,如需查询 Vant 3 的更新内容,请访问 [Vant 3 更新日志](https://vant-ui.github.io/vant/v3/#/zh-CN/changelog)。
### 介绍

View File

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

View File

@ -16,8 +16,8 @@ yarn 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)
## Contribution

View File

@ -32,7 +32,7 @@ function SwitchCell(
) {
if (process.env.NODE_ENV === 'development') {
console.warn(
'[Vant] "SwitchCell" component is deprecated, see: https://youzan.github.io/vant/#/zh-CN/switch-cell.'
'[Vant] "SwitchCell" component is deprecated, see: https://vant-ui.github.io/vant/v2/#/zh-CN/switch-cell.'
);
}