mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
feat: Add QQ logo for qqbot notifications, update Ugreen logo to PNG, and adjust VImg styling in media server card.
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 10 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
@@ -213,7 +213,7 @@ onMounted(() => {
|
|||||||
<span class="me-2 mb-1">自定义媒体服务器</span>
|
<span class="me-2 mb-1">自定义媒体服务器</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<VImg :src="getIcon" cover class="mt-8 me-3" max-width="3rem" min-width="3rem" />
|
<VImg :src="getIcon" class="mt-8 me-3 max-h-12" max-width="3rem" min-width="3rem" />
|
||||||
</VCardText>
|
</VCardText>
|
||||||
</VCard>
|
</VCard>
|
||||||
|
|
||||||
|
|||||||
@@ -99,7 +99,7 @@ const getIcon = computed(() => {
|
|||||||
case 'telegram':
|
case 'telegram':
|
||||||
return getLogoUrl('telegram')
|
return getLogoUrl('telegram')
|
||||||
case 'qqbot':
|
case 'qqbot':
|
||||||
return getLogoUrl('notification')
|
return getLogoUrl('qq')
|
||||||
case 'vocechat':
|
case 'vocechat':
|
||||||
return getLogoUrl('vocechat')
|
return getLogoUrl('vocechat')
|
||||||
case 'synologychat':
|
case 'synologychat':
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ import embyLogo from '@/assets/images/logos/emby.png'
|
|||||||
import jellyfinLogo from '@/assets/images/logos/jellyfin.png'
|
import jellyfinLogo from '@/assets/images/logos/jellyfin.png'
|
||||||
import plexLogo from '@/assets/images/logos/plex.png'
|
import plexLogo from '@/assets/images/logos/plex.png'
|
||||||
import trimemediaLogo from '@/assets/images/logos/trimemedia.png'
|
import trimemediaLogo from '@/assets/images/logos/trimemedia.png'
|
||||||
import ugreenLogo from '@/assets/images/logos/ugreen.jpg'
|
import ugreenLogo from '@/assets/images/logos/ugreen.png'
|
||||||
import wechatLogo from '@/assets/images/logos/wechat.png'
|
import wechatLogo from '@/assets/images/logos/wechat.png'
|
||||||
import telegramLogo from '@/assets/images/logos/telegram.webp'
|
import telegramLogo from '@/assets/images/logos/telegram.webp'
|
||||||
import slackLogo from '@/assets/images/logos/slack.webp'
|
import slackLogo from '@/assets/images/logos/slack.webp'
|
||||||
@@ -31,6 +31,7 @@ import pluginLogo from '@/assets/images/logos/plugin.png'
|
|||||||
import siteLogo from '@/assets/images/logos/site.webp'
|
import siteLogo from '@/assets/images/logos/site.webp'
|
||||||
import bangumiLogo from '@/assets/images/logos/bangumi.png'
|
import bangumiLogo from '@/assets/images/logos/bangumi.png'
|
||||||
import doubanBlackLogo from '@/assets/images/logos/douban-black.png'
|
import doubanBlackLogo from '@/assets/images/logos/douban-black.png'
|
||||||
|
import qqLogo from '@/assets/images/logos/qq.png'
|
||||||
|
|
||||||
// 图标映射表
|
// 图标映射表
|
||||||
const logoMap: Record<string, string> = {
|
const logoMap: Record<string, string> = {
|
||||||
@@ -61,6 +62,7 @@ const logoMap: Record<string, string> = {
|
|||||||
site: siteLogo,
|
site: siteLogo,
|
||||||
bangumi: bangumiLogo,
|
bangumi: bangumiLogo,
|
||||||
'douban-black': doubanBlackLogo,
|
'douban-black': doubanBlackLogo,
|
||||||
|
qq: qqLogo,
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user