fix(ui): use transparent local feishu favicon fallback

This commit is contained in:
xmanrui
2026-03-02 05:08:40 +08:00
parent 18247aa7a5
commit 77fe04d6ff
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ function PlatformBadge({ platform, agentId, gatewayPort, gatewayToken, gatewayHo
? "https://cdn.simpleicons.org/whatsapp/25D366"
: "https://cdn.simpleicons.org/discord/5865F2";
const logoFallbackSrc = pName === "feishu"
? "/assets/platform-logos/feishu.svg"
? "/assets/platform-logos/feishu-favicon.png?v=1"
: pName === "telegram"
? "/assets/platform-logos/telegram.svg"
: pName === "whatsapp"
Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB