- 后端: coworker 智能体框架, WS API, 文件上传, 附件处理 - 前端: Open WebUI, 文件全量走 upload API (含 MD/TXT/JSON 等文本类) - 技能: md-to-office (pandoc + wkhtmltopdf) - 修复: 上传文件路径丢失, Agent 搜索浪费, 输出文件跑到 uploads/ - 打包: PyInstaller one-dir, 预打包 pandoc/wkhtmltopdf/chromium
58 lines
2.2 KiB
XML
58 lines
2.2 KiB
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
|
<defs>
|
|
<!-- 身体渐变:上浅绿下深绿 -->
|
|
<linearGradient id="bodyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
|
<stop offset="0%" stop-color="#A8E0B0"/>
|
|
<stop offset="100%" stop-color="#5BAF7E"/>
|
|
</linearGradient>
|
|
<!-- 叶子渐变 -->
|
|
<linearGradient id="leafGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" stop-color="#9CCC65"/>
|
|
<stop offset="100%" stop-color="#689F38"/>
|
|
</linearGradient>
|
|
</defs>
|
|
|
|
<!-- 左耳 -->
|
|
<path d="M140 200 Q110 160 130 140 Q150 170 165 195 Z" fill="#F8BBD0" stroke="#E8A0B8" stroke-width="2"/>
|
|
<!-- 右耳 -->
|
|
<path d="M372 200 Q402 160 382 140 Q362 170 347 195 Z" fill="#F8BBD0" stroke="#E8A0B8" stroke-width="2"/>
|
|
|
|
<!-- 头顶小叶子 - 左 -->
|
|
<path d="M248 110 Q235 75 210 65 Q225 90 245 108 Z" fill="url(#leafGrad)"/>
|
|
<!-- 头顶小叶子 - 右 -->
|
|
<path d="M264 108 Q275 70 300 62 Q285 90 268 110 Z" fill="url(#leafGrad)"/>
|
|
|
|
<!-- 身体主圆形 -->
|
|
<ellipse cx="256" cy="280" rx="110" ry="115" fill="url(#bodyGrad)"/>
|
|
|
|
<!-- 脸部白色区域 -->
|
|
<ellipse cx="256" cy="250" rx="80" ry="70" fill="#FFFFFF"/>
|
|
|
|
<!-- 左眼 -->
|
|
<circle cx="220" cy="240" r="18" fill="#2D2D2D"/>
|
|
<circle cx="215" cy="235" r="6" fill="#FFFFFF"/>
|
|
<!-- 右眼 -->
|
|
<circle cx="292" cy="240" r="18" fill="#2D2D2D"/>
|
|
<circle cx="287" cy="235" r="6" fill="#FFFFFF"/>
|
|
|
|
<!-- 微笑嘴巴 -->
|
|
<path d="M240 275 Q256 290 272 275" fill="none" stroke="#4A4A4A" stroke-width="4" stroke-linecap="round"/>
|
|
|
|
<!-- 左脸颊 -->
|
|
<ellipse cx="195" cy="265" rx="14" ry="10" fill="#F48FB1" opacity="0.7"/>
|
|
<!-- 右脸颊 -->
|
|
<ellipse cx="317" cy="265" rx="14" ry="10" fill="#F48FB1" opacity="0.7"/>
|
|
|
|
<!-- 左手 -->
|
|
<ellipse cx="155" cy="310" rx="18" ry="25" fill="url(#bodyGrad)"/>
|
|
<!-- 右手 -->
|
|
<ellipse cx="357" cy="310" rx="18" ry="25" fill="url(#bodyGrad)"/>
|
|
|
|
<!-- 左脚 -->
|
|
<ellipse cx="215" cy="390" rx="22" ry="15" fill="#5BAF7E"/>
|
|
<!-- 右脚 -->
|
|
<ellipse cx="297" cy="390" rx="22" ry="15" fill="#5BAF7E"/>
|
|
|
|
<!-- 头顶高光 -->
|
|
<ellipse cx="230" cy="185" rx="35" ry="15" fill="#FFFFFF" opacity="0.3"/>
|
|
</svg> |