feat(knowledge): add pipeline support and build mode selection
refactor(configuration): reorganize naive config form with pipeline selector feat(form): add RadioFormField component for build mode selection docs: add ahooks usage guide for common patterns style: update app title and favicon chore: clean up unused agent interfaces
This commit is contained in:
35
public/logo.svg
Normal file
35
public/logo.svg
Normal file
@@ -0,0 +1,35 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256">
|
||||
<defs>
|
||||
<style>
|
||||
.magenta{stroke:#d61c57; fill:none; stroke-width:12; stroke-linecap:round; stroke-linejoin:round}
|
||||
.dark{stroke:#2f3439; fill:none; stroke-width:12; stroke-linecap:round; stroke-linejoin:round}
|
||||
.light{stroke:#bfc5cb; fill:none; stroke-width:12; stroke-linecap:round; stroke-linejoin:round}
|
||||
</style>
|
||||
</defs>
|
||||
|
||||
<!-- Top arrow -->
|
||||
<path d="M128 28 L164 64 L144 64 L144 92 L112 92 L112 64 L92 64 Z" fill="#d61c57"/>
|
||||
|
||||
<!-- Light branches -->
|
||||
<path class="light" d="M112 92 L92 112 L92 128"/>
|
||||
<path class="light" d="M144 92 L164 112 L164 128"/>
|
||||
|
||||
<!-- Red mid arms -->
|
||||
<path class="magenta" d="M108 120 L76 142 L76 164"/>
|
||||
<path class="magenta" d="M148 120 L180 142 L180 164"/>
|
||||
|
||||
<!-- Center dot -->
|
||||
<circle cx="128" cy="128" r="8" fill="#d61c57"/>
|
||||
|
||||
<!-- Dark wings -->
|
||||
<path class="dark" d="M128 136 L96 156 L92 184"/>
|
||||
<path class="dark" d="M128 136 L160 156 L164 184"/>
|
||||
|
||||
<!-- Dark lower circuits -->
|
||||
<path class="dark" d="M128 172 L128 202"/>
|
||||
<circle cx="112" cy="208" r="7" fill="#2f3439"/>
|
||||
<circle cx="144" cy="208" r="7" fill="#2f3439"/>
|
||||
<path class="dark" d="M112 208 L100 188"/>
|
||||
<path class="dark" d="M144 208 L156 188"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user