fix(web): enforce single brand icon asset

This commit is contained in:
2026-07-21 12:43:17 +08:00
parent de05610087
commit 48709ea7c4
4 changed files with 37 additions and 23 deletions

View File

@@ -1,5 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" role="img" aria-labelledby="title">
<title id="title">森林AI</title>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128">
<rect x="4" y="4" width="120" height="120" rx="28" fill="#165DFF"/>
<path d="M64 23C43 23 27 40 27 61c0 13 7 24 17 30h40c10-6 17-17 17-30 0-21-16-38-37-38Z" fill="#F4F8FF"/>
<path d="M64 99V65M64 76 47 61M64 82l18-16M64 68l12-13" fill="none" stroke="#F4F8FF" stroke-linecap="round" stroke-linejoin="round" stroke-width="10"/>

Before

Width:  |  Height:  |  Size: 770 B

After

Width:  |  Height:  |  Size: 698 B