<!DOCTYPE html>
<html id="_top" lang="zh-CN" data-theme="light"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><meta name="color-scheme" content="light dark"/><meta name="language" content="zh-CN"/><title>花盆 | /TODO.mdx</title><meta name="author" content="LittFlower"/><meta name="description" content="TODO [ ] 完成移动端导航抽屉，确保侧栏在小屏幕上可折叠； [ ] 为中文文章补充拼音锚点，改善标题链接体验； [ ] 集成自动截图流程，"/><meta property="og:type" content="article"/><meta property="og:title" content="花盆 | /TODO.mdx"/><meta property="og:url" content="https://blog.littflower.top/TODO.mdx"/><meta property="og:description" content="TODO [ ] 完成移动端导航抽屉，确保侧栏在小屏幕上可折叠； [ ] 为中文文章补充拼音锚点，改善标题链接体验； [ ] 集成自动截图流程，"/><meta property="og:site_name" content="花盆"/><meta property="og:locale" content="zh-CN"/><meta name="twitter:card" content="summary"/><meta name="twitter:title" content="花盆 | /TODO.mdx"/><meta name="twitter:description" content="TODO [ ] 完成移动端导航抽屉，确保侧栏在小屏幕上可折叠； [ ] 为中文文章补充拼音锚点，改善标题链接体验； [ ] 集成自动截图流程，"/><link rel="canonical" href="https://blog.littflower.top/TODO.mdx"/><link rel="alternate" type="application/rss+xml" title="花盆" href="/rss.xml"/><script>(function () {
    var storageKey = "theme";
    var root = document.documentElement;
    var theme = "light";
    try {
      var stored = window.localStorage.getItem(storageKey);
      if (stored === "light" || stored === "dark") {
        theme = stored;
      } else if (
        typeof window.matchMedia === "function" &&
        window.matchMedia("(prefers-color-scheme: dark)").matches
      ) {
        theme = "dark";
      }
    } catch (_) {}
    root.setAttribute("data-theme", theme);
  })();</script><script defer src="/theme.js?v=d3b88eea84"></script><link rel="preload" as="style" href="/style.css" type="text/css"/><link rel="preload" as="style" href="/fonts.css" type="text/css"/><link rel="stylesheet" href="/style.css" type="text/css"/><link rel="stylesheet" href="/fonts.css" type="text/css"/></head><body><nav aria-label="页面导航" class="top-bar fullwidth"><div class="top-bar-inner fullwidth"><div class="top-bar-group"><a href="/" aria-label="root" class="file-link"><img src="/icons/dir.png" alt width="20" height="22" aria-hidden="true" decoding="async" loading="eager" class="icon icon--dir"/><span>/</span></a><a href=".." aria-label="parent" class="file-link"><img src="/icons/dir.png" alt width="20" height="22" aria-hidden="true" decoding="async" loading="eager" class="icon icon--dir"/><span>..</span></a></div><div class="top-bar-group"><a href="#_content" class="top-bar-link"><code class="hash inline-code">#</code>内容</a><a href="#_top" class="top-bar-link"><code class="hash inline-code">#</code>回到顶部</a><button type="button" data-theme-toggle="true" aria-pressed="false" title="切换为深色主题" class="theme-toggle"><code aria-hidden="true" class="hash inline-code">#</code>  <span data-theme-toggle-label="true" class="theme-toggle-label">浅色主题</span></button></div></div></nav><div class="page-shell"><nav aria-label="当前目录文件" class="page-files"></nav><main class="page-main"><article id="_content" style="scroll-margin-top:48px;" class="page-article"><h1 id="todo" class="scroll-target"><a href="#todo"><code class="hash inline-code">#</code>TODO</a></h1>
<ul class="contains-task-list">
<li class="task-list-item"><input type="checkbox" disabled/> 完成移动端导航抽屉，确保侧栏在小屏幕上可折叠；</li>
<li class="task-list-item"><input type="checkbox" disabled/> 为中文文章补充拼音锚点，改善标题链接体验；</li>
<li class="task-list-item"><input type="checkbox" disabled/> 集成自动截图流程，生成文章封面图；</li>
<li class="task-list-item"><input type="checkbox" disabled/> 研究把 Shiki 代码高亮预渲染到构建阶段；</li>
<li class="task-list-item"><input type="checkbox" disabled/> 编写部署脚本，支持一键推送到 Cloudflare Pages；</li>
<li class="task-list-item"><input type="checkbox" disabled/> 补充单元测试覆盖关键的 mdx 处理函数。</li>
</ul>
<p>如果你对这些方向感兴趣，欢迎在 issue 里留言或发邮件到 <code class="inline-code">xzy1476569428@163.com</code>。</p></article></main></div><footer class="footer"><div class="footer-row footer-links"><span class="footer-label">保持联系</span><a href="mailto:xzy1476569428@163.com" class="footer-link">xzy1476569428@163.com</a><span aria-hidden="true" class="footer-separator">·</span><a href="/rss.xml" class="footer-link">RSS</a><span aria-hidden="true" class="footer-separator">·</span><a href="https://github.com/LittFlower/my_blog" class="footer-link">GitHub</a></div><div class="footer-row footer-meta"><span>本站基于 <a href="https://github.com/unvariant/blog">unvariant/blog</a> 改造，除特别说明外内容以 CC BY 4.0 协议共享。</span></div></footer></body></html>