Initial commit: yu-zhi-ran platform with automation integration

This commit is contained in:
lt
2026-04-19 14:05:09 +08:00
commit 3cb2df51c8
209 changed files with 80379 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
<svg width="1200" height="675" viewBox="0 0 1200 675" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#e8f5e9;stop-opacity:1" />
<stop offset="100%" style="stop-color:#c8e6c9;stop-opacity:1" />
</linearGradient>
<style>
.title { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 64px; font-weight: bold; fill: #1b5e20; }
.subtitle { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 36px; fill: #388e3c; }
.brand { font-family: "PingFang SC", "Microsoft YaHei", sans-serif; font-size: 20px; fill: #666; }
.decor { fill: none; stroke: #4caf50; stroke-width: 3; stroke-dasharray: 10,10; }
</style>
</defs>
<!-- Background -->
<rect width="1200" height="675" fill="url(#bg)"/>
<!-- Decorative plant icons (simple circles as pots) -->
<g transform="translate(100, 150)">
<circle cx="0" cy="0" r="40" fill="#66bb6a"/>
<path d="M -30,20 Q 0,0 30,20" fill="#388e3c"/>
<rect x="-10" y="20" width="20" height="30" fill="#795548"/>
<!-- Leaves -->
<ellipse cx="-20" cy="-10" rx="25" ry="10" fill="#4caf50" transform="rotate(-30 -20 -10)"/>
<ellipse cx="20" cy="-10" rx="25" ry="10" fill="#43a047" transform="rotate(30 20 -10)"/>
</g>
<g transform="translate(1080, 150)">
<circle cx="0" cy="0" r="50" fill="#81c784"/>
<path d="M -35,25 Q 0,5 35,25" fill="#388e3c"/>
<rect x="-12" y="25" width="24" height="40" fill="#795548"/>
<ellipse cx="-25" cy="-5" rx="30" ry="12" fill="#66bb6a" transform="rotate(-30 -25 -5)"/>
<ellipse cx="25" cy="-5" rx="30" ry="12" fill="#4caf50" transform="rotate(30 25 -5)"/>
</g>
<!-- Title -->
<text x="600" y="300" text-anchor="middle" class="title">在上海阳台种菜一年</text>
<text x="600" y="380" text-anchor="middle" class="subtitle">我收获的不仅是蔬菜</text>
<!-- Decorative line -->
<path d="M 400,420 Q 600,450 800,420" class="decor"/>
<!-- Brand tagline -->
<text x="600" y="500" text-anchor="middle" class="brand">科技沟通万物,愿世间百态回归自然</text>
<text x="600" y="540" text-anchor="middle" class="brand">宇之然 · 内容创作</text>
<!-- Fallback text for Zhihu (they might overlay) -->
<text x="600" y="620" text-anchor="middle" class="brand" style="font-size:16px; fill:#999;">
阳台种菜完整指南 · 心理治愈 · 科技赋能
</text>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB