mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
[Doc] update logo url (#1701)
This commit is contained in:
parent
55ad8418fc
commit
dd711bfd02
@ -3,7 +3,7 @@
|
||||
</a>
|
||||
</p>
|
||||
<p align="center">
|
||||
<img alt="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" width="120" style="margin-bottom: 10px;">
|
||||
<img alt="logo" src="https://img.yzcdn.cn/vant/logo.png" width="120" style="margin-bottom: 10px;">
|
||||
</p>
|
||||
<h3 align="center">轻量、可靠的小程序 UI 组件库</h3>
|
||||
|
||||
|
@ -7,7 +7,7 @@ export default {
|
||||
header: {
|
||||
logo: {
|
||||
version,
|
||||
image: 'https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png',
|
||||
image: 'https://img.yzcdn.cn/vant/logo.png',
|
||||
title: 'Vant Weapp',
|
||||
href: '#/'
|
||||
},
|
||||
|
@ -1,6 +1,6 @@
|
||||
<view class="container">
|
||||
<view class="title">
|
||||
<image class="logo" src="https://img.yzcdn.cn/public_files/2017/12/18/fd78cf6bb5d12e2a119d0576bedfd230.png" />
|
||||
<image class="logo" src="https://img.yzcdn.cn/vant/logo.png" />
|
||||
<view class="title-text">Vant Weapp</view>
|
||||
</view>
|
||||
<view class="desc">轻量、可靠的小程序 UI 组件库</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user