Replace default brand icon with Luminary gateway beacon design.
CI / docker (push) Successful in 3m18s

Aligns sidebar, login, and favicon with the UI design system primary palette.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
renjue
2026-06-23 21:25:36 +08:00
parent e6323dd639
commit 0af69bee7d
2 changed files with 28 additions and 10 deletions
+13 -5
View File
@@ -1,8 +1,16 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" fill="none">
<rect width="32" height="32" rx="8" fill="#0f7a62"/>
<circle cx="16" cy="16" r="2" fill="#fafafa"/>
<path d="M16 8v4.5" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
<path d="M16 19.5V24" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
<path d="M8 16h4.5" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
<path d="M19.5 16H24" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
<g transform="translate(4, 4)">
<path
d="M5 15V11a7 7 0 0 1 14 0v4"
stroke="#fafafa"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<path d="M4 15h5" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
<path d="M15 15h5" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
<circle cx="12" cy="12" r="2.25" fill="#fafafa"/>
<path d="M12 4.5V8" stroke="#fafafa" stroke-width="2" stroke-linecap="round"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 512 B

After

Width:  |  Height:  |  Size: 634 B

+15 -5
View File
@@ -7,11 +7,21 @@
xmlns="http://www.w3.org/2000/svg"
aria-hidden="true"
>
<circle cx="12" cy="12" r="2" fill="currentColor" />
<path d="M12 4v4.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
<path d="M12 15.5V20" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
<path d="M4 12h4.5" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
<path d="M15.5 12H20" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
<!-- Gateway arch -->
<path
d="M5 15V11a7 7 0 0 1 14 0v4"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
/>
<!-- Traffic flow through gateway -->
<path d="M4 15h5" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
<path d="M15 15h5" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
<!-- Luminous core -->
<circle cx="12" cy="12" r="2.25" fill="currentColor" />
<!-- Beacon ray -->
<path d="M12 4.5V8" stroke="currentColor" stroke-width="2" stroke-linecap="round" />
</svg>
</template>