Files
HomeAgent/cmd/gui/renderer/mascot.svg
JianFeeeee 0edd7c0b47 feat: Windows NSIS installer, embedded icons, GUI auto-launch backend
- Add package/installer.nsi (Full/Server/Client) and toolchain.nsi
- Embed icon.ico (rounded corners) into homed.exe/waiter.exe via .syso
- GUI auto-launches homed.exe from parent dir (Windows only)
- GUI fallback connections.json from app resource dir
- Add initconfig command for config.db seeding
- Replace waiter rawmode* with raw_{unix,windows,other}.go
- Fix .gitignore: /homed instead of homed, add login.json
- Update icon.svg with rounded rect, new mascot.svg
2026-07-19 23:46:16 +08:00

10 lines
496 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100">
<circle cx="50" cy="50" r="48" fill="#3B82F6"/>
<circle cx="35" cy="40" r="6" fill="white"/>
<circle cx="65" cy="40" r="6" fill="white"/>
<circle cx="35" cy="40" r="3" fill="#1E3A5F"/>
<circle cx="65" cy="40" r="3" fill="#1E3A5F"/>
<path d="M35 65 Q50 80 65 65" stroke="white" stroke-width="3" fill="none" stroke-linecap="round"/>
<ellipse cx="50" cy="58" rx="8" ry="4" fill="#F59E0B"/>
</svg>