Files
012-kaopeilian/frontend/public/bot-avatar.svg
111 998211c483 feat: 初始化考培练系统项目
- 从服务器拉取完整代码
- 按框架规范整理项目结构
- 配置 Drone CI 测试环境部署
- 包含后端(FastAPI)、前端(Vue3)、管理端

技术栈: Vue3 + TypeScript + FastAPI + MySQL
2026-01-24 19:33:28 +08:00

17 lines
841 B
XML

<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#667eea"/>
<stop offset="100%" style="stop-color:#764ba2"/>
</linearGradient>
</defs>
<circle cx="64" cy="64" r="64" fill="url(#bg)"/>
<circle cx="44" cy="52" r="8" fill="white"/>
<circle cx="84" cy="52" r="8" fill="white"/>
<circle cx="44" cy="52" r="4" fill="#333"/>
<circle cx="84" cy="52" r="4" fill="#333"/>
<path d="M 40 80 Q 64 100 88 80" stroke="white" stroke-width="4" fill="none" stroke-linecap="round"/>
<rect x="28" y="24" width="12" height="4" rx="2" fill="white" transform="rotate(-20 34 26)"/>
<rect x="88" y="24" width="12" height="4" rx="2" fill="white" transform="rotate(20 94 26)"/>
</svg>