Skip to content

Commit c61e363

Browse files
authored
Merge pull request #133 from yhlchao/master
docs: update new logo
2 parents 311324b + 7ad0102 commit c61e363

8 files changed

+5
-5
lines changed

docs/.vuepress/config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module.exports = {
8888
description: 'LogicFlow desc',
8989
themeConfig: {
9090
sidebarDepth: 1,
91-
logo: '/Logo_Dark_1.png',
91+
logo: '/horizontal-logo.png',
9292
displayAllHeaders: false,
9393
sidebar: [],
9494
nav: [
@@ -106,6 +106,6 @@ module.exports = {
106106
'/api/': api,
107107
'/usage/': usage,
108108
'/article/': article,
109-
}
110-
}
111-
}
109+
},
110+
},
111+
};
-27.3 KB
Binary file not shown.

docs/.vuepress/public/Logo_Dark_1.png

-23.6 KB
Binary file not shown.

docs/.vuepress/public/Logo_Dark_2.png

-38.4 KB
Binary file not shown.
23.4 KB
Loading

docs/.vuepress/public/new-logo.png

13.7 KB
Loading
File renamed without changes.

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
home: true
3-
heroImage: /Logo_Dark_2.png
3+
heroImage: /new-logo.png
44
heroText:
55
tagline: 专注流程可视化的前端解决方案
66
actionText: 开始使用 →

0 commit comments

Comments
 (0)