1
0
mirror of https://github.com/WeBankFinTech/fes.js.git synced 2025-04-06 03:59:53 +08:00

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

@ -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'
}
};

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

Binary file not shown.

Before

(image error) Size: 150 KiB

After

(image error) Size: 65 KiB

Binary file not shown.

Before

(image error) Size: 3.4 KiB

After

(image error) Size: 33 KiB

@ -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

(image error) Size: 22 KiB

Binary file not shown.

Before

(image error) Size: 20 KiB

Binary file not shown.

Before

(image error) Size: 21 KiB

Binary file not shown.

Before

(image error) Size: 354 KiB

BIN
images/hexo.png Normal file

Binary file not shown.

After

(image error) Size: 33 KiB

Binary file not shown.

Before

(image error) Size: 443 B

Binary file not shown.

Before

(image error) Size: 61 KiB

Binary file not shown.

Before

(image error) Size: 43 KiB

Binary file not shown.

Before

(image error) Size: 30 KiB

BIN
images/logo-反白.png Normal file

Binary file not shown.

After

(image error) Size: 42 KiB

Binary file not shown.

Before

(image error) Size: 370 KiB

BIN
images/logo.png Normal file

Binary file not shown.

After

(image error) Size: 65 KiB

Binary file not shown.

After

(image error) Size: 20 KiB

Binary file not shown.

Before

(image error) Size: 55 KiB

After

(image error) Size: 33 KiB

@ -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,

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