feat: 更新logo
@ -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',
|
||||
|
||||
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 65 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 33 KiB |
@ -1,7 +1,7 @@
|
||||
---
|
||||
home: true
|
||||
title: 首页
|
||||
heroImage: /hero.png
|
||||
heroImage: /logo.png
|
||||
actions:
|
||||
- text: 快速上手
|
||||
link: /zh/guide/getting-started.html
|
||||
|
Before Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 354 KiB |
BIN
images/hexo.png
Normal file
After Width: | Height: | Size: 33 KiB |
Before Width: | Height: | Size: 443 B |
Before Width: | Height: | Size: 61 KiB |
Before Width: | Height: | Size: 43 KiB |
BIN
images/list.png
Before Width: | Height: | Size: 30 KiB |
BIN
images/logo-反白.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
images/logo.jpg
Before Width: | Height: | Size: 370 KiB |
BIN
images/logo.png
Normal file
After Width: | Height: | Size: 65 KiB |
BIN
images/单独图形-反白.png
Normal file
After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 55 KiB After Width: | Height: | 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'
|
||||
|