docs: update english slogan

This commit is contained in:
chenjiahan 2023-02-05 12:12:13 +08:00
parent ebbdf728f9
commit 51aaf3aaa3
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -2,7 +2,7 @@
<div class="van-doc-intro"> <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"> <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> <h2 style="margin: 0; font-size: 36px; line-height: 60px;">Vant</h2>
<p>Lightweight Mobile UI Components built on Vue</p> <p>A lightweight Vue UI library for mobile web apps.</p>
</div> </div>
</div> </div>

View File

@ -482,7 +482,7 @@ location.href = location.href.replace('youzan.github.io', 'vant-ui.github.io');
'en-US': { 'en-US': {
title: 'Vant 4', title: 'Vant 4',
subtitle: ' (for Vue 3)', subtitle: ' (for Vue 3)',
description: 'Lightweight Mobile UI Components built on Vue', description: 'A lightweight Vue UI library for mobile web apps.',
logo: 'https://fastly.jsdelivr.net/npm/@vant/assets/logo.png', logo: 'https://fastly.jsdelivr.net/npm/@vant/assets/logo.png',
langLabel: 'EN', langLabel: 'EN',
links: [ links: [

View File

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