设计了logo

This commit is contained in:
yehongyu
2026-07-20 15:59:34 +08:00
parent 3d5ffa1cb6
commit 1ffa069151
6 changed files with 28 additions and 7 deletions
+2 -2
View File
@@ -20,7 +20,7 @@
display: flex; display: flex;
align-items: center; align-items: center;
gap: 6px; gap: 6px;
color: #2563eb; color: #1f7a8c;
font-weight: 700; font-weight: 700;
font-size: 13px; font-size: 13px;
} }
@@ -65,7 +65,7 @@
} }
.chatpapers-empty-icon { .chatpapers-empty-icon {
color: #2563eb; color: #1f7a8c;
opacity: 0.85; opacity: 0.85;
margin-bottom: 4px; margin-bottom: 4px;
} }
+26 -5
View File
@@ -1,6 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="context-fill" stroke="context-stroke"> <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none">
<path d="M3.5 4.5h13a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-1.5 1.5H8l-3.2 2.4a.5.5 0 0 1-.8-.4V14.5H3.5A1.5 1.5 0 0 1 2 13V6a1.5 1.5 0 0 1 1.5-1.5z"/> <!-- ChatPapers: paper + chat — sidebar glyph -->
<circle cx="7" cy="9.5" r="1"/> <path
<circle cx="10" cy="9.5" r="1"/> fill="context-fill"
<circle cx="13" cy="9.5" r="1"/> fill-opacity="0.92"
d="M3.2 2.8h7.4c.4 0 .7.15.95.4l2.05 2.1c.25.25.4.58.4.95V14.2c0 .9-.73 1.63-1.63 1.63H3.2c-.9 0-1.63-.73-1.63-1.63V4.43C1.57 3.53 2.3 2.8 3.2 2.8z"
/>
<path
fill="context-fill"
fill-opacity="0.35"
d="M10.6 2.85v2.35c0 .45.37.82.82.82h2.35L10.6 2.85z"
/>
<path
stroke="context-stroke"
stroke-opacity="0.55"
stroke-width="0.9"
stroke-linecap="round"
d="M4.35 7.1h5.1M4.35 9.15h4.2M4.35 11.2h3.4"
/>
<path
fill="context-fill"
d="M11.35 9.05h5.1c.85 0 1.55.7 1.55 1.55v3.35c0 .85-.7 1.55-1.55 1.55h-1.55l-1.55 1.25a.4.4 0 0 1-.65-.32v-.93h-1.35c-.85 0-1.55-.7-1.55-1.55v-3.35c0-.85.7-1.55 1.55-1.55z"
/>
<circle cx="12.55" cy="12.15" r="0.55" fill="context-stroke" fill-opacity="0.9"/>
<circle cx="13.95" cy="12.15" r="0.55" fill="context-stroke" fill-opacity="0.9"/>
<circle cx="15.35" cy="12.15" r="0.55" fill="context-stroke" fill-opacity="0.9"/>
</svg> </svg>

Before

Width:  |  Height:  |  Size: 392 B

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 677 B

After

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 836 B

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 786 KiB