mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs: update website domain (#10798)
This commit is contained in:
parent
9a6bc32cf4
commit
ba95cad78d
4
.github/workflows/release-tag.yml
vendored
4
.github/workflows/release-tag.yml
vendored
@ -20,6 +20,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
body: |
|
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.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站(国内)</a>
|
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站(国内)</a>
|
||||||
|
|
||||||
🌈 <a href="https://youzan.github.io/vant">文档网站(GitHub)</a>
|
🌈 <a href="https://vant-ui.github.io/vant">文档网站(GitHub)</a>
|
||||||
|
|
||||||
🇨🇳 <a href="./README.zh-CN.md">中文版介绍</a>
|
🇨🇳 <a href="./README.zh-CN.md">中文版介绍</a>
|
||||||
</p>
|
</p>
|
||||||
@ -74,7 +74,7 @@ const app = createApp();
|
|||||||
app.use(Button);
|
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
|
## Browser Support
|
||||||
|
|
||||||
@ -106,8 +106,8 @@ Vant 3/4 supports modern browsers and Chrome >= 51、iOS >= 10.0 (same as Vue 3)
|
|||||||
|
|
||||||
## Links
|
## Links
|
||||||
|
|
||||||
- [Documentation](https://youzan.github.io/vant)
|
- [Documentation](https://vant-ui.github.io/vant)
|
||||||
- [Changelog](https://youzan.github.io/vant#/en-US/changelog)
|
- [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)
|
- [Gitter](https://gitter.im/vant-contrib/discuss?utm_source=share-link&utm_medium=link&utm_campaign=share-link)
|
||||||
|
|
||||||
## Preview
|
## Preview
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
<p align="center">
|
<p align="center">
|
||||||
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站(国内)</a>
|
🔥 <a href="https://vant-contrib.gitee.io/vant">文档网站(国内)</a>
|
||||||
|
|
||||||
🌈 <a href="https://youzan.github.io/vant">文档网站(GitHub)</a>
|
🌈 <a href="https://vant-ui.github.io/vant">文档网站(GitHub)</a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -325,7 +325,7 @@ module.exports = {
|
|||||||
versions: [
|
versions: [
|
||||||
{
|
{
|
||||||
label: 'v1',
|
label: 'v1',
|
||||||
link: 'https://youzan.github.io/vant/v1/',
|
link: 'https://vant-ui.github.io/vant/v1/',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -327,7 +327,7 @@ module.exports = {
|
|||||||
versions: [
|
versions: [
|
||||||
{
|
{
|
||||||
label: 'v1',
|
label: 'v1',
|
||||||
link: 'https://youzan.github.io/vant/v1/',
|
link: 'https://vant-ui.github.io/vant/v1/',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@ -15,5 +15,5 @@ pnpm add @vant/icons
|
|||||||
|
|
||||||
## Document
|
## Document
|
||||||
|
|
||||||
- [Usage in Vue](https://youzan.github.io/vant/#/zh-CN/icon)
|
- [Usage in Vue](https://vant-ui.github.io/vant/#/zh-CN/icon)
|
||||||
- [Usage in Weapp](https://youzan.github.io/vant-weapp/#/icon)
|
- [Usage in Weapp](https://vant-ui.github.io/vant-weapp/#/icon)
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
The current document is the changelog of Vant 3, other versions:
|
The current document is the changelog of Vant 3, other versions:
|
||||||
|
|
||||||
- [Vant 2 Changelog](https://youzan.github.io/vant/v2/#/en-US/changelog)
|
- [Vant 2 Changelog](https://vant-ui.github.io/vant/v2/#/en-US/changelog)
|
||||||
- [Vant 4 Changelog](https://youzan.github.io/vant/v4/#/en-US/changelog)
|
- [Vant 4 Changelog](https://vant-ui.github.io/vant/v4/#/en-US/changelog)
|
||||||
|
|
||||||
### Intro
|
### Intro
|
||||||
|
|
||||||
|
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
当前文档为 Vant 3 的更新日志,其他版本请参考:
|
当前文档为 Vant 3 的更新日志,其他版本请参考:
|
||||||
|
|
||||||
- [Vant 2 更新日志](https://youzan.github.io/vant/v2/#/zh-CN/changelog)
|
- [Vant 2 更新日志](https://vant-ui.github.io/vant/v2/#/zh-CN/changelog)
|
||||||
- [Vant 4 更新日志](https://youzan.github.io/vant/v4/#/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 适配
|
- 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)。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user