Skip to content

Commit ca7ba9d

Browse files
committed
feat: update WeChat bot logo and add new SVG asset
1 parent aed0168 commit ca7ba9d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Loading

ui/src/views/application/ApplicationAccess.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ const platforms = reactive([
111111
},
112112
{
113113
key: 'wecomBot',
114-
logoSrc: new URL(`../../assets/logo/logo_wechat-work.svg`, import.meta.url).href,
114+
logoSrc: new URL(`../../assets/logo/logo_wechat-bot.svg`, import.meta.url).href,
115115
name: t('views.application.applicationAccess.wecomBot'),
116116
description: t('views.application.applicationAccess.wecomBotTip'),
117117
isActive: false,

0 commit comments

Comments
 (0)