feat: 更新logo

This commit is contained in:
万纯 2021-01-22 17:43:38 +08:00
parent 13b5e8244c
commit 0e4c377a3e
21 changed files with 7 additions and 5 deletions

View File

@ -14,6 +14,8 @@ module.exports = {
'vue/comment-directive': 'off',
'global-require': 'off',
'import/no-unresolved': 'off',
'no-restricted-syntax': 'off'
'no-restricted-syntax': 'off',
'no-undefined': 'off',
'vue/valid-template-root': 'off'
}
};

View File

@ -24,7 +24,7 @@ const config: UserConfig<DefaultThemeOptions> = {
},
themeConfig: {
logo: '/hero.png',
logo: '/logo.png',
repo: 'WeBankFinTech/fes.js',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,7 +1,7 @@
---
home: true
title: 首页
heroImage: /hero.png
heroImage: /logo.png
actions:
- text: 快速上手
link: /zh/guide/getting-started.html

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 354 KiB

BIN
images/hexo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 443 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 30 KiB

BIN
images/logo-反白.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 370 KiB

BIN
images/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 55 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -74,6 +74,7 @@ import Layout from 'ant-design-vue/lib/layout';
import 'ant-design-vue/lib/layout/style';
import Menu from './Menu';
import MultiTabProvider from './MultiTabProvider';
import defaultLogo from '../assets/logo.png';
export default {
components: {
@ -102,7 +103,7 @@ export default {
},
logo: {
type: String,
default: ''
default: defaultLogo
},
theme: {
type: String,

View File

@ -14,7 +14,6 @@ export default {
},
layout: {
title: "Fes.js",
logo: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
multiTabs: false,
menus: [{
name: 'index'