Files
guangfei.zhao d24b371929 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
2025-11-06 23:06:23 +08:00

35 lines
1.3 KiB
XML

<?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>