mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-06-02 00:57:41 +08:00
Overhauls the Models tab in the Web Console with a vendor-first layout and ships a runtime-accurate dispatcher view for vision and image generation.
11 lines
573 B
XML
11 lines
573 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="200" height="200" fill="none" stroke="#475569" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round">
|
|
<!-- Horizontal slider tracks -->
|
|
<line x1="4" y1="7" x2="20" y2="7"/>
|
|
<line x1="4" y1="12" x2="20" y2="12"/>
|
|
<line x1="4" y1="17" x2="20" y2="17"/>
|
|
<!-- Knobs (filled circles) -->
|
|
<circle cx="9" cy="7" r="2.2" fill="#475569" stroke="none"/>
|
|
<circle cx="15" cy="12" r="2.2" fill="#475569" stroke="none"/>
|
|
<circle cx="7" cy="17" r="2.2" fill="#475569" stroke="none"/>
|
|
</svg>
|