flare-chat-core 1.0.3 → 1.0.5
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.
- package/dist/assets/logo-yunhe-wordmark.svg +20 -0
- package/dist/assets/logo-yunhe.svg +18 -0
- package/dist/index.js +6321 -5154
- package/package.json +2 -2
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 188 40" role="img" aria-label="YUNHE AI 云鹤智元">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="yunhe-wordmark-clip">
|
|
4
|
+
<circle cx="21" cy="20" r="17.5"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<circle cx="21" cy="20" r="17.5" fill="#FFFFFF" stroke="#2F55FF" stroke-width="2.1"/>
|
|
8
|
+
<g clip-path="url(#yunhe-wordmark-clip)" fill="none" stroke="#2F55FF" stroke-linecap="round" stroke-linejoin="round">
|
|
9
|
+
<path d="M5.4 26.5c8.8-1 14.9-5.5 19.6-13.9" stroke-width="2"/>
|
|
10
|
+
<path d="M13 26.5c5.5-5 7.7-11.1 7.8-20.4" stroke-width="1.35"/>
|
|
11
|
+
<path d="M15 24.8c2.1-5.8 3.1-11.4 3-16.8" stroke-width="1.15"/>
|
|
12
|
+
<path d="M16.8 23c1.2-4.7 1.6-9.5 1.3-14.5" stroke-width="1"/>
|
|
13
|
+
<path d="M9.3 24c6.3 1.4 13 0.1 20.5-4" stroke-width="1.55"/>
|
|
14
|
+
<path d="M10.6 28.4c9-0.8 16.8-3.5 22.9-8.2" stroke-width="1.45"/>
|
|
15
|
+
<path d="M25.4 13.2c2.1 3.5 4.8 5.5 8.2 5.9" stroke-width="1.35"/>
|
|
16
|
+
</g>
|
|
17
|
+
<path d="M6 29.2c12 0.9 21.3-2.7 29.4-10.6" fill="none" stroke="#2F55FF" stroke-linecap="round" stroke-width="1.6"/>
|
|
18
|
+
<text x="47" y="21" fill="#2F55FF" font-family="Inter, Arial, Helvetica, sans-serif" font-size="16.5" font-weight="800" letter-spacing="1.7">YUNHE AI</text>
|
|
19
|
+
<text x="49" y="34" fill="#9CA3AF" font-family="Noto Sans SC, PingFang SC, Microsoft YaHei, sans-serif" font-size="9.6" font-weight="500" letter-spacing="5.6">云鹤智元</text>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" role="img" aria-label="云鹤智元">
|
|
2
|
+
<defs>
|
|
3
|
+
<clipPath id="yunhe-icon-clip">
|
|
4
|
+
<circle cx="32" cy="32" r="27"/>
|
|
5
|
+
</clipPath>
|
|
6
|
+
</defs>
|
|
7
|
+
<circle cx="32" cy="32" r="27" fill="#FFFFFF" stroke="#2F55FF" stroke-width="3"/>
|
|
8
|
+
<g clip-path="url(#yunhe-icon-clip)" fill="none" stroke="#2F55FF" stroke-linecap="round" stroke-linejoin="round">
|
|
9
|
+
<path d="M10 42c13.5-1.5 22.8-8.4 30-21.2" stroke-width="3.2"/>
|
|
10
|
+
<path d="M21.5 42c8.4-7.6 11.8-17 12-31.2" stroke-width="2.1"/>
|
|
11
|
+
<path d="M24.5 39.5c3.2-8.9 4.7-17.5 4.5-25.8" stroke-width="1.8"/>
|
|
12
|
+
<path d="M27.2 36.8c1.8-7.2 2.5-14.6 2-22.2" stroke-width="1.5"/>
|
|
13
|
+
<path d="M16 38.5c9.6 2.1 19.8 0.2 31.2-6" stroke-width="2.4"/>
|
|
14
|
+
<path d="M18 45.2c13.8-1.2 25.7-5.4 35-12.5" stroke-width="2.2"/>
|
|
15
|
+
<path d="M40.5 21.8c3.2 5.4 7.4 8.4 12.5 9" stroke-width="2.1"/>
|
|
16
|
+
</g>
|
|
17
|
+
<path d="M11 45.5c18.3 1.4 32.6-4.1 45-16.2" fill="none" stroke="#2F55FF" stroke-linecap="round" stroke-width="2.4"/>
|
|
18
|
+
</svg>
|