mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[Improvement] update vant logo
This commit is contained in:
parent
d845bb8730
commit
72d4365dfc
@ -1,9 +1,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/youzan/"><img alt="有赞logo" width="36px" src="https://img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png" alt="youzan">
|
<a href="https://github.com/youzan/"><img alt="logo" width="36px" src="https://img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png" alt="youzan">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="项目logo" src="https://img.yzcdn.cn/upload_files/2017/04/20/FlkVrSlOr-SGK9qQqtilN6-IFZyT.png">
|
<img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" style="margin-bottom: 10px;">
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p align="center">A Vue.js 2.0 Mobile UI at YouZan</p>
|
<p align="center">A Vue.js 2.0 Mobile UI at YouZan</p>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
<p>
|
<p>
|
||||||
<a href="https://github.com/youzan/"><img alt="有赞logo" width="36px" src="https://img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png" alt="youzan">
|
<a href="https://github.com/youzan/"><img alt="logo" width="36px" src="https://img.yzcdn.cn/public_files/2017/02/09/e84aa8cbbf7852688c86218c1f3bbf17.png" alt="youzan">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="项目logo" src="https://img.yzcdn.cn/upload_files/2017/04/20/FlkVrSlOr-SGK9qQqtilN6-IFZyT.png">
|
<img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" style="margin-bottom: 10px;">
|
||||||
</p>
|
</p>
|
||||||
<p align="center">A Vue.js 2.0 Mobile UI at YouZan</p>
|
<p align="center">A Vue.js 2.0 Mobile UI at YouZan</p>
|
||||||
|
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 17 KiB |
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="side-nav">
|
<div class="side-nav">
|
||||||
<h1 class="zanui-title">
|
<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>
|
<span>Vant</span>
|
||||||
</h1>
|
</h1>
|
||||||
<div class="mobile-switch-lang">
|
<div class="mobile-switch-lang">
|
||||||
@ -84,7 +84,7 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
width: 30px;
|
width: 36px;
|
||||||
}
|
}
|
||||||
|
|
||||||
span {
|
span {
|
||||||
|
@ -2,12 +2,19 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
'zh-CN': {
|
'zh-CN': {
|
||||||
header: {
|
header: {
|
||||||
lang: {
|
logo: {
|
||||||
text: 'En',
|
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
|
||||||
from: 'zh-CN',
|
title: 'ZanUI',
|
||||||
to: 'en-US'
|
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: {
|
footer: {
|
||||||
github: 'https://github.com/youzan/vant',
|
github: 'https://github.com/youzan/vant',
|
||||||
@ -278,12 +285,19 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
'en-US': {
|
'en-US': {
|
||||||
header: {
|
header: {
|
||||||
lang: {
|
logo: {
|
||||||
text: '中文',
|
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
|
||||||
from: 'en-US',
|
title: 'ZanUI',
|
||||||
to: 'zh-CN'
|
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: {
|
footer: {
|
||||||
github: 'https://github.com/youzan/vant',
|
github: 'https://github.com/youzan/vant',
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
|
<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>
|
<title>Vant - 有赞移动端 Vue 组件库</title>
|
||||||
</head>
|
</head>
|
||||||
<body ontouchstart>
|
<body ontouchstart>
|
||||||
|
@ -108,7 +108,7 @@
|
|||||||
"style-loader": "^0.19.0",
|
"style-loader": "^0.19.0",
|
||||||
"uppercamelcase": "^3.0.0",
|
"uppercamelcase": "^3.0.0",
|
||||||
"url-loader": "^0.6.2",
|
"url-loader": "^0.6.2",
|
||||||
"vant-doc": "0.3.18",
|
"vant-doc": "0.3.19",
|
||||||
"vue": "^2.5.9",
|
"vue": "^2.5.9",
|
||||||
"vue-loader": "^13.5.0",
|
"vue-loader": "^13.5.0",
|
||||||
"vue-router": "^3.0.1",
|
"vue-router": "^3.0.1",
|
||||||
|
BIN
packages/vant-css/assets/Logo.sketch
Normal file
BIN
packages/vant-css/assets/Logo.sketch
Normal file
Binary file not shown.
@ -7660,9 +7660,9 @@ validate-npm-package-license@^3.0.1:
|
|||||||
spdx-correct "~1.0.0"
|
spdx-correct "~1.0.0"
|
||||||
spdx-expression-parse "~1.0.0"
|
spdx-expression-parse "~1.0.0"
|
||||||
|
|
||||||
vant-doc@0.3.18:
|
vant-doc@0.3.19:
|
||||||
version "0.3.18"
|
version "0.3.19"
|
||||||
resolved "https://registry.yarnpkg.com/vant-doc/-/vant-doc-0.3.18.tgz#86f94b931767bd1ba3e2c48015446be1729e0976"
|
resolved "https://registry.yarnpkg.com/vant-doc/-/vant-doc-0.3.19.tgz#ba1c9f0b56c62ba1cad6abedd31007e59e005a3d"
|
||||||
dependencies:
|
dependencies:
|
||||||
cheerio "0.22.0"
|
cheerio "0.22.0"
|
||||||
decamelize "^1.2.0"
|
decamelize "^1.2.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user