mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs: update english slogan
This commit is contained in:
parent
ebbdf728f9
commit
51aaf3aaa3
@ -4,7 +4,7 @@
|
||||
|
||||
<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">
|
||||
<img src="https://img.shields.io/npm/v/vant?style=flat-square" alt="npm version" />
|
||||
|
@ -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>Lightweight Mobile UI Components built on Vue</p>
|
||||
<p>A lightweight Vue UI library for mobile web apps.</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -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: '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',
|
||||
langLabel: 'EN',
|
||||
links: [
|
||||
|
@ -6,5 +6,5 @@ apps:
|
||||
command: # 使用此命令启动服务,且不执行run
|
||||
root: ./ # 应用的启动目录
|
||||
name: Vant # 应用名称
|
||||
description: Lightweight Mobile UI Components built on Vue # 应用描述
|
||||
description: A lightweight Vue UI library for mobile web apps. # 应用描述
|
||||
autoOpen: true # 打开工作空间时是否自动开启预览(优先级高于根级 autoOpen)
|
||||
|
Loading…
x
Reference in New Issue
Block a user