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,15 @@
<svg xmlns="http://www.w3.org/2000/svg" width="64" height="64" viewBox="0 0 64 64">
<!-- Val walk 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="24" y="46" width="6" height="16" rx="2" fill="#3A7BBF" transform="rotate(-10 27 46)"/>
<rect x="34" y="46" width="6" height="16" rx="2" fill="#3A7BBF" transform="rotate(10 37 46)"/>
<!-- 眼睛 -->
<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"/>
</svg>

After

Width:  |  Height:  |  Size: 722 B