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,17 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<!-- Val interact placeholder - 交互姿态 -->
<!---->
<circle cx="32" cy="12" r="10" fill="#5B9BD5"/>
<!-- 身体 -->
<rect x="24" y="22" width="16" height="24" rx="4" fill="#5B9BD5"/>
<!-- 手臂(举起) -->
<rect x="16" y="24" width="8" height="16" rx="3" fill="#3A7BBF" transform="rotate(-45 20 24)"/>
<rect x="40" y="24" width="8" height="16" rx="3" fill="#3A7BBF" transform="rotate(45 44 24)"/>
<!-- 眼睛 -->
<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"/>
<!-- 惊讶表情 -->
<ellipse cx="32" cy="16" rx="3" ry="2" fill="#333"/>
</svg>

After

Width:  |  Height:  |  Size: 802 B