| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="titleGradient" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 4 | <stop offset="0%" stop-color="#5B8DEF"/> |
| 5 | <stop offset="50%" stop-color="#A26BFA"/> |
| 6 | <stop offset="100%" stop-color="#3DDDFC"/> |
| 7 | </linearGradient> |
| 8 | <linearGradient id="glassPanel" x1="0%" y1="0%" x2="100%" y2="100%"> |
| 9 | <stop offset="0%" stop-color="#5B8DEF" stop-opacity="0.22"/> |
| 10 | <stop offset="100%" stop-color="#A26BFA" stop-opacity="0.08"/> |
| 11 | </linearGradient> |
| 12 | <linearGradient id="glassEdgeTop" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 13 | <stop offset="0%" stop-color="#FFFFFF" stop-opacity="0"/> |
| 14 | <stop offset="50%" stop-color="#FFFFFF" stop-opacity="0.4"/> |
| 15 | <stop offset="100%" stop-color="#FFFFFF" stop-opacity="0"/> |
| 16 | </linearGradient> |
| 17 | <linearGradient id="coverScrim" x1="0%" y1="0%" x2="0%" y2="100%"> |
| 18 | <stop offset="0%" stop-color="#0A0E27" stop-opacity="0.0"/> |
| 19 | <stop offset="50%" stop-color="#0A0E27" stop-opacity="0.35"/> |
| 20 | <stop offset="100%" stop-color="#0A0E27" stop-opacity="0.7"/> |
| 21 | </linearGradient> |
| 22 | </defs> |
| 23 | |
| 24 | <g id="bg"> |
| 25 | <rect width="1280" height="720" fill="#0A0E27"/> |
| 26 | <image href="../images/01_cover_aurora.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/> |
| 27 | <rect x="0" y="0" width="1280" height="720" fill="url(#coverScrim)"/> |
| 28 | </g> |
| 29 | |
| 30 | <g id="cover-top-mark"> |
| 31 | <circle cx="64" cy="60" r="4" fill="#3DDDFC"/> |
| 32 | <circle cx="76" cy="60" r="4" fill="#5B8DEF" fill-opacity="0.7"/> |
| 33 | <circle cx="88" cy="60" r="4" fill="#A26BFA" fill-opacity="0.55"/> |
| 34 | <text x="106" y="65" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#A8B0D0" letter-spacing="3">TECH TALK · 2026</text> |
| 35 | </g> |
| 36 | |
| 37 | <g id="glass-panel"> |
| 38 | <rect x="160" y="240" width="960" height="280" rx="22" fill="url(#glassPanel)" stroke="#FFFFFF" stroke-opacity="0.2" stroke-width="1"/> |
| 39 | <rect x="178" y="241" width="924" height="1" fill="url(#glassEdgeTop)"/> |
| 40 | <rect x="160" y="260" width="6" height="240" rx="3" fill="url(#titleGradient)"/> |
| 41 | </g> |
| 42 | |
| 43 | <g id="title-block"> |
| 44 | <text x="200" y="310" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="700" fill="#3DDDFC" letter-spacing="4">AI AGENT · ENGINEERING IN PRODUCTION</text> |
| 45 | <text x="200" y="400" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="80" font-weight="900" fill="url(#titleGradient)" letter-spacing="-1">AI Agent 工程化</text> |
| 46 | <text x="200" y="468" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="28" font-weight="400" fill="#E8ECFF">从 Demo 到生产 — 需要的不只是大模型</text> |
| 47 | <line x1="200" y1="494" x2="320" y2="494" stroke="#3DDDFC" stroke-width="2" stroke-linecap="round"/> |
| 48 | </g> |
| 49 | |
| 50 | <g id="cover-footer"> |
| 51 | <text x="60" y="688" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#A8B0D0">2026 · 技术分享系列</text> |
| 52 | <text x="1220" y="688" font-family=""Microsoft YaHei", "PingFang SC", sans-serif" font-size="13" font-weight="600" fill="#6B7299" text-anchor="end">01 / 12</text> |
| 53 | </g> |
| 54 | </svg> |
| 55 |