[Improvement] update vant logo

This commit is contained in:
陈嘉涵
2017-12-18 14:35:01 +08:00
parent d845bb8730
commit 72d4365dfc
9 changed files with 35 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
<template>
<div class="side-nav">
<h1 class="zanui-title">
<img src="https://img.yzcdn.cn/public_files/2017/10/25/c2e074cd97d4d9e9b14a87b2fcb29430.png" />
<img src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" />
<span>Vant</span>
</h1>
<div class="mobile-switch-lang">
@@ -84,7 +84,7 @@ export default {
}
img {
width: 30px;
width: 36px;
}
span {

View File

@@ -2,12 +2,19 @@
module.exports = {
'zh-CN': {
header: {
lang: {
text: 'En',
from: 'zh-CN',
to: 'en-US'
logo: {
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
title: 'ZanUI',
href: 'http://www.youzanyun.com/zanui'
},
github: 'https://github.com/youzan/vant'
nav: {
lang: {
text: 'En',
from: 'zh-CN',
to: 'en-US'
},
github: 'https://github.com/youzan/vant'
}
},
footer: {
github: 'https://github.com/youzan/vant',
@@ -278,12 +285,19 @@ module.exports = {
},
'en-US': {
header: {
lang: {
text: '中文',
from: 'en-US',
to: 'zh-CN'
logo: {
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
title: 'ZanUI',
href: 'http://www.youzanyun.com/zanui'
},
github: 'https://github.com/youzan/vant'
nav: {
lang: {
text: '中文',
from: 'en-US',
to: 'zh-CN'
},
github: 'https://github.com/youzan/vant'
}
},
footer: {
github: 'https://github.com/youzan/vant',

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="shortcut icon" href="https://b.yzcdn.cn/zanui/icon/zanui.ico">
<link rel="shortcut icon" href="https://img.yzcdn.cn/zanui/vant/vant-2017-12-18.ico">
<title>Vant - 有赞移动端 Vue 组件库</title>
</head>
<body ontouchstart>