fix(ui): use QQ logo for qqbot platform badge

This commit is contained in:
xmanrui
2026-03-07 02:58:52 +08:00
parent e69afd0340
commit 11b3e74846
2 changed files with 15 additions and 1 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ function PlatformBadge({
},
qqbot: {
remoteLogoSrc: "https://cdn.simpleicons.org/tencentqq/12B7F5",
logoFallbackSrc: "/assets/platform-logos/telegram.svg",
logoFallbackSrc: "/assets/platform-logos/qq.svg",
badgeStyle: "bg-blue-500/20 text-blue-300 border border-blue-500/30 hover:bg-blue-500/40 hover:border-blue-400",
},
};
+14
View File
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="QQ logo">
<circle cx="32" cy="32" r="30" fill="#12B7F5"/>
<ellipse cx="32" cy="33" rx="16" ry="19" fill="#1F1F1F"/>
<ellipse cx="32" cy="39.5" rx="9.5" ry="11.5" fill="#FFFFFF"/>
<ellipse cx="32" cy="20.5" rx="11.5" ry="9.5" fill="#1F1F1F"/>
<ellipse cx="27.2" cy="22" rx="3.4" ry="4.2" fill="#FFFFFF"/>
<ellipse cx="36.8" cy="22" rx="3.4" ry="4.2" fill="#FFFFFF"/>
<circle cx="27.2" cy="22.4" r="1.5" fill="#1F1F1F"/>
<circle cx="36.8" cy="22.4" r="1.5" fill="#1F1F1F"/>
<path d="M28.8 28.2h6.4l-3.2 3.2z" fill="#F6C045"/>
<path d="M21.5 30.7c4 1.8 7.6 2.7 10.5 2.7s6.5-.9 10.5-2.7c1.2-.5 2.1.8 1.5 1.9l-2.8 4.8H22.8L20 32.6c-.6-1.1.3-2.4 1.5-1.9z" fill="#E53935"/>
<ellipse cx="25.5" cy="52" rx="4.2" ry="2.5" fill="#F6C045"/>
<ellipse cx="38.5" cy="52" rx="4.2" ry="2.5" fill="#F6C045"/>
</svg>

After

Width:  |  Height:  |  Size: 905 B