@jacksontian/kite-server 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,18 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64">
2
+ <!-- Kite 控制台 favicon:蓝色风筝(主题色 #3b82f6 系)+ 琥珀色飘带,透明底适配深浅主题 -->
3
+ <defs>
4
+ <linearGradient id="kite" x1="0" y1="0" x2="1" y2="1">
5
+ <stop offset="0" stop-color="#60a5fa"/>
6
+ <stop offset="1" stop-color="#2563eb"/>
7
+ </linearGradient>
8
+ </defs>
9
+ <!-- 风筝主体:上尖下长的菱形,深色描边勾边保证浅色背景上轮廓清晰 -->
10
+ <path d="M32 3 L53 21 L32 43 L11 21 Z" fill="url(#kite)" stroke="#1e40af" stroke-width="2" stroke-linejoin="round"/>
11
+ <!-- 十字骨架 -->
12
+ <path d="M32 3 L32 43 M11 21 L53 21" fill="none" stroke="#1e40af" stroke-width="1.5" opacity=".5"/>
13
+ <!-- 飘带:自风筝尾端摆出的 S 形尾巴 -->
14
+ <path d="M32 43 c-5 3.5 -7 6.5 -3 9.5 c3 2.5 6.5 4 3.5 8" fill="none" stroke="#f59e0b" stroke-width="2.5" stroke-linecap="round"/>
15
+ <!-- 飘带上的两只蝴蝶结 -->
16
+ <path d="M24.8 48.2 l3.4 -2.4 2.2 3.2 -3.4 2.4 Z" fill="#f59e0b"/>
17
+ <path d="M31.4 55.6 l3.4 -2.4 2.2 3.2 -3.4 2.4 Z" fill="#f59e0b"/>
18
+ </svg>