| 1 | <!DOCTYPE html> |
| 2 | <html lang="zh-CN"><head><meta charset="utf-8"><title>Roadmap</title> |
| 3 | <link rel="stylesheet" href="../../assets/fonts.css"> |
| 4 | <link rel="stylesheet" href="../../assets/base.css"> |
| 5 | <link rel="stylesheet" id="theme-link" href="../../assets/themes/minimal-white.css"> |
| 6 | <link rel="stylesheet" href="../../assets/animations/animations.css"> |
| 7 | <style> |
| 8 | .rm{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:28px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden} |
| 9 | .rm .col{padding:20px 22px;border-right:1px solid var(--border);background:var(--surface);position:relative} |
| 10 | .rm .col:last-child{border-right:none} |
| 11 | .rm .col .tag{display:inline-block;padding:3px 12px;border-radius:999px;font-size:11px;background:var(--surface-2);color:var(--text-2);margin-bottom:10px} |
| 12 | .rm .col.now{background:color-mix(in srgb,var(--accent) 6%,var(--surface))} |
| 13 | .rm .col.now .tag{background:var(--accent);color:#fff} |
| 14 | .rm h4{font-size:15px;margin:8px 0 4px} |
| 15 | .rm ul{padding-left:18px;margin:8px 0 0;font-size:13px;color:var(--text-2)} |
| 16 | .rm li{margin-bottom:6px;line-height:1.5} |
| 17 | </style> |
| 18 | </head><body class="single"> |
| 19 | <div class="deck"><section class="slide is-active" data-title="Roadmap"> |
| 20 | <p class="kicker">Roadmap · 2026</p> |
| 21 | <h2 class="h2">接下来四个季度,我们会做什么</h2> |
| 22 | <div class="rm"> |
| 23 | <div class="col now"> |
| 24 | <span class="tag">NOW · Q2</span> |
| 25 | <h4>主题系统</h4> |
| 26 | <ul><li>24 个官方主题</li><li>tokens 语义文档</li><li>T 键循环切换</li></ul> |
| 27 | </div> |
| 28 | <div class="col"> |
| 29 | <span class="tag">NEXT · Q3</span> |
| 30 | <h4>导出</h4> |
| 31 | <ul><li>PNG 批量</li><li>PDF 打包</li><li>小红书 3:4 切片</li></ul> |
| 32 | </div> |
| 33 | <div class="col"> |
| 34 | <span class="tag">LATER · Q4</span> |
| 35 | <h4>交互</h4> |
| 36 | <ul><li>Presenter 模式</li><li>Notes 同屏</li><li>遥控器配对</li></ul> |
| 37 | </div> |
| 38 | <div class="col"> |
| 39 | <span class="tag">VISION</span> |
| 40 | <h4>AI 写稿</h4> |
| 41 | <ul><li>从 md 自动分页</li><li>智能选版式</li><li>智能选主题</li></ul> |
| 42 | </div> |
| 43 | </div> |
| 44 | </section></div> |
| 45 | <script src="../../assets/runtime.js"></script> |
| 46 | </body></html> |
| 47 |