v0.1.0: 仙途家族志 · Chronicle of the Immortal Clan

家族模拟器首版:修仙/经营/战斗/外交/叙事全套系统
- Electron + React + TS + MetonaSqlark(aria+OPFS)
- 水墨中国风 UI
- 引擎种子随机、确定性可回放
- 19 项单元测试、端到端冒烟验证
This commit is contained in:
2026-08-23 00:04:16 +08:00
commit adb22f0558
69 changed files with 14305 additions and 0 deletions
+58
View File
@@ -0,0 +1,58 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800" preserveAspectRatio="xMidYMax slice">
<defs>
<filter id="blur2"><feGaussianBlur stdDeviation="2"/></filter>
<filter id="blur6"><feGaussianBlur stdDeviation="6"/></filter>
<filter id="blur14"><feGaussianBlur stdDeviation="14"/></filter>
<linearGradient id="mist" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#f0dcae" stop-opacity="0"/>
<stop offset="1" stop-color="#f0dcae" stop-opacity="0.30"/>
</linearGradient>
<linearGradient id="mist2" x1="0" y1="0" x2="0" y2="1">
<stop offset="0" stop-color="#e8cf9b" stop-opacity="0"/>
<stop offset="1" stop-color="#e8cf9b" stop-opacity="0.22"/>
</linearGradient>
</defs>
<!-- 朱砂日 -->
<circle cx="862" cy="168" r="70" fill="#c0503c" opacity="0.28" filter="url(#blur14)"/>
<circle cx="862" cy="168" r="42" fill="#c65d44" opacity="0.62" filter="url(#blur6)"/>
<circle cx="862" cy="168" r="26" fill="#d87a54" opacity="0.85" filter="url(#blur2)"/>
<!-- 远山(淡金线) -->
<path d="M0 560 L130 430 240 520 360 400 500 500 620 380 760 490 900 410 1030 500 1130 440 1200 480 L1200 800 0 800 Z"
fill="#8a6f45" opacity="0.16" filter="url(#blur2)"/>
<!-- 中景 -->
<path d="M0 620 L160 480 300 580 470 440 640 560 810 470 960 560 1100 490 1200 540 L1200 800 0 800 Z"
fill="#6d5330" opacity="0.30"/>
<!-- 近景山 -->
<path d="M0 700 L150 560 340 660 520 520 720 650 900 550 1080 660 1200 590 L1200 800 0 800 Z"
fill="#3f2f18" opacity="0.55"/>
<!-- 山头雪线 -->
<path d="M470 440 L520 522 L570 452" fill="none" stroke="#e8cf9b" stroke-width="3" opacity="0.5" filter="url(#blur2)"/>
<path d="M150 560 L200 622 L250 566" fill="none" stroke="#e8cf9b" stroke-width="3" opacity="0.4" filter="url(#blur2)"/>
<!-- 崖頂孤松 -->
<g stroke="#f2e3bf" stroke-width="5" stroke-linecap="round" opacity="0.85" fill="none" filter="url(#blur2)">
<path d="M520 520 q-10 -40 8 -66"/>
<path d="M528 458 q26 -18 52 -2 q-18 10 -52 2"/>
<path d="M516 492 q-30 -12 -52 4 q20 14 52 -4"/>
</g>
<!-- 孤舟 -->
<g fill="#f2e3bf" opacity="0.75" filter="url(#blur2)">
<path d="M180 700 q40 -14 84 0 q-44 12 -84 0"/>
<path d="M222 692 l0 -26"/>
<path d="M222 666 l22 4 l-22 8" stroke="#f2e3bf" stroke-width="2.4" fill="none"/>
</g>
<!-- 雁阵 -->
<g stroke="#f0e6c8" stroke-width="2.6" opacity="0.9" fill="none">
<path d="M840 220 q16 -11 32 0 q16 -11 32 0"/>
<path d="M770 252 q14 -10 28 0 q14 -10 28 0"/>
<path d="M900 196 q13 -9 26 0 q13 -9 26 0"/>
</g>
<!-- 雾层 -->
<rect x="0" y="540" width="1200" height="130" fill="url(#mist)"/>
<rect x="0" y="640" width="1200" height="160" fill="url(#mist2)"/>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB