diff --git a/README.md b/README.md index e6dcaa5ae..4e61b71fe 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ logo

-

A Vue.js 2.0 Mobile UI at YouZan

+

Lightweight Mobile UI Components built on Vue

[![Build Status](https://travis-ci.org/youzan/vant.svg?branch=master)](https://travis-ci.org/youzan/vant) [![downloads](https://img.shields.io/npm/dt/vant.svg)](https://www.npmjs.com/package/vant) diff --git a/README.zh-CN.md b/README.zh-CN.md index d810c3c2a..7430d1c8b 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -5,7 +5,7 @@

logo

-

A Vue.js 2.0 Mobile UI at YouZan

+

Lightweight Mobile UI Components built on Vue

[![Build Status](https://travis-ci.org/youzan/vant.svg?branch=master)](https://travis-ci.org/youzan/vant) [![downloads](https://img.shields.io/npm/dt/vant.svg)](https://www.npmjs.com/package/vant) diff --git a/docs/markdown/en-US/intro.md b/docs/markdown/en-US/intro.md index 61dc0c197..5dda2bf62 100644 --- a/docs/markdown/en-US/intro.md +++ b/docs/markdown/en-US/intro.md @@ -2,7 +2,7 @@

Vant

-

A Vue.js 2.0 Mobile UI at YouZan

+

Lightweight Mobile UI Components built on Vue

### Features diff --git a/docs/markdown/zh-CN/intro.md b/docs/markdown/zh-CN/intro.md index 479fc9947..737ca149b 100644 --- a/docs/markdown/zh-CN/intro.md +++ b/docs/markdown/zh-CN/intro.md @@ -2,7 +2,7 @@

Vant

-

有赞移动端 Vue 组件库

+

轻量、可靠的移动端 Vue 组件库

### 特性 diff --git a/docs/src/components/DemoList.vue b/docs/src/components/DemoList.vue index 346f76ede..d493f10ca 100644 --- a/docs/src/components/DemoList.vue +++ b/docs/src/components/DemoList.vue @@ -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'; } }, diff --git a/docs/src/index.tpl b/docs/src/index.tpl index a5198e6a1..1e0f8d6d8 100644 --- a/docs/src/index.tpl +++ b/docs/src/index.tpl @@ -7,7 +7,7 @@ - Vant - 有赞移动端 Vue 组件库 + Vant - 轻量、可靠的移动端 Vue 组件库 diff --git a/docs/src/utils/lang.js b/docs/src/utils/lang.js index 9eaf41d9f..9d563d77d 100644 --- a/docs/src/utils/lang.js +++ b/docs/src/utils/lang.js @@ -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 } }; diff --git a/package.json b/package.json index f8dd9e30d..c98269719 100644 --- a/package.json +++ b/package.json @@ -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",