feat(val-blog): add 2026-04-30 dream journey post

This commit is contained in:
Chen Gu
2026-08-13 17:00:22 +08:00
committed by Chen Gu
parent 691f96e8a6
commit 81978704fc
941 changed files with 195468 additions and 755 deletions
@@ -0,0 +1,14 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<!-- Val idle placeholder - 简单小人 -->
<!---->
<circle cx="32" cy="12" r="10" fill="#5B9BD5"/>
<!-- 身体 -->
<rect x="24" y="22" width="16" height="24" rx="4" fill="#5B9BD5"/>
<!-- 眼睛 -->
<circle cx="28" cy="10" r="2" fill="white"/>
<circle cx="36" cy="10" r="2" fill="white"/>
<circle cx="28" cy="10" r="1" fill="#333"/>
<circle cx="36" cy="10" r="1" fill="#333"/>
<!-- 微笑 -->
<path d="M 28 15 Q 32 18 36 15" stroke="#333" stroke-width="1.5" fill="none"/>
</svg>

After

Width:  |  Height:  |  Size: 593 B