From e3c8a47e60f0a3225d2c2debab9de95d63b757be Mon Sep 17 00:00:00 2001 From: chenjiahan Date: Sat, 18 Feb 2023 15:02:43 +0800 Subject: [PATCH] docs: update README.md --- README.md | 10 +++++----- README.zh-CN.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index be435db76..69b415b6f 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,6 @@ app.use(Button); See more in [Quickstart](https://vant-ui.github.io/vant#/en-US/quickstart). -## Start On Visual Studio Code Web - -[https://github.dev/youzan/vant](https://github.dev/youzan/vant) - ## Browser Support Vant 2 supports modern browsers and Android >= 4.0、iOS >= 8.0. @@ -144,6 +140,10 @@ Thanks to the following friends for their contributions to Vant: Please make sure to read the [Contributing Guide](./.github/CONTRIBUTING.md) before making a pull request. +## Start On Web IDE + +[https://github.dev/youzan/vant](https://github.dev/youzan/vant) + ## LICENSE -[MIT](https://en.wikipedia.org/wiki/MIT_License) +Vant is [MIT](https://github.com/youzan/vant/blob/main/LICENSE) licensed. diff --git a/README.zh-CN.md b/README.zh-CN.md index f6b6a1209..34d434a62 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -84,10 +84,6 @@ app.use(Button); vant 也支持按需引入、CDN 引入等方式,详细说明见 [快速上手](https://vant-contrib.gitee.io/vant#/zh-CN/quickstart). -## 在 Cloud IDE 中预览 - -[https://idegithub.com/youzan/vant](https://idegithub.com/youzan/vant) - ## 浏览器支持 Vant 2 支持现代浏览器以及 Android >= 4.0、iOS >= 8.0。 @@ -155,6 +151,10 @@ Vant 3/4 支持现代浏览器以及 Chrome >= 51、iOS >= 10.0(与 Vue 3 一 使用过程中发现任何问题都可以提 [Issue](https://github.com/vant-ui/vant/issues) 给我们,当然,我们也非常欢迎你给我们发 [PR](https://github.com/vant-ui/vant/pulls)。 +## 在 Cloud IDE 中预览 + +[https://idegithub.com/youzan/vant](https://idegithub.com/youzan/vant) + ## 开源协议 -本项目基于 [MIT](https://zh.wikipedia.org/wiki/MIT%E8%A8%B1%E5%8F%AF%E8%AD%89) 协议,请自由地享受和参与开源。 +本项目基于 [MIT](https://github.com/youzan/vant/blob/main/LICENSE) 协议,请自由地享受和参与开源。