Skip to content

Commit

Permalink
更新LOGO
Browse files Browse the repository at this point in the history
  • Loading branch information
OXOYO committed Aug 11, 2024
1 parent 63eae75 commit d123b14
Show file tree
Hide file tree
Showing 14 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
author: 'OXOYO',
description: 'xfcDemo',
title: 'xfcDemo',
logo: require('@/assets/images/logo.png'),
logo: require('@/assets/images/logo_12.png'),
github: 'https://github.com/OXOYO/X-Flowchart-Vue',
githubPages: 'http://oxoyo.co/X-Flowchart-Vue/',
feedback: 'https://github.com/OXOYO/X-Flowchart-Vue/issues/new',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"babel-eslint": "^8.2.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"less": "^3.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/Editor/containers/ToolBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
>
<template v-slot:label>
<a class="link" :href="item.link" target="_blank" style="color: #333333;">
<XIcon :iconfont="item.icon" :img="item.img" :label="handleLabel(item)"></XIcon>
<XIcon :iconfont="item.icon" :img="item.img" :label="handleLabel(item)" :style="item.toolbar.iconStyle"></XIcon>
</a>
</template>
</ToolItem>
Expand Down
Binary file added src/assets/images/logo_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_02.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_03.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_04.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_11.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/images/logo_14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/config/system.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
author,
description,
title: 'XFC',
logo: require('@/assets/images/logo.png'),
logo: require('@/assets/images/logo_12.png'),
github: 'https://github.com/OXOYO/X-Flowchart-Vue',
site: 'http://oxoyo.co/X-Flowchart-Vue/',
feedback: 'https://github.com/OXOYO/X-Flowchart-Vue/issues/new',
Expand Down
3 changes: 3 additions & 0 deletions src/config/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ export default function (system = {}, disableTools = [], enableTools = [], short
style: {
opacity: 1
},
iconStyle: {
width: '32px'
},
// 分割线,是否在该工具项后显示分割线,ToolBar中为竖线,ContextMenu中为横线
divider: false
},
Expand Down

0 comments on commit d123b14

Please sign in to comment.