docs: add customizable to slogan

This commit is contained in:
chenjiahan 2023-02-05 20:36:52 +08:00
parent 51aaf3aaa3
commit ff14e7585b
7 changed files with 10 additions and 10 deletions

View File

@ -4,7 +4,7 @@
<h1 align="center">Vant</h1>
<p align="center">A lightweight Vue UI library for mobile web apps.</p>
<p align="center">A lightweight, customizable Vue UI library for mobile web apps.</p>
<p align="center">
<img src="https://img.shields.io/npm/v/vant?style=flat-square" alt="npm version" />

View File

@ -4,7 +4,7 @@
<h1 align="center">Vant</h1>
<p align="center">轻量、可的移动端 Vue 组件库</p>
<p align="center">轻量、可定制的移动端 Vue 组件库</p>
<p align="center">
<img src="https://img.shields.io/npm/v/vant?style=flat-square" alt="npm version" />
@ -23,7 +23,7 @@
### 介绍
Vant 是一个**轻量、可的移动端组件库**,于 2017 年开源。
Vant 是一个**轻量、可定制的移动端组件库**,于 2017 年开源。
目前 Vant 官方提供了 [Vue 2 版本](https://vant-contrib.gitee.io/vant/v2)、[Vue 3 版本](https://vant-contrib.gitee.io/vant)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/3lang3/react-vant)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。

View File

@ -2,7 +2,7 @@
<div class="van-doc-intro">
<img class="van-doc-intro__logo" style="width: 120px; height: 120px;" src="https://fastly.jsdelivr.net/npm/@vant/assets/logo.png">
<h2 style="margin: 0; font-size: 36px; line-height: 60px;">Vant</h2>
<p>A lightweight Vue UI library for mobile web apps.</p>
<p>A lightweight, customizable Vue UI library for mobile web apps.</p>
</div>
</div>

View File

@ -2,13 +2,13 @@
<div class="van-doc-intro">
<img class="van-doc-intro__logo" style="width: 120px; height: 120px;" src="https://fastly.jsdelivr.net/npm/@vant/assets/logo.png">
<h2 style="margin: 0; font-size: 36px; line-height: 60px;">Vant</h2>
<p>轻量、可的移动端 Vue 组件库</p>
<p>轻量、可定制的移动端 Vue 组件库</p>
</div>
</div>
### 介绍
Vant 是一个**轻量、可的移动端组件库**,于 2017 年开源。
Vant 是一个**轻量、可定制的移动端组件库**,于 2017 年开源。
目前 Vant 官方提供了 [Vue 2 版本](https://vant-contrib.gitee.io/vant/v2)、[Vue 3 版本](https://vant-contrib.gitee.io/vant)和[微信小程序版本](http://vant-contrib.gitee.io/vant-weapp),并由社区团队维护 [React 版本](https://github.com/3lang3/react-vant)和[支付宝小程序版本](https://github.com/ant-move/Vant-Aliapp)。

View File

@ -11,7 +11,7 @@ const t = useTranslate({
showAvatar: '显示头像',
showChildren: '显示子组件',
title: '关于 Vant',
desc: 'Vant 是一套轻量、可的移动端 Vue 组件库,提供了丰富的基础组件和业务组件,帮助开发者快速搭建移动应用。',
desc: 'Vant 是一套轻量、可定制的移动端 Vue 组件库,提供了丰富的基础组件和业务组件,帮助开发者快速搭建移动应用。',
customContent: '自定义展示内容',
},
'en-US': {

View File

@ -43,7 +43,7 @@ location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
'zh-CN': {
title: 'Vant 4',
subtitle: '(适用于 Vue 3',
description: '轻量、可的移动端组件库',
description: '轻量、可定制的移动端组件库',
logo: 'https://fastly.jsdelivr.net/npm/@vant/assets/logo.png',
langLabel: '中',
links: [
@ -482,7 +482,7 @@ location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
'en-US': {
title: 'Vant 4',
subtitle: ' (for Vue 3)',
description: 'A lightweight Vue UI library for mobile web apps.',
description: 'A lightweight, customizable Vue UI library for mobile web apps.',
logo: 'https://fastly.jsdelivr.net/npm/@vant/assets/logo.png',
langLabel: 'EN',
links: [

View File

@ -6,5 +6,5 @@ apps:
command: # 使用此命令启动服务且不执行run
root: ./ # 应用的启动目录
name: Vant # 应用名称
description: A lightweight Vue UI library for mobile web apps. # 应用描述
description: A lightweight, customizable Vue UI library for mobile web apps. # 应用描述
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen)