mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
[Doc] update slogan (#993)
This commit is contained in:
parent
d9fa0ff65d
commit
cb525ca98e
@ -6,7 +6,7 @@
|
||||
<img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" height="120" style="margin-bottom: 10px;">
|
||||
</p>
|
||||
|
||||
<p align="center" style="margin: 30px 0 35px;">A Vue.js 2.0 Mobile UI at YouZan</p>
|
||||
<p align="center" style="margin: 30px 0 35px;">Lightweight Mobile UI Components built on Vue</p>
|
||||
|
||||
[](https://travis-ci.org/youzan/vant)
|
||||
[](https://www.npmjs.com/package/vant)
|
||||
|
@ -5,7 +5,7 @@
|
||||
<p align="center">
|
||||
<img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" style="margin-bottom: 10px;">
|
||||
</p>
|
||||
<p align="center" style="margin: 30px 0 35px;">A Vue.js 2.0 Mobile UI at YouZan</p>
|
||||
<p align="center" style="margin: 30px 0 35px;">Lightweight Mobile UI Components built on Vue</p>
|
||||
|
||||
[](https://travis-ci.org/youzan/vant)
|
||||
[](https://www.npmjs.com/package/vant)
|
||||
|
@ -2,7 +2,7 @@
|
||||
<img class="van-doc-intro__youzan" src="//img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png">
|
||||
<img class="van-doc-intro__logo" src="//img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png">
|
||||
<h2>Vant</h2>
|
||||
<p>A Vue.js 2.0 Mobile UI at YouZan</p>
|
||||
<p>Lightweight Mobile UI Components built on Vue</p>
|
||||
</div>
|
||||
|
||||
### Features
|
||||
|
@ -2,7 +2,7 @@
|
||||
<img class="van-doc-intro__youzan" src="//img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png">
|
||||
<img class="van-doc-intro__logo" src="//img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png">
|
||||
<h2>Vant</h2>
|
||||
<p>有赞移动端 Vue 组件库</p>
|
||||
<p>轻量、可靠的移动端 Vue 组件库</p>
|
||||
</div>
|
||||
|
||||
### 特性
|
||||
|
@ -39,7 +39,7 @@ export default {
|
||||
},
|
||||
|
||||
description() {
|
||||
return this.$vantLang === 'zh-CN' ? '有赞移动端 Vue 组件库' : 'A Vue.js 2.0 Mobile UI at YouZan';
|
||||
return this.$vantLang === 'zh-CN' ? '轻量、可靠的移动端 Vue 组件库' : 'Lightweight Mobile UI Components built on Vue';
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
<meta http-Equiv="Pragma" Content="no-cache" />
|
||||
<meta http-Equiv="Expires" Content="0" />
|
||||
<link rel="shortcut icon" href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico">
|
||||
<title>Vant - 有赞移动端 Vue 组件库</title>
|
||||
<title>Vant - 轻量、可靠的移动端 Vue 组件库</title>
|
||||
<script>window.Promise || document.write('<script src="//img.yzcdn.cn/huiyi/build/h5/js/pinkie.min.js"><\/script>');</script>
|
||||
</head>
|
||||
<body ontouchstart>
|
||||
|
@ -4,11 +4,11 @@ import enUS from '../../../packages/locale/lang/en-US';
|
||||
|
||||
const langMap = {
|
||||
'en-US': {
|
||||
title: 'Vant - A Vue.js 2.0 Mobile UI at YouZan',
|
||||
title: 'Vant - Lightweight Mobile UI Components built on Vue',
|
||||
messages: enUS
|
||||
},
|
||||
'zh-CN': {
|
||||
title: 'Vant - 有赞移动端 Vue 组件库',
|
||||
title: 'Vant - 轻量、可靠的移动端 Vue 组件库',
|
||||
messages: zhCN
|
||||
}
|
||||
};
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "vant",
|
||||
"version": "1.1.1",
|
||||
"description": "A Vue.js 2.0 Mobile UI at YouZan",
|
||||
"description": "Lightweight Mobile UI Components built on Vue",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
"style": "lib/vant-css/index.css",
|
||||
|
Loading…
x
Reference in New Issue
Block a user