Skip to content

LV01-DataLoader数据加载

简介

第一个组件,主要是学习组件的写法和用法。

基本用法

在 Markdown文档中添加以下内容:

markdown
<MtDataLoader />

效果

页面数据:

{
  "title": "LV01-DataLoader数据加载",
  "description": null,
  "frontmatter": {
    "title": "LV01-DataLoader数据加载",
    "date": "2025-09-03T19:31:21.000Z",
    "icon": "famicons:logo-markdown",
    "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
    "index": true,
    "tags": null,
    "categories": null,
    "copyright": false,
    "keywords": null,
    "cover": null,
    "comments": null,
    "mathjax": null,
    "top": null,
    "description": null,
    "tdoc": {
      "detailDate": "2025-09-03T19:31:21.480Z",
      "fulluuid": "865117e0fcef46d498c60a4fc637c188",
      "useduuid": "865117e0f"
    }
  },
  "headers": [],
  "relativePath": "sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.md",
  "filePath": "sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.md",
  "lastUpdated": 1756899148000
}

站点数据:

{
  "lang": "en-US",
  "dir": "ltr",
  "title": "vitepress-theme-mist",
  "description": "Mist Instruction Manual",
  "base": "/vitepress-theme-mist/",
  "head": [],
  "router": {
    "prefetchLinks": true
  },
  "appearance": true,
  "themeConfig": {
    "useTheme": true,
    "articleAnalyze": {
      "showIcon": true,
      "dateFormat": "yyyy-MM-dd",
      "showInfo": true,
      "showAuthor": true,
      "showCreateDate": true,
      "showUpdateDate": false,
      "showCategory": false,
      "showTag": false,
      "teleport": {
        "position": "after",
        "className": "teleport"
      }
    },
    "articleShare": {
      "enabled": true
    },
    "author": {
      "name": "苏木",
      "link": "https://github.com/docs-site"
    },
    "backTop": {
      "enabled": true,
      "content": "progress"
    },
    "breadcrumb": {
      "enabled": true,
      "showCurrentName": false,
      "separator": "/",
      "homeLabel": "首页"
    },
    "clickEffect": {
      "enabled": true
    },
    "codeBlock": {
      "enabled": true,
      "collapseHeight": 500,
      "overlay": false,
      "overlayHeight": 400,
      "langTextTransform": "lowercase"
    },
    "comment": false,
    "docAnalysis": {
      "enabled": true,
      "title": "${icon}站点信息",
      "wordCount": false,
      "readingTime": false,
      "statistics": {
        "siteView": true,
        "pageView": true,
        "permalink": true
      }
    },
    "docFooterCopyright": {
      "enabled": true,
      "author": "苏木",
      "authorLink": "https://docs-site.github.io/vitepress-theme-mist/",
      "pathMapping": {},
      "copyrightText": "本博客所有文章除特别声明外,均采用",
      "licenseName": "BY-NC-SA 4.0",
      "licenseLink": "https://creativecommons.org/licenses/by-nc-sa/4.0/"
    },
    "footerGroup": [],
    "footerInfo": {
      "topMessage": [
        "莫道桑榆晚, 为霞尚满天"
      ],
      "bottomMessage": [
        ""
      ],
      "theme": {
        "show": true,
        "name": "mist@1.2.6",
        "link": "https://github.com/docs-site/vitepress-theme-mist"
      },
      "copyright": {
        "show": true,
        "createYear": 2025,
        "suffix": "苏木"
      }
    },
    "markdown": {},
    "sidebarTrigger": true,
    "social": [
      {
        "icon": "",
        "name": "",
        "link": ""
      },
      {
        "icon": "",
        "name": "",
        "link": ""
      }
    ],
    "themeName": "vitepress-theme-mist",
    "themeEnhance": {
      "enabled": true,
      "position": "top",
      "layoutSwitch": {
        "disabled": false,
        "defaultMode": "fullWidth",
        "disableHelp": false,
        "disableAnimation": false,
        "defaultDocMaxWidth": 90,
        "disableDocMaxWidthHelp": false,
        "defaultPageMaxWidth": 95,
        "disablePageMaxWidthHelp": false
      },
      "spotlight": {
        "disabled": false,
        "defaultStyle": "aside",
        "defaultValue": true
      },
      "themeColor": {}
    },
    "toComment": {
      "enabled": true
    },
    "vitePlugins": {
      "enabled": true,
      "docAnalysis": true,
      "fileContentLoaderIgnore": [],
      "demoOption": {
        "str": "mist"
      },
      "navSidebarOption": {
        "path": "sdoc",
        "debugInfo": false,
        "navOption": {
          "maxLevel": 2,
          "debugPrint": false,
          "saveToFile": false
        },
        "sideBarOption": {
          "type": "object",
          "ignoreList": [
            "index.md",
            "README.md"
          ],
          "initItems": false,
          "collapsed": true,
          "debugPrint": false,
          "saveToFile": false
        }
      }
    },
    "windowTransition": true,
    "nav": [
      {
        "text": "开发",
        "link": "/sdoc/01-开发/"
      },
      {
        "text": "组件",
        "items": [
          {
            "text": "公共组件",
            "link": "/sdoc/02-组件/01-公共组件/"
          },
          {
            "text": "主题组件",
            "link": "/sdoc/02-组件/02-主题组件/"
          }
        ]
      },
      {
        "text": "插件",
        "link": "/sdoc/03-插件/"
      },
      {
        "text": "使用",
        "link": "/sdoc/04-使用/"
      },
      {
        "text": "功能页",
        "items": [
          {
            "text": "归档页",
            "link": "/archives",
            "activeMatch": "@pages/archivesPage"
          },
          {
            "text": "导航页",
            "link": "/Navigation",
            "activeMatch": "@pages/Navigation"
          }
        ],
        "activeMatch": "@pages"
      }
    ],
    "logo": "/favicon.svg",
    "docFooter": {
      "prev": "上一篇",
      "next": "下一篇"
    },
    "outline": {
      "label": "页面导航",
      "level": [
        2,
        6
      ]
    },
    "socialLinks": [
      {
        "icon": "github",
        "link": "https://github.com/docs-site/vitepress-theme-mist.git"
      }
    ],
    "docAnalysisInfo": {
      "fileList": [
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/Examples/api-examples.md",
          "relativePath": "Examples/api-examples.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/Examples/index.md",
          "relativePath": "Examples/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/Examples/markdown-examples.md",
          "relativePath": "Examples/markdown-examples.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV01-pnpm工作区.md",
          "relativePath": "sdoc/01-开发/LV01-pnpm工作区.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV02-TS路径映射与包作用域.md",
          "relativePath": "sdoc/01-开发/LV02-TS路径映射与包作用域.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV03-主题入口分析.md",
          "relativePath": "sdoc/01-开发/LV03-主题入口分析.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV04-主题配置.md",
          "relativePath": "sdoc/01-开发/LV04-主题配置.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV05-DataLoader组件分析.md",
          "relativePath": "sdoc/01-开发/LV05-DataLoader组件分析.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV06-SCSS变量未展开问题分析.md",
          "relativePath": "sdoc/01-开发/LV06-SCSS变量未展开问题分析.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV07-Vite插件.md",
          "relativePath": "sdoc/01-开发/LV07-Vite插件.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV08-Git提交规范与工具集成.md",
          "relativePath": "sdoc/01-开发/LV08-Git提交规范与工具集成.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV09-standard-version.md",
          "relativePath": "sdoc/01-开发/LV09-standard-version.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV10-changesets.md",
          "relativePath": "sdoc/01-开发/LV10-changesets.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/index.md",
          "relativePath": "sdoc/01-开发/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV05-Icon图标.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV05-Icon图标.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV06-Button按钮.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV06-Button按钮.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV07-Message消息提示.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV07-Message消息提示.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV09-Segmented分段器.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.md",
          "relativePath": "sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/index.md",
          "relativePath": "sdoc/02-组件/01-公共组件/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/LV01-Democode组件.md",
          "relativePath": "sdoc/02-组件/02-主题组件/LV01-Democode组件.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.md",
          "relativePath": "sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.md",
          "relativePath": "sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/index.md",
          "relativePath": "sdoc/02-组件/02-主题组件/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/index.md",
          "relativePath": "sdoc/02-组件/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV01-file-content-loader.md",
          "relativePath": "sdoc/03-插件/LV01-file-content-loader.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV02-catalogue分析文档.md",
          "relativePath": "sdoc/03-插件/LV02-catalogue分析文档.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV03-永久链接.md",
          "relativePath": "sdoc/03-插件/LV03-永久链接.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV04-自动侧边栏.md",
          "relativePath": "sdoc/03-插件/LV04-自动侧边栏.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV05-侧边栏的rewrite模式.md",
          "relativePath": "sdoc/03-插件/LV05-侧边栏的rewrite模式.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV10-img懒加载.md",
          "relativePath": "sdoc/03-插件/LV10-img懒加载.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/index.md",
          "relativePath": "sdoc/03-插件/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/04-使用/LV001-复制提示.md",
          "relativePath": "sdoc/04-使用/LV001-复制提示.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/04-使用/index.md",
          "relativePath": "sdoc/04-使用/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/index.md",
          "relativePath": "sdoc/index.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/test/articlePage/aside.md",
          "relativePath": "test/articlePage/aside.md"
        },
        {
          "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/test/articlePage/doc.md",
          "relativePath": "test/articlePage/doc.md"
        }
      ],
      "totalFileWords": 72112,
      "eachFileWords": [
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/Examples/api-examples.md",
            "relativePath": "Examples/api-examples.md"
          },
          "wordCount": 119,
          "readingTime": "1m",
          "frontmatter": {
            "outline": "deep"
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/Examples/index.md",
            "relativePath": "Examples/index.md"
          },
          "wordCount": 11,
          "readingTime": "1m",
          "frontmatter": {
            "title": "Examples",
            "index": false,
            "icon": "laptop-code"
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/Examples/markdown-examples.md",
            "relativePath": "Examples/markdown-examples.md"
          },
          "wordCount": 133,
          "readingTime": "1m",
          "frontmatter": {}
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV01-pnpm工作区.md",
            "relativePath": "sdoc/01-开发/LV01-pnpm工作区.md"
          },
          "wordCount": 4440,
          "readingTime": "19.4m",
          "frontmatter": {
            "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
              "useduuid": "de8cddce7"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV02-TS路径映射与包作用域.md",
            "relativePath": "sdoc/01-开发/LV02-TS路径映射与包作用域.md"
          },
          "wordCount": 6700,
          "readingTime": "26.3m",
          "frontmatter": {
            "title": "LV02-TS路径映射与包作用域",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3305d82dab814efb882a6fcaabb90051",
              "useduuid": "3305d82da"
            },
            "titleTag": "TS"
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV03-主题入口分析.md",
            "relativePath": "sdoc/01-开发/LV03-主题入口分析.md"
          },
          "wordCount": 390,
          "readingTime": "1.7m",
          "frontmatter": {
            "title": "LV03-主题入口分析",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "23e4d75e56e041f692beffd2f289b351",
              "useduuid": "23e4d75e5"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV04-主题配置.md",
            "relativePath": "sdoc/01-开发/LV04-主题配置.md"
          },
          "wordCount": 4427,
          "readingTime": "19.7m",
          "frontmatter": {
            "title": "LV04-主题配置",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
              "useduuid": "20a98bc82"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV05-DataLoader组件分析.md",
            "relativePath": "sdoc/01-开发/LV05-DataLoader组件分析.md"
          },
          "wordCount": 1949,
          "readingTime": "8m",
          "frontmatter": {
            "title": "LV05-DataLoader组件分析",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17a044334074",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "044334074d22480189ca6526987551cd",
              "useduuid": 9549884
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV06-SCSS变量未展开问题分析.md",
            "relativePath": "sdoc/01-开发/LV06-SCSS变量未展开问题分析.md"
          },
          "wordCount": 2421,
          "readingTime": "11.5m",
          "frontmatter": {
            "title": "LV06-SCSS变量未展开问题分析",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
              "useduuid": "0c4407b67"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV07-Vite插件.md",
            "relativePath": "sdoc/01-开发/LV07-Vite插件.md"
          },
          "wordCount": 2092,
          "readingTime": "8.9m",
          "frontmatter": {
            "title": "LV07-Vite插件",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
              "useduuid": "6daae8bc9"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV08-Git提交规范与工具集成.md",
            "relativePath": "sdoc/01-开发/LV08-Git提交规范与工具集成.md"
          },
          "wordCount": 6747,
          "readingTime": "29.3m",
          "frontmatter": {
            "title": "LV08-Git提交规范与工具集成",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
              "useduuid": "f604fb585"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV09-standard-version.md",
            "relativePath": "sdoc/01-开发/LV09-standard-version.md"
          },
          "wordCount": 3749,
          "readingTime": "16.2m",
          "frontmatter": {
            "title": "LV09-standard-version",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e67e635686834c628f79459e7025af6d",
              "useduuid": "e67e63568"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/LV10-changesets.md",
            "relativePath": "sdoc/01-开发/LV10-changesets.md"
          },
          "wordCount": 5461,
          "readingTime": "21.1m",
          "frontmatter": {
            "title": "LV10-changesets",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "17fa41782581414ea91dda82301287f3",
              "useduuid": "17fa41782"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/01-开发/index.md",
            "relativePath": "sdoc/01-开发/index.md"
          },
          "wordCount": 15,
          "readingTime": "1m",
          "frontmatter": {
            "title": "开发",
            "date": {},
            "permalink": "/sdoc/develop/126b07e425dd1639079fc233",
            "icon": "laptop-code",
            "layout": "page",
            "catalogue": true,
            "path": "sdoc/01-开发",
            "tdoc": {
              "detailDate": {},
              "fulluuid": "9079fc233dad45edb651dcf035369ddc",
              "useduuid": "9079fc233"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.md"
          },
          "wordCount": 50,
          "readingTime": "1m",
          "frontmatter": {
            "title": "LV01-DataLoader数据加载",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "865117e0fcef46d498c60a4fc637c188",
              "useduuid": "865117e0f"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.md"
          },
          "wordCount": 87,
          "readingTime": "1m",
          "frontmatter": {
            "title": "LV02-BackTop回到顶部",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
              "useduuid": "83be37ae4"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.md"
          },
          "wordCount": 186,
          "readingTime": "1m",
          "frontmatter": {
            "title": "LV03-TransitionCollapse折叠",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1798834a59d94121ac457dfa4bb01866",
              "useduuid": "1798834a5"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.md"
          },
          "wordCount": 963,
          "readingTime": "4.1m",
          "frontmatter": {
            "title": "LV04-InputSlide滑动输入",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20106ce41106495bb53a523e78309e48",
              "useduuid": "20106ce41"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV05-Icon图标.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV05-Icon图标.md"
          },
          "wordCount": 1605,
          "readingTime": "8.4m",
          "frontmatter": {
            "title": "LV05-Icon图标",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
              "useduuid": "3c329bfd3"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV06-Button按钮.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV06-Button按钮.md"
          },
          "wordCount": 1088,
          "readingTime": "4.8m",
          "frontmatter": {
            "title": "LV06-Button按钮",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
              "useduuid": "efe567dec"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV07-Message消息提示.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV07-Message消息提示.md"
          },
          "wordCount": 1102,
          "readingTime": "4.8m",
          "frontmatter": {
            "title": "LV07-Message消息提示",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
              "useduuid": "e66b38f5e"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.md"
          },
          "wordCount": 2339,
          "readingTime": "10.5m",
          "frontmatter": {
            "title": "LV08-Popover气泡卡片",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
              "useduuid": "e0fe4e6df"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV09-Segmented分段器.md"
          },
          "wordCount": 1519,
          "readingTime": "7.1m",
          "frontmatter": {
            "title": "LV09-Segmented分段器",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
              "useduuid": "58dabd0d0"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.md"
          },
          "wordCount": 495,
          "readingTime": "2m",
          "frontmatter": {
            "title": "LV10-ArticlePage文章页",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
              "useduuid": "3cb387208"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.md",
            "relativePath": "sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.md"
          },
          "wordCount": 1118,
          "readingTime": "4.6m",
          "frontmatter": {
            "title": "LV11-Breadcrumb面包屑",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
              "useduuid": "e996735d3"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/01-公共组件/index.md",
            "relativePath": "sdoc/02-组件/01-公共组件/index.md"
          },
          "wordCount": 17,
          "readingTime": "1m",
          "frontmatter": {
            "title": "公共组件",
            "date": {},
            "permalink": "/sdoc/component/common-omponent/126b07e426211d981dabe777",
            "icon": "laptop-code",
            "layout": "page",
            "catalogue": true,
            "path": "sdoc/02-组件/01-公共组件",
            "tdoc": {
              "detailDate": {},
              "fulluuid": "81dabe77729849a6b7ef569763fb3ab6",
              "useduuid": "81dabe777"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/LV01-Democode组件.md",
            "relativePath": "sdoc/02-组件/02-主题组件/LV01-Democode组件.md"
          },
          "wordCount": 3330,
          "readingTime": "14.2m",
          "frontmatter": {
            "title": "LV01-Democode组件",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
              "useduuid": "7de3c8301"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.md",
            "relativePath": "sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.md"
          },
          "wordCount": 994,
          "readingTime": "4.2m",
          "frontmatter": {
            "title": "LV02-ArticleBreadcrumb文章面包屑",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "561194202c7b49a590e68b71e259f0a4",
              "useduuid": 561194202
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.md",
            "relativePath": "sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.md"
          },
          "wordCount": 1114,
          "readingTime": "4.8m",
          "frontmatter": {
            "title": "LV03-ArticleInfo文章信息",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7e55ccebb297438da73f37967e35f269",
              "useduuid": "7e55ccebb"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/02-主题组件/index.md",
            "relativePath": "sdoc/02-组件/02-主题组件/index.md"
          },
          "wordCount": 17,
          "readingTime": "1m",
          "frontmatter": {
            "title": "主题组件",
            "date": {},
            "permalink": "/sdoc/component/theme-component/126b07e426261ee5180ba94f",
            "icon": "laptop-code",
            "layout": "page",
            "catalogue": true,
            "path": "sdoc/02-组件/02-主题组件",
            "tdoc": {
              "detailDate": {},
              "fulluuid": "5180ba94fd88476fb669e551652db589",
              "useduuid": "5180ba94f"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/02-组件/index.md",
            "relativePath": "sdoc/02-组件/index.md"
          },
          "wordCount": 15,
          "readingTime": "1m",
          "frontmatter": {
            "title": "组件",
            "date": {},
            "permalink": "/sdoc/component/126b07e4261d06be9e685ced",
            "icon": "laptop-code",
            "layout": "page",
            "catalogue": true,
            "path": "sdoc/02-组件",
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e9e685ced6364a46bb39b2a5314ccb8e",
              "useduuid": "e9e685ced"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV01-file-content-loader.md",
            "relativePath": "sdoc/03-插件/LV01-file-content-loader.md"
          },
          "wordCount": 2332,
          "readingTime": "9.7m",
          "frontmatter": {
            "title": "LV01-file-content-loader",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
              "useduuid": "7a69ead28"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV02-catalogue分析文档.md",
            "relativePath": "sdoc/03-插件/LV02-catalogue分析文档.md"
          },
          "wordCount": 3245,
          "readingTime": "13.8m",
          "frontmatter": {
            "title": "LV02-catalogue分析文档",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333939d884d864",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "9d884d86469948c69f4a29154796a126",
              "useduuid": "9d884d864"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV03-永久链接.md",
            "relativePath": "sdoc/03-插件/LV03-永久链接.md"
          },
          "wordCount": 3276,
          "readingTime": "13.6m",
          "frontmatter": {
            "title": "LV03-永久链接",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
              "useduuid": "014dbb281"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV04-自动侧边栏.md",
            "relativePath": "sdoc/03-插件/LV04-自动侧边栏.md"
          },
          "wordCount": 2321,
          "readingTime": "9.8m",
          "frontmatter": {
            "title": "LV04-自动侧边栏",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
              "useduuid": "951d659bd"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV05-侧边栏的rewrite模式.md",
            "relativePath": "sdoc/03-插件/LV05-侧边栏的rewrite模式.md"
          },
          "wordCount": 5159,
          "readingTime": "24.1m",
          "frontmatter": {
            "title": "LV05-侧边栏的rewrite模式",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
              "useduuid": "74338378f"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/LV10-img懒加载.md",
            "relativePath": "sdoc/03-插件/LV10-img懒加载.md"
          },
          "wordCount": 661,
          "readingTime": "2.9m",
          "frontmatter": {
            "title": "LV10-img懒加载",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "b5fdc3312e924a1782155081651b8dad",
              "useduuid": "b5fdc3312"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/03-插件/index.md",
            "relativePath": "sdoc/03-插件/index.md"
          },
          "wordCount": 8,
          "readingTime": "1m",
          "frontmatter": {
            "title": "插件",
            "date": {},
            "permalink": "/sdoc/plugin/126b07e4263338b58be0c6f4",
            "icon": "laptop-code",
            "layout": "page",
            "catalogue": true,
            "path": "sdoc/03-插件",
            "tdoc": {
              "detailDate": {},
              "fulluuid": "58be0c6f408f46a5bcbb181a8d022bd0",
              "useduuid": "58be0c6f4"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/04-使用/LV001-复制提示.md",
            "relativePath": "sdoc/04-使用/LV001-复制提示.md"
          },
          "wordCount": 176,
          "readingTime": "1m",
          "frontmatter": {
            "title": "LV001-复制提示",
            "date": {},
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
              "useduuid": "1eec700e0"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/04-使用/index.md",
            "relativePath": "sdoc/04-使用/index.md"
          },
          "wordCount": 9,
          "readingTime": "1m",
          "frontmatter": {
            "title": "使用",
            "date": {},
            "permalink": "/sdoc/use/126b09154c2835aae4dea685",
            "icon": "laptop-code",
            "layout": "page",
            "catalogue": true,
            "path": "sdoc/04-使用",
            "tdoc": {
              "detailDate": {},
              "fulluuid": "ae4dea6854d6422cb5b024d0d99b32eb",
              "useduuid": "ae4dea685"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/sdoc/index.md",
            "relativePath": "sdoc/index.md"
          },
          "wordCount": 15,
          "readingTime": "1m",
          "frontmatter": {
            "title": "sdoc",
            "date": {},
            "permalink": "/sdoc/126b07e425cf34050557ccbe",
            "icon": "laptop-code",
            "layout": "page",
            "catalogue": true,
            "path": "sdoc",
            "tdoc": {
              "detailDate": {},
              "fulluuid": "50557ccbea9c4f7080e2ad996ab376c6",
              "useduuid": "50557ccbe"
            }
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/test/articlePage/aside.md",
            "relativePath": "test/articlePage/aside.md"
          },
          "wordCount": 161,
          "readingTime": "1m",
          "frontmatter": {
            "layout": false
          }
        },
        {
          "fileInfo": {
            "filePath": "/home/runner/work/vitepress-theme-mist/vitepress-theme-mist/docs/src/test/articlePage/doc.md",
            "relativePath": "test/articlePage/doc.md"
          },
          "wordCount": 56,
          "readingTime": "1m",
          "frontmatter": {
            "layout": false
          }
        }
      ],
      "lastCommitTime": "2025-10-15 20:15:32"
    },
    "demo": "hello world!mist",
    "permalinks": {
      "map": {
        "@pages/Navigation": "/Navigation.html",
        "@pages/archivesPage": "/archives.html",
        "sdoc/01-开发/LV01-pnpm工作区": "/sdoc/develop/126b07e425dd16cde8cddce7.html",
        "sdoc/01-开发/LV02-TS路径映射与包作用域": "/sdoc/develop/126b07e425dd16e3305d82da.html",
        "sdoc/01-开发/LV03-主题入口分析": "/sdoc/develop/126b07e425dd17023e4d75e5.html",
        "sdoc/01-开发/LV04-主题配置": "/sdoc/develop/126b07e425dd17220a98bc82.html",
        "sdoc/01-开发/LV05-DataLoader组件分析": "/sdoc/develop/126b07e425dd17a044334074.html",
        "sdoc/01-开发/LV06-SCSS变量未展开问题分析": "/sdoc/develop/126b07e425dd1810c4407b67.html",
        "sdoc/01-开发/LV07-Vite插件": "/sdoc/develop/126b07e425dd1846daae8bc9.html",
        "sdoc/01-开发/LV08-Git提交规范与工具集成": "/sdoc/develop/126b07e425dd185f604fb585.html",
        "sdoc/01-开发/LV09-standard-version": "/sdoc/develop/126b07e425dd188e67e63568.html",
        "sdoc/01-开发/LV10-changesets": "/sdoc/develop/126b07e425dd18a17fa41782.html",
        "sdoc/01-开发/index": "/sdoc/develop/126b07e425dd1639079fc233.html",
        "sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载": "/sdoc/component/common-omponent/126b07e426211e0865117e0f.html",
        "sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部": "/sdoc/component/common-omponent/126b07e426211e383be37ae4.html",
        "sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠": "/sdoc/component/common-omponent/126b07e426211e51798834a5.html",
        "sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入": "/sdoc/component/common-omponent/126b07e426211e820106ce41.html",
        "sdoc/02-组件/01-公共组件/LV05-Icon图标": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3.html",
        "sdoc/02-组件/01-公共组件/LV06-Button按钮": "/sdoc/component/common-omponent/126b07e426211f4efe567dec.html",
        "sdoc/02-组件/01-公共组件/LV07-Message消息提示": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e.html",
        "sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df.html",
        "sdoc/02-组件/01-公共组件/LV09-Segmented分段器": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0.html",
        "sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页": "/sdoc/component/common-omponent/126b07e4262120b3cb387208.html",
        "sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑": "/sdoc/component/common-omponent/126b07e4262120fe996735d3.html",
        "sdoc/02-组件/01-公共组件/index": "/sdoc/component/common-omponent/126b07e426211d981dabe777.html",
        "sdoc/02-组件/02-主题组件/LV01-Democode组件": "/sdoc/component/theme-component/126b07e426261f47de3c8301.html",
        "sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑": "/sdoc/component/theme-component/126b07e426261f6561194202.html",
        "sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb.html",
        "sdoc/02-组件/02-主题组件/index": "/sdoc/component/theme-component/126b07e426261ee5180ba94f.html",
        "sdoc/02-组件/index": "/sdoc/component/126b07e4261d06be9e685ced.html",
        "sdoc/03-插件/LV01-file-content-loader": "/sdoc/plugin/126b07e426333917a69ead28.html",
        "sdoc/03-插件/LV02-catalogue分析文档": "/sdoc/plugin/126b07e426333939d884d864.html",
        "sdoc/03-插件/LV03-永久链接": "/sdoc/plugin/126b07e42633396014dbb281.html",
        "sdoc/03-插件/LV04-自动侧边栏": "/sdoc/plugin/126b07e42633398951d659bd.html",
        "sdoc/03-插件/LV05-侧边栏的rewrite模式": "/sdoc/plugin/126b07e44a951ec74338378f.html",
        "sdoc/03-插件/LV06-目录页的rewrite模式": "/sdoc/plugin/126b07e44a951ef227af7b42.html",
        "sdoc/03-插件/LV10-img懒加载": "/sdoc/plugin/126b088b6d43289b5fdc3312.html",
        "sdoc/03-插件/index": "/sdoc/plugin/126b07e4263338b58be0c6f4.html",
        "sdoc/04-使用/LV001-复制提示": "/sdoc/use/126b09154c6919f1eec700e0.html",
        "sdoc/04-使用/index": "/sdoc/use/126b09154c2835aae4dea685.html",
        "sdoc/index": "/sdoc/126b07e425cf34050557ccbe.html"
      },
      "inv": {
        "/Navigation.html": "@pages/Navigation",
        "/archives.html": "@pages/archivesPage",
        "/sdoc/develop/126b07e425dd16cde8cddce7.html": "sdoc/01-开发/LV01-pnpm工作区",
        "/sdoc/develop/126b07e425dd16e3305d82da.html": "sdoc/01-开发/LV02-TS路径映射与包作用域",
        "/sdoc/develop/126b07e425dd17023e4d75e5.html": "sdoc/01-开发/LV03-主题入口分析",
        "/sdoc/develop/126b07e425dd17220a98bc82.html": "sdoc/01-开发/LV04-主题配置",
        "/sdoc/develop/126b07e425dd17a044334074.html": "sdoc/01-开发/LV05-DataLoader组件分析",
        "/sdoc/develop/126b07e425dd1810c4407b67.html": "sdoc/01-开发/LV06-SCSS变量未展开问题分析",
        "/sdoc/develop/126b07e425dd1846daae8bc9.html": "sdoc/01-开发/LV07-Vite插件",
        "/sdoc/develop/126b07e425dd185f604fb585.html": "sdoc/01-开发/LV08-Git提交规范与工具集成",
        "/sdoc/develop/126b07e425dd188e67e63568.html": "sdoc/01-开发/LV09-standard-version",
        "/sdoc/develop/126b07e425dd18a17fa41782.html": "sdoc/01-开发/LV10-changesets",
        "/sdoc/develop/126b07e425dd1639079fc233.html": "sdoc/01-开发/index",
        "/sdoc/component/common-omponent/126b07e426211e0865117e0f.html": "sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载",
        "/sdoc/component/common-omponent/126b07e426211e383be37ae4.html": "sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部",
        "/sdoc/component/common-omponent/126b07e426211e51798834a5.html": "sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠",
        "/sdoc/component/common-omponent/126b07e426211e820106ce41.html": "sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入",
        "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3.html": "sdoc/02-组件/01-公共组件/LV05-Icon图标",
        "/sdoc/component/common-omponent/126b07e426211f4efe567dec.html": "sdoc/02-组件/01-公共组件/LV06-Button按钮",
        "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e.html": "sdoc/02-组件/01-公共组件/LV07-Message消息提示",
        "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df.html": "sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片",
        "/sdoc/component/common-omponent/126b07e4262120558dabd0d0.html": "sdoc/02-组件/01-公共组件/LV09-Segmented分段器",
        "/sdoc/component/common-omponent/126b07e4262120b3cb387208.html": "sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页",
        "/sdoc/component/common-omponent/126b07e4262120fe996735d3.html": "sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑",
        "/sdoc/component/common-omponent/126b07e426211d981dabe777.html": "sdoc/02-组件/01-公共组件/index",
        "/sdoc/component/theme-component/126b07e426261f47de3c8301.html": "sdoc/02-组件/02-主题组件/LV01-Democode组件",
        "/sdoc/component/theme-component/126b07e426261f6561194202.html": "sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑",
        "/sdoc/component/theme-component/126b07e426261fc7e55ccebb.html": "sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息",
        "/sdoc/component/theme-component/126b07e426261ee5180ba94f.html": "sdoc/02-组件/02-主题组件/index",
        "/sdoc/component/126b07e4261d06be9e685ced.html": "sdoc/02-组件/index",
        "/sdoc/plugin/126b07e426333917a69ead28.html": "sdoc/03-插件/LV01-file-content-loader",
        "/sdoc/plugin/126b07e426333939d884d864.html": "sdoc/03-插件/LV02-catalogue分析文档",
        "/sdoc/plugin/126b07e42633396014dbb281.html": "sdoc/03-插件/LV03-永久链接",
        "/sdoc/plugin/126b07e42633398951d659bd.html": "sdoc/03-插件/LV04-自动侧边栏",
        "/sdoc/plugin/126b07e44a951ec74338378f.html": "sdoc/03-插件/LV05-侧边栏的rewrite模式",
        "/sdoc/plugin/126b07e44a951ef227af7b42.html": "sdoc/03-插件/LV06-目录页的rewrite模式",
        "/sdoc/plugin/126b088b6d43289b5fdc3312.html": "sdoc/03-插件/LV10-img懒加载",
        "/sdoc/plugin/126b07e4263338b58be0c6f4.html": "sdoc/03-插件/index",
        "/sdoc/use/126b09154c6919f1eec700e0.html": "sdoc/04-使用/LV001-复制提示",
        "/sdoc/use/126b09154c2835aae4dea685.html": "sdoc/04-使用/index",
        "/sdoc/126b07e425cf34050557ccbe.html": "sdoc/index"
      }
    },
    "catalogues": {
      "arr": [
        {
          "filePath": "sdoc/01-开发/index",
          "path": "sdoc/01-开发",
          "catalogues": [
            {
              "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
              "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
              "frontmatter": {
                "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                  "useduuid": "de8cddce7"
                }
              }
            },
            {
              "title": "LV02-TS路径映射与包作用域",
              "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
              "frontmatter": {
                "title": "LV02-TS路径映射与包作用域",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                  "useduuid": "3305d82da"
                },
                "titleTag": "TS"
              }
            },
            {
              "title": "LV03-主题入口分析",
              "url": "/sdoc/01-开发/LV03-主题入口分析.html",
              "frontmatter": {
                "title": "LV03-主题入口分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                  "useduuid": "23e4d75e5"
                }
              }
            },
            {
              "title": "LV04-主题配置",
              "url": "/sdoc/01-开发/LV04-主题配置.html",
              "frontmatter": {
                "title": "LV04-主题配置",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                  "useduuid": "20a98bc82"
                }
              }
            },
            {
              "title": "LV05-DataLoader组件分析",
              "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
              "frontmatter": {
                "title": "LV05-DataLoader组件分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17a044334074",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "044334074d22480189ca6526987551cd",
                  "useduuid": 9549884
                }
              }
            },
            {
              "title": "LV06-SCSS变量未展开问题分析",
              "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
              "frontmatter": {
                "title": "LV06-SCSS变量未展开问题分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                  "useduuid": "0c4407b67"
                }
              }
            },
            {
              "title": "LV07-Vite插件",
              "url": "/sdoc/01-开发/LV07-Vite插件.html",
              "frontmatter": {
                "title": "LV07-Vite插件",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                  "useduuid": "6daae8bc9"
                }
              }
            },
            {
              "title": "LV08-Git提交规范与工具集成",
              "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
              "frontmatter": {
                "title": "LV08-Git提交规范与工具集成",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                  "useduuid": "f604fb585"
                }
              }
            },
            {
              "title": "LV09-standard-version",
              "url": "/sdoc/01-开发/LV09-standard-version.html",
              "frontmatter": {
                "title": "LV09-standard-version",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e67e635686834c628f79459e7025af6d",
                  "useduuid": "e67e63568"
                }
              }
            },
            {
              "title": "LV10-changesets",
              "url": "/sdoc/01-开发/LV10-changesets.html",
              "frontmatter": {
                "title": "LV10-changesets",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "17fa41782581414ea91dda82301287f3",
                  "useduuid": "17fa41782"
                }
              }
            }
          ]
        },
        {
          "filePath": "sdoc/02-组件/01-公共组件/index",
          "path": "sdoc/02-组件/01-公共组件",
          "catalogues": [
            {
              "title": "LV01-DataLoader数据加载",
              "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
              "frontmatter": {
                "title": "LV01-DataLoader数据加载",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                  "useduuid": "865117e0f"
                }
              }
            },
            {
              "title": "LV02-BackTop回到顶部",
              "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
              "frontmatter": {
                "title": "LV02-BackTop回到顶部",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                  "useduuid": "83be37ae4"
                }
              }
            },
            {
              "title": "LV03-TransitionCollapse折叠",
              "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
              "frontmatter": {
                "title": "LV03-TransitionCollapse折叠",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                  "useduuid": "1798834a5"
                }
              }
            },
            {
              "title": "LV04-InputSlide滑动输入",
              "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
              "frontmatter": {
                "title": "LV04-InputSlide滑动输入",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20106ce41106495bb53a523e78309e48",
                  "useduuid": "20106ce41"
                }
              }
            },
            {
              "title": "LV05-Icon图标",
              "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
              "frontmatter": {
                "title": "LV05-Icon图标",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                  "useduuid": "3c329bfd3"
                }
              }
            },
            {
              "title": "LV06-Button按钮",
              "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
              "frontmatter": {
                "title": "LV06-Button按钮",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                  "useduuid": "efe567dec"
                }
              }
            },
            {
              "title": "LV07-Message消息提示",
              "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
              "frontmatter": {
                "title": "LV07-Message消息提示",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                  "useduuid": "e66b38f5e"
                }
              }
            },
            {
              "title": "LV08-Popover气泡卡片",
              "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
              "frontmatter": {
                "title": "LV08-Popover气泡卡片",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                  "useduuid": "e0fe4e6df"
                }
              }
            },
            {
              "title": "LV09-Segmented分段器",
              "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
              "frontmatter": {
                "title": "LV09-Segmented分段器",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                  "useduuid": "58dabd0d0"
                }
              }
            },
            {
              "title": "LV10-ArticlePage文章页",
              "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
              "frontmatter": {
                "title": "LV10-ArticlePage文章页",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                  "useduuid": "3cb387208"
                }
              }
            },
            {
              "title": "LV11-Breadcrumb面包屑",
              "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
              "frontmatter": {
                "title": "LV11-Breadcrumb面包屑",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                  "useduuid": "e996735d3"
                }
              }
            }
          ]
        },
        {
          "filePath": "sdoc/02-组件/02-主题组件/index",
          "path": "sdoc/02-组件/02-主题组件",
          "catalogues": [
            {
              "title": "LV01-Democode组件",
              "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
              "frontmatter": {
                "title": "LV01-Democode组件",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                  "useduuid": "7de3c8301"
                }
              }
            },
            {
              "title": "LV02-ArticleBreadcrumb文章面包屑",
              "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
              "frontmatter": {
                "title": "LV02-ArticleBreadcrumb文章面包屑",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                  "useduuid": 561194202
                }
              }
            },
            {
              "title": "LV03-ArticleInfo文章信息",
              "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
              "frontmatter": {
                "title": "LV03-ArticleInfo文章信息",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7e55ccebb297438da73f37967e35f269",
                  "useduuid": "7e55ccebb"
                }
              }
            }
          ]
        },
        {
          "filePath": "sdoc/02-组件/index",
          "path": "sdoc/02-组件",
          "catalogues": [
            {
              "title": "01-公共组件",
              "children": [
                {
                  "title": "LV01-DataLoader数据加载",
                  "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
                  "frontmatter": {
                    "title": "LV01-DataLoader数据加载",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                      "useduuid": "865117e0f"
                    }
                  }
                },
                {
                  "title": "LV02-BackTop回到顶部",
                  "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
                  "frontmatter": {
                    "title": "LV02-BackTop回到顶部",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                      "useduuid": "83be37ae4"
                    }
                  }
                },
                {
                  "title": "LV03-TransitionCollapse折叠",
                  "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
                  "frontmatter": {
                    "title": "LV03-TransitionCollapse折叠",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                      "useduuid": "1798834a5"
                    }
                  }
                },
                {
                  "title": "LV04-InputSlide滑动输入",
                  "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
                  "frontmatter": {
                    "title": "LV04-InputSlide滑动输入",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "20106ce41106495bb53a523e78309e48",
                      "useduuid": "20106ce41"
                    }
                  }
                },
                {
                  "title": "LV05-Icon图标",
                  "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
                  "frontmatter": {
                    "title": "LV05-Icon图标",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                      "useduuid": "3c329bfd3"
                    }
                  }
                },
                {
                  "title": "LV06-Button按钮",
                  "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
                  "frontmatter": {
                    "title": "LV06-Button按钮",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                      "useduuid": "efe567dec"
                    }
                  }
                },
                {
                  "title": "LV07-Message消息提示",
                  "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
                  "frontmatter": {
                    "title": "LV07-Message消息提示",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                      "useduuid": "e66b38f5e"
                    }
                  }
                },
                {
                  "title": "LV08-Popover气泡卡片",
                  "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
                  "frontmatter": {
                    "title": "LV08-Popover气泡卡片",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                      "useduuid": "e0fe4e6df"
                    }
                  }
                },
                {
                  "title": "LV09-Segmented分段器",
                  "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
                  "frontmatter": {
                    "title": "LV09-Segmented分段器",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                      "useduuid": "58dabd0d0"
                    }
                  }
                },
                {
                  "title": "LV10-ArticlePage文章页",
                  "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
                  "frontmatter": {
                    "title": "LV10-ArticlePage文章页",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                      "useduuid": "3cb387208"
                    }
                  }
                },
                {
                  "title": "LV11-Breadcrumb面包屑",
                  "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
                  "frontmatter": {
                    "title": "LV11-Breadcrumb面包屑",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                      "useduuid": "e996735d3"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "02-主题组件",
              "children": [
                {
                  "title": "LV01-Democode组件",
                  "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
                  "frontmatter": {
                    "title": "LV01-Democode组件",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                      "useduuid": "7de3c8301"
                    }
                  }
                },
                {
                  "title": "LV02-ArticleBreadcrumb文章面包屑",
                  "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
                  "frontmatter": {
                    "title": "LV02-ArticleBreadcrumb文章面包屑",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                      "useduuid": 561194202
                    }
                  }
                },
                {
                  "title": "LV03-ArticleInfo文章信息",
                  "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
                  "frontmatter": {
                    "title": "LV03-ArticleInfo文章信息",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7e55ccebb297438da73f37967e35f269",
                      "useduuid": "7e55ccebb"
                    }
                  }
                }
              ],
              "frontmatter": {}
            }
          ]
        },
        {
          "filePath": "sdoc/03-插件/index",
          "path": "sdoc/03-插件",
          "catalogues": [
            {
              "title": "LV01-file-content-loader",
              "url": "/sdoc/03-插件/LV01-file-content-loader.html",
              "frontmatter": {
                "title": "LV01-file-content-loader",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                  "useduuid": "7a69ead28"
                }
              }
            },
            {
              "title": "LV02-catalogue分析文档",
              "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
              "frontmatter": {
                "title": "LV02-catalogue分析文档",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333939d884d864",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "9d884d86469948c69f4a29154796a126",
                  "useduuid": "9d884d864"
                }
              }
            },
            {
              "title": "LV03-永久链接",
              "url": "/sdoc/03-插件/LV03-永久链接.html",
              "frontmatter": {
                "title": "LV03-永久链接",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                  "useduuid": "014dbb281"
                }
              }
            },
            {
              "title": "LV04-自动侧边栏",
              "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
              "frontmatter": {
                "title": "LV04-自动侧边栏",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                  "useduuid": "951d659bd"
                }
              }
            },
            {
              "title": "LV05-侧边栏的rewrite模式",
              "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
              "frontmatter": {
                "title": "LV05-侧边栏的rewrite模式",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                  "useduuid": "74338378f"
                }
              }
            },
            {
              "title": "LV06-目录页的rewrite模式",
              "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
              "frontmatter": {
                "title": "LV06-目录页的rewrite模式",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                  "useduuid": "227af7b42"
                }
              }
            },
            {
              "title": "LV10-img懒加载",
              "url": "/sdoc/03-插件/LV10-img懒加载.html",
              "frontmatter": {
                "title": "LV10-img懒加载",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                  "useduuid": "b5fdc3312"
                }
              }
            }
          ]
        },
        {
          "filePath": "sdoc/04-使用/index",
          "path": "sdoc/04-使用",
          "catalogues": [
            {
              "title": "LV001-复制提示",
              "url": "/sdoc/04-使用/LV001-复制提示.html",
              "frontmatter": {
                "title": "LV001-复制提示",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                  "useduuid": "1eec700e0"
                }
              }
            }
          ]
        },
        {
          "filePath": "sdoc/index",
          "path": "sdoc",
          "catalogues": [
            {
              "title": "01-开发",
              "children": [
                {
                  "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                  "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
                  "frontmatter": {
                    "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                      "useduuid": "de8cddce7"
                    }
                  }
                },
                {
                  "title": "LV02-TS路径映射与包作用域",
                  "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
                  "frontmatter": {
                    "title": "LV02-TS路径映射与包作用域",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                      "useduuid": "3305d82da"
                    },
                    "titleTag": "TS"
                  }
                },
                {
                  "title": "LV03-主题入口分析",
                  "url": "/sdoc/01-开发/LV03-主题入口分析.html",
                  "frontmatter": {
                    "title": "LV03-主题入口分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                      "useduuid": "23e4d75e5"
                    }
                  }
                },
                {
                  "title": "LV04-主题配置",
                  "url": "/sdoc/01-开发/LV04-主题配置.html",
                  "frontmatter": {
                    "title": "LV04-主题配置",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                      "useduuid": "20a98bc82"
                    }
                  }
                },
                {
                  "title": "LV05-DataLoader组件分析",
                  "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
                  "frontmatter": {
                    "title": "LV05-DataLoader组件分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17a044334074",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "044334074d22480189ca6526987551cd",
                      "useduuid": 9549884
                    }
                  }
                },
                {
                  "title": "LV06-SCSS变量未展开问题分析",
                  "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
                  "frontmatter": {
                    "title": "LV06-SCSS变量未展开问题分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                      "useduuid": "0c4407b67"
                    }
                  }
                },
                {
                  "title": "LV07-Vite插件",
                  "url": "/sdoc/01-开发/LV07-Vite插件.html",
                  "frontmatter": {
                    "title": "LV07-Vite插件",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                      "useduuid": "6daae8bc9"
                    }
                  }
                },
                {
                  "title": "LV08-Git提交规范与工具集成",
                  "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
                  "frontmatter": {
                    "title": "LV08-Git提交规范与工具集成",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                      "useduuid": "f604fb585"
                    }
                  }
                },
                {
                  "title": "LV09-standard-version",
                  "url": "/sdoc/01-开发/LV09-standard-version.html",
                  "frontmatter": {
                    "title": "LV09-standard-version",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e67e635686834c628f79459e7025af6d",
                      "useduuid": "e67e63568"
                    }
                  }
                },
                {
                  "title": "LV10-changesets",
                  "url": "/sdoc/01-开发/LV10-changesets.html",
                  "frontmatter": {
                    "title": "LV10-changesets",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "17fa41782581414ea91dda82301287f3",
                      "useduuid": "17fa41782"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "02-组件",
              "children": [
                {
                  "title": "01-公共组件",
                  "children": [
                    {
                      "title": "LV01-DataLoader数据加载",
                      "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
                      "frontmatter": {
                        "title": "LV01-DataLoader数据加载",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                          "useduuid": "865117e0f"
                        }
                      }
                    },
                    {
                      "title": "LV02-BackTop回到顶部",
                      "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
                      "frontmatter": {
                        "title": "LV02-BackTop回到顶部",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                          "useduuid": "83be37ae4"
                        }
                      }
                    },
                    {
                      "title": "LV03-TransitionCollapse折叠",
                      "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
                      "frontmatter": {
                        "title": "LV03-TransitionCollapse折叠",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                          "useduuid": "1798834a5"
                        }
                      }
                    },
                    {
                      "title": "LV04-InputSlide滑动输入",
                      "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
                      "frontmatter": {
                        "title": "LV04-InputSlide滑动输入",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "20106ce41106495bb53a523e78309e48",
                          "useduuid": "20106ce41"
                        }
                      }
                    },
                    {
                      "title": "LV05-Icon图标",
                      "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
                      "frontmatter": {
                        "title": "LV05-Icon图标",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                          "useduuid": "3c329bfd3"
                        }
                      }
                    },
                    {
                      "title": "LV06-Button按钮",
                      "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
                      "frontmatter": {
                        "title": "LV06-Button按钮",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                          "useduuid": "efe567dec"
                        }
                      }
                    },
                    {
                      "title": "LV07-Message消息提示",
                      "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
                      "frontmatter": {
                        "title": "LV07-Message消息提示",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                          "useduuid": "e66b38f5e"
                        }
                      }
                    },
                    {
                      "title": "LV08-Popover气泡卡片",
                      "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
                      "frontmatter": {
                        "title": "LV08-Popover气泡卡片",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                          "useduuid": "e0fe4e6df"
                        }
                      }
                    },
                    {
                      "title": "LV09-Segmented分段器",
                      "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
                      "frontmatter": {
                        "title": "LV09-Segmented分段器",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                          "useduuid": "58dabd0d0"
                        }
                      }
                    },
                    {
                      "title": "LV10-ArticlePage文章页",
                      "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
                      "frontmatter": {
                        "title": "LV10-ArticlePage文章页",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                          "useduuid": "3cb387208"
                        }
                      }
                    },
                    {
                      "title": "LV11-Breadcrumb面包屑",
                      "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
                      "frontmatter": {
                        "title": "LV11-Breadcrumb面包屑",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                          "useduuid": "e996735d3"
                        }
                      }
                    }
                  ],
                  "frontmatter": {}
                },
                {
                  "title": "02-主题组件",
                  "children": [
                    {
                      "title": "LV01-Democode组件",
                      "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
                      "frontmatter": {
                        "title": "LV01-Democode组件",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                          "useduuid": "7de3c8301"
                        }
                      }
                    },
                    {
                      "title": "LV02-ArticleBreadcrumb文章面包屑",
                      "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
                      "frontmatter": {
                        "title": "LV02-ArticleBreadcrumb文章面包屑",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                          "useduuid": 561194202
                        }
                      }
                    },
                    {
                      "title": "LV03-ArticleInfo文章信息",
                      "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
                      "frontmatter": {
                        "title": "LV03-ArticleInfo文章信息",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "7e55ccebb297438da73f37967e35f269",
                          "useduuid": "7e55ccebb"
                        }
                      }
                    }
                  ],
                  "frontmatter": {}
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "03-插件",
              "children": [
                {
                  "title": "LV01-file-content-loader",
                  "url": "/sdoc/03-插件/LV01-file-content-loader.html",
                  "frontmatter": {
                    "title": "LV01-file-content-loader",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                      "useduuid": "7a69ead28"
                    }
                  }
                },
                {
                  "title": "LV02-catalogue分析文档",
                  "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
                  "frontmatter": {
                    "title": "LV02-catalogue分析文档",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e426333939d884d864",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "9d884d86469948c69f4a29154796a126",
                      "useduuid": "9d884d864"
                    }
                  }
                },
                {
                  "title": "LV03-永久链接",
                  "url": "/sdoc/03-插件/LV03-永久链接.html",
                  "frontmatter": {
                    "title": "LV03-永久链接",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                      "useduuid": "014dbb281"
                    }
                  }
                },
                {
                  "title": "LV04-自动侧边栏",
                  "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
                  "frontmatter": {
                    "title": "LV04-自动侧边栏",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                      "useduuid": "951d659bd"
                    }
                  }
                },
                {
                  "title": "LV05-侧边栏的rewrite模式",
                  "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
                  "frontmatter": {
                    "title": "LV05-侧边栏的rewrite模式",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                      "useduuid": "74338378f"
                    }
                  }
                },
                {
                  "title": "LV06-目录页的rewrite模式",
                  "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
                  "frontmatter": {
                    "title": "LV06-目录页的rewrite模式",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                      "useduuid": "227af7b42"
                    }
                  }
                },
                {
                  "title": "LV10-img懒加载",
                  "url": "/sdoc/03-插件/LV10-img懒加载.html",
                  "frontmatter": {
                    "title": "LV10-img懒加载",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                      "useduuid": "b5fdc3312"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "04-使用",
              "children": [
                {
                  "title": "LV001-复制提示",
                  "url": "/sdoc/04-使用/LV001-复制提示.html",
                  "frontmatter": {
                    "title": "LV001-复制提示",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                      "useduuid": "1eec700e0"
                    }
                  }
                }
              ],
              "frontmatter": {}
            }
          ]
        }
      ],
      "map": {
        "sdoc/01-开发/index": {
          "url": "sdoc/01-开发/index.html",
          "path": "sdoc/01-开发",
          "catalogues": [
            {
              "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
              "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
              "frontmatter": {
                "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                  "useduuid": "de8cddce7"
                }
              }
            },
            {
              "title": "LV02-TS路径映射与包作用域",
              "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
              "frontmatter": {
                "title": "LV02-TS路径映射与包作用域",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                  "useduuid": "3305d82da"
                },
                "titleTag": "TS"
              }
            },
            {
              "title": "LV03-主题入口分析",
              "url": "/sdoc/01-开发/LV03-主题入口分析.html",
              "frontmatter": {
                "title": "LV03-主题入口分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                  "useduuid": "23e4d75e5"
                }
              }
            },
            {
              "title": "LV04-主题配置",
              "url": "/sdoc/01-开发/LV04-主题配置.html",
              "frontmatter": {
                "title": "LV04-主题配置",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                  "useduuid": "20a98bc82"
                }
              }
            },
            {
              "title": "LV05-DataLoader组件分析",
              "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
              "frontmatter": {
                "title": "LV05-DataLoader组件分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17a044334074",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "044334074d22480189ca6526987551cd",
                  "useduuid": 9549884
                }
              }
            },
            {
              "title": "LV06-SCSS变量未展开问题分析",
              "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
              "frontmatter": {
                "title": "LV06-SCSS变量未展开问题分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                  "useduuid": "0c4407b67"
                }
              }
            },
            {
              "title": "LV07-Vite插件",
              "url": "/sdoc/01-开发/LV07-Vite插件.html",
              "frontmatter": {
                "title": "LV07-Vite插件",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                  "useduuid": "6daae8bc9"
                }
              }
            },
            {
              "title": "LV08-Git提交规范与工具集成",
              "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
              "frontmatter": {
                "title": "LV08-Git提交规范与工具集成",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                  "useduuid": "f604fb585"
                }
              }
            },
            {
              "title": "LV09-standard-version",
              "url": "/sdoc/01-开发/LV09-standard-version.html",
              "frontmatter": {
                "title": "LV09-standard-version",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e67e635686834c628f79459e7025af6d",
                  "useduuid": "e67e63568"
                }
              }
            },
            {
              "title": "LV10-changesets",
              "url": "/sdoc/01-开发/LV10-changesets.html",
              "frontmatter": {
                "title": "LV10-changesets",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "17fa41782581414ea91dda82301287f3",
                  "useduuid": "17fa41782"
                }
              }
            }
          ]
        },
        "sdoc/02-组件/01-公共组件/index": {
          "url": "sdoc/02-组件/01-公共组件/index.html",
          "path": "sdoc/02-组件/01-公共组件",
          "catalogues": [
            {
              "title": "LV01-DataLoader数据加载",
              "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
              "frontmatter": {
                "title": "LV01-DataLoader数据加载",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                  "useduuid": "865117e0f"
                }
              }
            },
            {
              "title": "LV02-BackTop回到顶部",
              "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
              "frontmatter": {
                "title": "LV02-BackTop回到顶部",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                  "useduuid": "83be37ae4"
                }
              }
            },
            {
              "title": "LV03-TransitionCollapse折叠",
              "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
              "frontmatter": {
                "title": "LV03-TransitionCollapse折叠",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                  "useduuid": "1798834a5"
                }
              }
            },
            {
              "title": "LV04-InputSlide滑动输入",
              "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
              "frontmatter": {
                "title": "LV04-InputSlide滑动输入",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20106ce41106495bb53a523e78309e48",
                  "useduuid": "20106ce41"
                }
              }
            },
            {
              "title": "LV05-Icon图标",
              "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
              "frontmatter": {
                "title": "LV05-Icon图标",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                  "useduuid": "3c329bfd3"
                }
              }
            },
            {
              "title": "LV06-Button按钮",
              "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
              "frontmatter": {
                "title": "LV06-Button按钮",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                  "useduuid": "efe567dec"
                }
              }
            },
            {
              "title": "LV07-Message消息提示",
              "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
              "frontmatter": {
                "title": "LV07-Message消息提示",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                  "useduuid": "e66b38f5e"
                }
              }
            },
            {
              "title": "LV08-Popover气泡卡片",
              "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
              "frontmatter": {
                "title": "LV08-Popover气泡卡片",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                  "useduuid": "e0fe4e6df"
                }
              }
            },
            {
              "title": "LV09-Segmented分段器",
              "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
              "frontmatter": {
                "title": "LV09-Segmented分段器",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                  "useduuid": "58dabd0d0"
                }
              }
            },
            {
              "title": "LV10-ArticlePage文章页",
              "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
              "frontmatter": {
                "title": "LV10-ArticlePage文章页",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                  "useduuid": "3cb387208"
                }
              }
            },
            {
              "title": "LV11-Breadcrumb面包屑",
              "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
              "frontmatter": {
                "title": "LV11-Breadcrumb面包屑",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                  "useduuid": "e996735d3"
                }
              }
            }
          ]
        },
        "sdoc/02-组件/02-主题组件/index": {
          "url": "sdoc/02-组件/02-主题组件/index.html",
          "path": "sdoc/02-组件/02-主题组件",
          "catalogues": [
            {
              "title": "LV01-Democode组件",
              "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
              "frontmatter": {
                "title": "LV01-Democode组件",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                  "useduuid": "7de3c8301"
                }
              }
            },
            {
              "title": "LV02-ArticleBreadcrumb文章面包屑",
              "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
              "frontmatter": {
                "title": "LV02-ArticleBreadcrumb文章面包屑",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                  "useduuid": 561194202
                }
              }
            },
            {
              "title": "LV03-ArticleInfo文章信息",
              "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
              "frontmatter": {
                "title": "LV03-ArticleInfo文章信息",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7e55ccebb297438da73f37967e35f269",
                  "useduuid": "7e55ccebb"
                }
              }
            }
          ]
        },
        "sdoc/02-组件/index": {
          "url": "sdoc/02-组件/index.html",
          "path": "sdoc/02-组件",
          "catalogues": [
            {
              "title": "01-公共组件",
              "children": [
                {
                  "title": "LV01-DataLoader数据加载",
                  "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
                  "frontmatter": {
                    "title": "LV01-DataLoader数据加载",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                      "useduuid": "865117e0f"
                    }
                  }
                },
                {
                  "title": "LV02-BackTop回到顶部",
                  "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
                  "frontmatter": {
                    "title": "LV02-BackTop回到顶部",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                      "useduuid": "83be37ae4"
                    }
                  }
                },
                {
                  "title": "LV03-TransitionCollapse折叠",
                  "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
                  "frontmatter": {
                    "title": "LV03-TransitionCollapse折叠",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                      "useduuid": "1798834a5"
                    }
                  }
                },
                {
                  "title": "LV04-InputSlide滑动输入",
                  "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
                  "frontmatter": {
                    "title": "LV04-InputSlide滑动输入",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "20106ce41106495bb53a523e78309e48",
                      "useduuid": "20106ce41"
                    }
                  }
                },
                {
                  "title": "LV05-Icon图标",
                  "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
                  "frontmatter": {
                    "title": "LV05-Icon图标",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                      "useduuid": "3c329bfd3"
                    }
                  }
                },
                {
                  "title": "LV06-Button按钮",
                  "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
                  "frontmatter": {
                    "title": "LV06-Button按钮",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                      "useduuid": "efe567dec"
                    }
                  }
                },
                {
                  "title": "LV07-Message消息提示",
                  "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
                  "frontmatter": {
                    "title": "LV07-Message消息提示",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                      "useduuid": "e66b38f5e"
                    }
                  }
                },
                {
                  "title": "LV08-Popover气泡卡片",
                  "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
                  "frontmatter": {
                    "title": "LV08-Popover气泡卡片",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                      "useduuid": "e0fe4e6df"
                    }
                  }
                },
                {
                  "title": "LV09-Segmented分段器",
                  "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
                  "frontmatter": {
                    "title": "LV09-Segmented分段器",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                      "useduuid": "58dabd0d0"
                    }
                  }
                },
                {
                  "title": "LV10-ArticlePage文章页",
                  "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
                  "frontmatter": {
                    "title": "LV10-ArticlePage文章页",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                      "useduuid": "3cb387208"
                    }
                  }
                },
                {
                  "title": "LV11-Breadcrumb面包屑",
                  "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
                  "frontmatter": {
                    "title": "LV11-Breadcrumb面包屑",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                      "useduuid": "e996735d3"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "02-主题组件",
              "children": [
                {
                  "title": "LV01-Democode组件",
                  "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
                  "frontmatter": {
                    "title": "LV01-Democode组件",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                      "useduuid": "7de3c8301"
                    }
                  }
                },
                {
                  "title": "LV02-ArticleBreadcrumb文章面包屑",
                  "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
                  "frontmatter": {
                    "title": "LV02-ArticleBreadcrumb文章面包屑",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                      "useduuid": 561194202
                    }
                  }
                },
                {
                  "title": "LV03-ArticleInfo文章信息",
                  "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
                  "frontmatter": {
                    "title": "LV03-ArticleInfo文章信息",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7e55ccebb297438da73f37967e35f269",
                      "useduuid": "7e55ccebb"
                    }
                  }
                }
              ],
              "frontmatter": {}
            }
          ]
        },
        "sdoc/03-插件/index": {
          "url": "sdoc/03-插件/index.html",
          "path": "sdoc/03-插件",
          "catalogues": [
            {
              "title": "LV01-file-content-loader",
              "url": "/sdoc/03-插件/LV01-file-content-loader.html",
              "frontmatter": {
                "title": "LV01-file-content-loader",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                  "useduuid": "7a69ead28"
                }
              }
            },
            {
              "title": "LV02-catalogue分析文档",
              "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
              "frontmatter": {
                "title": "LV02-catalogue分析文档",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333939d884d864",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "9d884d86469948c69f4a29154796a126",
                  "useduuid": "9d884d864"
                }
              }
            },
            {
              "title": "LV03-永久链接",
              "url": "/sdoc/03-插件/LV03-永久链接.html",
              "frontmatter": {
                "title": "LV03-永久链接",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                  "useduuid": "014dbb281"
                }
              }
            },
            {
              "title": "LV04-自动侧边栏",
              "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
              "frontmatter": {
                "title": "LV04-自动侧边栏",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                  "useduuid": "951d659bd"
                }
              }
            },
            {
              "title": "LV05-侧边栏的rewrite模式",
              "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
              "frontmatter": {
                "title": "LV05-侧边栏的rewrite模式",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                  "useduuid": "74338378f"
                }
              }
            },
            {
              "title": "LV06-目录页的rewrite模式",
              "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
              "frontmatter": {
                "title": "LV06-目录页的rewrite模式",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                  "useduuid": "227af7b42"
                }
              }
            },
            {
              "title": "LV10-img懒加载",
              "url": "/sdoc/03-插件/LV10-img懒加载.html",
              "frontmatter": {
                "title": "LV10-img懒加载",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                  "useduuid": "b5fdc3312"
                }
              }
            }
          ]
        },
        "sdoc/04-使用/index": {
          "url": "sdoc/04-使用/index.html",
          "path": "sdoc/04-使用",
          "catalogues": [
            {
              "title": "LV001-复制提示",
              "url": "/sdoc/04-使用/LV001-复制提示.html",
              "frontmatter": {
                "title": "LV001-复制提示",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                  "useduuid": "1eec700e0"
                }
              }
            }
          ]
        },
        "sdoc/index": {
          "url": "sdoc/index.html",
          "path": "sdoc",
          "catalogues": [
            {
              "title": "01-开发",
              "children": [
                {
                  "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                  "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
                  "frontmatter": {
                    "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                      "useduuid": "de8cddce7"
                    }
                  }
                },
                {
                  "title": "LV02-TS路径映射与包作用域",
                  "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
                  "frontmatter": {
                    "title": "LV02-TS路径映射与包作用域",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                      "useduuid": "3305d82da"
                    },
                    "titleTag": "TS"
                  }
                },
                {
                  "title": "LV03-主题入口分析",
                  "url": "/sdoc/01-开发/LV03-主题入口分析.html",
                  "frontmatter": {
                    "title": "LV03-主题入口分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                      "useduuid": "23e4d75e5"
                    }
                  }
                },
                {
                  "title": "LV04-主题配置",
                  "url": "/sdoc/01-开发/LV04-主题配置.html",
                  "frontmatter": {
                    "title": "LV04-主题配置",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                      "useduuid": "20a98bc82"
                    }
                  }
                },
                {
                  "title": "LV05-DataLoader组件分析",
                  "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
                  "frontmatter": {
                    "title": "LV05-DataLoader组件分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17a044334074",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "044334074d22480189ca6526987551cd",
                      "useduuid": 9549884
                    }
                  }
                },
                {
                  "title": "LV06-SCSS变量未展开问题分析",
                  "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
                  "frontmatter": {
                    "title": "LV06-SCSS变量未展开问题分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                      "useduuid": "0c4407b67"
                    }
                  }
                },
                {
                  "title": "LV07-Vite插件",
                  "url": "/sdoc/01-开发/LV07-Vite插件.html",
                  "frontmatter": {
                    "title": "LV07-Vite插件",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                      "useduuid": "6daae8bc9"
                    }
                  }
                },
                {
                  "title": "LV08-Git提交规范与工具集成",
                  "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
                  "frontmatter": {
                    "title": "LV08-Git提交规范与工具集成",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                      "useduuid": "f604fb585"
                    }
                  }
                },
                {
                  "title": "LV09-standard-version",
                  "url": "/sdoc/01-开发/LV09-standard-version.html",
                  "frontmatter": {
                    "title": "LV09-standard-version",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e67e635686834c628f79459e7025af6d",
                      "useduuid": "e67e63568"
                    }
                  }
                },
                {
                  "title": "LV10-changesets",
                  "url": "/sdoc/01-开发/LV10-changesets.html",
                  "frontmatter": {
                    "title": "LV10-changesets",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "17fa41782581414ea91dda82301287f3",
                      "useduuid": "17fa41782"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "02-组件",
              "children": [
                {
                  "title": "01-公共组件",
                  "children": [
                    {
                      "title": "LV01-DataLoader数据加载",
                      "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
                      "frontmatter": {
                        "title": "LV01-DataLoader数据加载",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                          "useduuid": "865117e0f"
                        }
                      }
                    },
                    {
                      "title": "LV02-BackTop回到顶部",
                      "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
                      "frontmatter": {
                        "title": "LV02-BackTop回到顶部",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                          "useduuid": "83be37ae4"
                        }
                      }
                    },
                    {
                      "title": "LV03-TransitionCollapse折叠",
                      "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
                      "frontmatter": {
                        "title": "LV03-TransitionCollapse折叠",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                          "useduuid": "1798834a5"
                        }
                      }
                    },
                    {
                      "title": "LV04-InputSlide滑动输入",
                      "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
                      "frontmatter": {
                        "title": "LV04-InputSlide滑动输入",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "20106ce41106495bb53a523e78309e48",
                          "useduuid": "20106ce41"
                        }
                      }
                    },
                    {
                      "title": "LV05-Icon图标",
                      "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
                      "frontmatter": {
                        "title": "LV05-Icon图标",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                          "useduuid": "3c329bfd3"
                        }
                      }
                    },
                    {
                      "title": "LV06-Button按钮",
                      "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
                      "frontmatter": {
                        "title": "LV06-Button按钮",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                          "useduuid": "efe567dec"
                        }
                      }
                    },
                    {
                      "title": "LV07-Message消息提示",
                      "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
                      "frontmatter": {
                        "title": "LV07-Message消息提示",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                          "useduuid": "e66b38f5e"
                        }
                      }
                    },
                    {
                      "title": "LV08-Popover气泡卡片",
                      "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
                      "frontmatter": {
                        "title": "LV08-Popover气泡卡片",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                          "useduuid": "e0fe4e6df"
                        }
                      }
                    },
                    {
                      "title": "LV09-Segmented分段器",
                      "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
                      "frontmatter": {
                        "title": "LV09-Segmented分段器",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                          "useduuid": "58dabd0d0"
                        }
                      }
                    },
                    {
                      "title": "LV10-ArticlePage文章页",
                      "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
                      "frontmatter": {
                        "title": "LV10-ArticlePage文章页",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                          "useduuid": "3cb387208"
                        }
                      }
                    },
                    {
                      "title": "LV11-Breadcrumb面包屑",
                      "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
                      "frontmatter": {
                        "title": "LV11-Breadcrumb面包屑",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                          "useduuid": "e996735d3"
                        }
                      }
                    }
                  ],
                  "frontmatter": {}
                },
                {
                  "title": "02-主题组件",
                  "children": [
                    {
                      "title": "LV01-Democode组件",
                      "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
                      "frontmatter": {
                        "title": "LV01-Democode组件",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                          "useduuid": "7de3c8301"
                        }
                      }
                    },
                    {
                      "title": "LV02-ArticleBreadcrumb文章面包屑",
                      "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
                      "frontmatter": {
                        "title": "LV02-ArticleBreadcrumb文章面包屑",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                          "useduuid": 561194202
                        }
                      }
                    },
                    {
                      "title": "LV03-ArticleInfo文章信息",
                      "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
                      "frontmatter": {
                        "title": "LV03-ArticleInfo文章信息",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "7e55ccebb297438da73f37967e35f269",
                          "useduuid": "7e55ccebb"
                        }
                      }
                    }
                  ],
                  "frontmatter": {}
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "03-插件",
              "children": [
                {
                  "title": "LV01-file-content-loader",
                  "url": "/sdoc/03-插件/LV01-file-content-loader.html",
                  "frontmatter": {
                    "title": "LV01-file-content-loader",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                      "useduuid": "7a69ead28"
                    }
                  }
                },
                {
                  "title": "LV02-catalogue分析文档",
                  "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
                  "frontmatter": {
                    "title": "LV02-catalogue分析文档",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e426333939d884d864",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "9d884d86469948c69f4a29154796a126",
                      "useduuid": "9d884d864"
                    }
                  }
                },
                {
                  "title": "LV03-永久链接",
                  "url": "/sdoc/03-插件/LV03-永久链接.html",
                  "frontmatter": {
                    "title": "LV03-永久链接",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                      "useduuid": "014dbb281"
                    }
                  }
                },
                {
                  "title": "LV04-自动侧边栏",
                  "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
                  "frontmatter": {
                    "title": "LV04-自动侧边栏",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                      "useduuid": "951d659bd"
                    }
                  }
                },
                {
                  "title": "LV05-侧边栏的rewrite模式",
                  "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
                  "frontmatter": {
                    "title": "LV05-侧边栏的rewrite模式",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                      "useduuid": "74338378f"
                    }
                  }
                },
                {
                  "title": "LV06-目录页的rewrite模式",
                  "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
                  "frontmatter": {
                    "title": "LV06-目录页的rewrite模式",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                      "useduuid": "227af7b42"
                    }
                  }
                },
                {
                  "title": "LV10-img懒加载",
                  "url": "/sdoc/03-插件/LV10-img懒加载.html",
                  "frontmatter": {
                    "title": "LV10-img懒加载",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                      "useduuid": "b5fdc3312"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "04-使用",
              "children": [
                {
                  "title": "LV001-复制提示",
                  "url": "/sdoc/04-使用/LV001-复制提示.html",
                  "frontmatter": {
                    "title": "LV001-复制提示",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                      "useduuid": "1eec700e0"
                    }
                  }
                }
              ],
              "frontmatter": {}
            }
          ]
        }
      },
      "inv": {
        "sdoc/01-开发": {
          "url": "sdoc/01-开发/index.html",
          "filePath": "sdoc/01-开发/index",
          "catalogues": [
            {
              "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
              "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
              "frontmatter": {
                "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                  "useduuid": "de8cddce7"
                }
              }
            },
            {
              "title": "LV02-TS路径映射与包作用域",
              "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
              "frontmatter": {
                "title": "LV02-TS路径映射与包作用域",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                  "useduuid": "3305d82da"
                },
                "titleTag": "TS"
              }
            },
            {
              "title": "LV03-主题入口分析",
              "url": "/sdoc/01-开发/LV03-主题入口分析.html",
              "frontmatter": {
                "title": "LV03-主题入口分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                  "useduuid": "23e4d75e5"
                }
              }
            },
            {
              "title": "LV04-主题配置",
              "url": "/sdoc/01-开发/LV04-主题配置.html",
              "frontmatter": {
                "title": "LV04-主题配置",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                  "useduuid": "20a98bc82"
                }
              }
            },
            {
              "title": "LV05-DataLoader组件分析",
              "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
              "frontmatter": {
                "title": "LV05-DataLoader组件分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17a044334074",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "044334074d22480189ca6526987551cd",
                  "useduuid": 9549884
                }
              }
            },
            {
              "title": "LV06-SCSS变量未展开问题分析",
              "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
              "frontmatter": {
                "title": "LV06-SCSS变量未展开问题分析",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                  "useduuid": "0c4407b67"
                }
              }
            },
            {
              "title": "LV07-Vite插件",
              "url": "/sdoc/01-开发/LV07-Vite插件.html",
              "frontmatter": {
                "title": "LV07-Vite插件",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                  "useduuid": "6daae8bc9"
                }
              }
            },
            {
              "title": "LV08-Git提交规范与工具集成",
              "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
              "frontmatter": {
                "title": "LV08-Git提交规范与工具集成",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                  "useduuid": "f604fb585"
                }
              }
            },
            {
              "title": "LV09-standard-version",
              "url": "/sdoc/01-开发/LV09-standard-version.html",
              "frontmatter": {
                "title": "LV09-standard-version",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e67e635686834c628f79459e7025af6d",
                  "useduuid": "e67e63568"
                }
              }
            },
            {
              "title": "LV10-changesets",
              "url": "/sdoc/01-开发/LV10-changesets.html",
              "frontmatter": {
                "title": "LV10-changesets",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "17fa41782581414ea91dda82301287f3",
                  "useduuid": "17fa41782"
                }
              }
            }
          ]
        },
        "sdoc/02-组件/01-公共组件": {
          "url": "sdoc/02-组件/01-公共组件/index.html",
          "filePath": "sdoc/02-组件/01-公共组件/index",
          "catalogues": [
            {
              "title": "LV01-DataLoader数据加载",
              "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
              "frontmatter": {
                "title": "LV01-DataLoader数据加载",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                  "useduuid": "865117e0f"
                }
              }
            },
            {
              "title": "LV02-BackTop回到顶部",
              "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
              "frontmatter": {
                "title": "LV02-BackTop回到顶部",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                  "useduuid": "83be37ae4"
                }
              }
            },
            {
              "title": "LV03-TransitionCollapse折叠",
              "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
              "frontmatter": {
                "title": "LV03-TransitionCollapse折叠",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                  "useduuid": "1798834a5"
                }
              }
            },
            {
              "title": "LV04-InputSlide滑动输入",
              "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
              "frontmatter": {
                "title": "LV04-InputSlide滑动输入",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20106ce41106495bb53a523e78309e48",
                  "useduuid": "20106ce41"
                }
              }
            },
            {
              "title": "LV05-Icon图标",
              "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
              "frontmatter": {
                "title": "LV05-Icon图标",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                  "useduuid": "3c329bfd3"
                }
              }
            },
            {
              "title": "LV06-Button按钮",
              "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
              "frontmatter": {
                "title": "LV06-Button按钮",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                  "useduuid": "efe567dec"
                }
              }
            },
            {
              "title": "LV07-Message消息提示",
              "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
              "frontmatter": {
                "title": "LV07-Message消息提示",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                  "useduuid": "e66b38f5e"
                }
              }
            },
            {
              "title": "LV08-Popover气泡卡片",
              "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
              "frontmatter": {
                "title": "LV08-Popover气泡卡片",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                  "useduuid": "e0fe4e6df"
                }
              }
            },
            {
              "title": "LV09-Segmented分段器",
              "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
              "frontmatter": {
                "title": "LV09-Segmented分段器",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                  "useduuid": "58dabd0d0"
                }
              }
            },
            {
              "title": "LV10-ArticlePage文章页",
              "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
              "frontmatter": {
                "title": "LV10-ArticlePage文章页",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                  "useduuid": "3cb387208"
                }
              }
            },
            {
              "title": "LV11-Breadcrumb面包屑",
              "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
              "frontmatter": {
                "title": "LV11-Breadcrumb面包屑",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                  "useduuid": "e996735d3"
                }
              }
            }
          ]
        },
        "sdoc/02-组件/02-主题组件": {
          "url": "sdoc/02-组件/02-主题组件/index.html",
          "filePath": "sdoc/02-组件/02-主题组件/index",
          "catalogues": [
            {
              "title": "LV01-Democode组件",
              "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
              "frontmatter": {
                "title": "LV01-Democode组件",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                  "useduuid": "7de3c8301"
                }
              }
            },
            {
              "title": "LV02-ArticleBreadcrumb文章面包屑",
              "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
              "frontmatter": {
                "title": "LV02-ArticleBreadcrumb文章面包屑",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                  "useduuid": 561194202
                }
              }
            },
            {
              "title": "LV03-ArticleInfo文章信息",
              "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
              "frontmatter": {
                "title": "LV03-ArticleInfo文章信息",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7e55ccebb297438da73f37967e35f269",
                  "useduuid": "7e55ccebb"
                }
              }
            }
          ]
        },
        "sdoc/02-组件": {
          "url": "sdoc/02-组件/index.html",
          "filePath": "sdoc/02-组件/index",
          "catalogues": [
            {
              "title": "01-公共组件",
              "children": [
                {
                  "title": "LV01-DataLoader数据加载",
                  "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
                  "frontmatter": {
                    "title": "LV01-DataLoader数据加载",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                      "useduuid": "865117e0f"
                    }
                  }
                },
                {
                  "title": "LV02-BackTop回到顶部",
                  "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
                  "frontmatter": {
                    "title": "LV02-BackTop回到顶部",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                      "useduuid": "83be37ae4"
                    }
                  }
                },
                {
                  "title": "LV03-TransitionCollapse折叠",
                  "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
                  "frontmatter": {
                    "title": "LV03-TransitionCollapse折叠",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                      "useduuid": "1798834a5"
                    }
                  }
                },
                {
                  "title": "LV04-InputSlide滑动输入",
                  "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
                  "frontmatter": {
                    "title": "LV04-InputSlide滑动输入",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "20106ce41106495bb53a523e78309e48",
                      "useduuid": "20106ce41"
                    }
                  }
                },
                {
                  "title": "LV05-Icon图标",
                  "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
                  "frontmatter": {
                    "title": "LV05-Icon图标",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                      "useduuid": "3c329bfd3"
                    }
                  }
                },
                {
                  "title": "LV06-Button按钮",
                  "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
                  "frontmatter": {
                    "title": "LV06-Button按钮",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                      "useduuid": "efe567dec"
                    }
                  }
                },
                {
                  "title": "LV07-Message消息提示",
                  "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
                  "frontmatter": {
                    "title": "LV07-Message消息提示",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                      "useduuid": "e66b38f5e"
                    }
                  }
                },
                {
                  "title": "LV08-Popover气泡卡片",
                  "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
                  "frontmatter": {
                    "title": "LV08-Popover气泡卡片",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                      "useduuid": "e0fe4e6df"
                    }
                  }
                },
                {
                  "title": "LV09-Segmented分段器",
                  "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
                  "frontmatter": {
                    "title": "LV09-Segmented分段器",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                      "useduuid": "58dabd0d0"
                    }
                  }
                },
                {
                  "title": "LV10-ArticlePage文章页",
                  "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
                  "frontmatter": {
                    "title": "LV10-ArticlePage文章页",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                      "useduuid": "3cb387208"
                    }
                  }
                },
                {
                  "title": "LV11-Breadcrumb面包屑",
                  "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
                  "frontmatter": {
                    "title": "LV11-Breadcrumb面包屑",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                      "useduuid": "e996735d3"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "02-主题组件",
              "children": [
                {
                  "title": "LV01-Democode组件",
                  "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
                  "frontmatter": {
                    "title": "LV01-Democode组件",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                      "useduuid": "7de3c8301"
                    }
                  }
                },
                {
                  "title": "LV02-ArticleBreadcrumb文章面包屑",
                  "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
                  "frontmatter": {
                    "title": "LV02-ArticleBreadcrumb文章面包屑",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                      "useduuid": 561194202
                    }
                  }
                },
                {
                  "title": "LV03-ArticleInfo文章信息",
                  "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
                  "frontmatter": {
                    "title": "LV03-ArticleInfo文章信息",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7e55ccebb297438da73f37967e35f269",
                      "useduuid": "7e55ccebb"
                    }
                  }
                }
              ],
              "frontmatter": {}
            }
          ]
        },
        "sdoc/03-插件": {
          "url": "sdoc/03-插件/index.html",
          "filePath": "sdoc/03-插件/index",
          "catalogues": [
            {
              "title": "LV01-file-content-loader",
              "url": "/sdoc/03-插件/LV01-file-content-loader.html",
              "frontmatter": {
                "title": "LV01-file-content-loader",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                  "useduuid": "7a69ead28"
                }
              }
            },
            {
              "title": "LV02-catalogue分析文档",
              "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
              "frontmatter": {
                "title": "LV02-catalogue分析文档",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333939d884d864",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "9d884d86469948c69f4a29154796a126",
                  "useduuid": "9d884d864"
                }
              }
            },
            {
              "title": "LV03-永久链接",
              "url": "/sdoc/03-插件/LV03-永久链接.html",
              "frontmatter": {
                "title": "LV03-永久链接",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                  "useduuid": "014dbb281"
                }
              }
            },
            {
              "title": "LV04-自动侧边栏",
              "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
              "frontmatter": {
                "title": "LV04-自动侧边栏",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                  "useduuid": "951d659bd"
                }
              }
            },
            {
              "title": "LV05-侧边栏的rewrite模式",
              "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
              "frontmatter": {
                "title": "LV05-侧边栏的rewrite模式",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                  "useduuid": "74338378f"
                }
              }
            },
            {
              "title": "LV06-目录页的rewrite模式",
              "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
              "frontmatter": {
                "title": "LV06-目录页的rewrite模式",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                  "useduuid": "227af7b42"
                }
              }
            },
            {
              "title": "LV10-img懒加载",
              "url": "/sdoc/03-插件/LV10-img懒加载.html",
              "frontmatter": {
                "title": "LV10-img懒加载",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                  "useduuid": "b5fdc3312"
                }
              }
            }
          ]
        },
        "sdoc/04-使用": {
          "url": "sdoc/04-使用/index.html",
          "filePath": "sdoc/04-使用/index",
          "catalogues": [
            {
              "title": "LV001-复制提示",
              "url": "/sdoc/04-使用/LV001-复制提示.html",
              "frontmatter": {
                "title": "LV001-复制提示",
                "date": {},
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                  "useduuid": "1eec700e0"
                }
              }
            }
          ]
        },
        "sdoc": {
          "url": "sdoc/index.html",
          "filePath": "sdoc/index",
          "catalogues": [
            {
              "title": "01-开发",
              "children": [
                {
                  "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                  "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
                  "frontmatter": {
                    "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                      "useduuid": "de8cddce7"
                    }
                  }
                },
                {
                  "title": "LV02-TS路径映射与包作用域",
                  "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
                  "frontmatter": {
                    "title": "LV02-TS路径映射与包作用域",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                      "useduuid": "3305d82da"
                    },
                    "titleTag": "TS"
                  }
                },
                {
                  "title": "LV03-主题入口分析",
                  "url": "/sdoc/01-开发/LV03-主题入口分析.html",
                  "frontmatter": {
                    "title": "LV03-主题入口分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                      "useduuid": "23e4d75e5"
                    }
                  }
                },
                {
                  "title": "LV04-主题配置",
                  "url": "/sdoc/01-开发/LV04-主题配置.html",
                  "frontmatter": {
                    "title": "LV04-主题配置",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                      "useduuid": "20a98bc82"
                    }
                  }
                },
                {
                  "title": "LV05-DataLoader组件分析",
                  "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
                  "frontmatter": {
                    "title": "LV05-DataLoader组件分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd17a044334074",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "044334074d22480189ca6526987551cd",
                      "useduuid": 9549884
                    }
                  }
                },
                {
                  "title": "LV06-SCSS变量未展开问题分析",
                  "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
                  "frontmatter": {
                    "title": "LV06-SCSS变量未展开问题分析",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                      "useduuid": "0c4407b67"
                    }
                  }
                },
                {
                  "title": "LV07-Vite插件",
                  "url": "/sdoc/01-开发/LV07-Vite插件.html",
                  "frontmatter": {
                    "title": "LV07-Vite插件",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                      "useduuid": "6daae8bc9"
                    }
                  }
                },
                {
                  "title": "LV08-Git提交规范与工具集成",
                  "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
                  "frontmatter": {
                    "title": "LV08-Git提交规范与工具集成",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                      "useduuid": "f604fb585"
                    }
                  }
                },
                {
                  "title": "LV09-standard-version",
                  "url": "/sdoc/01-开发/LV09-standard-version.html",
                  "frontmatter": {
                    "title": "LV09-standard-version",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "e67e635686834c628f79459e7025af6d",
                      "useduuid": "e67e63568"
                    }
                  }
                },
                {
                  "title": "LV10-changesets",
                  "url": "/sdoc/01-开发/LV10-changesets.html",
                  "frontmatter": {
                    "title": "LV10-changesets",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "17fa41782581414ea91dda82301287f3",
                      "useduuid": "17fa41782"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "02-组件",
              "children": [
                {
                  "title": "01-公共组件",
                  "children": [
                    {
                      "title": "LV01-DataLoader数据加载",
                      "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
                      "frontmatter": {
                        "title": "LV01-DataLoader数据加载",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                          "useduuid": "865117e0f"
                        }
                      }
                    },
                    {
                      "title": "LV02-BackTop回到顶部",
                      "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
                      "frontmatter": {
                        "title": "LV02-BackTop回到顶部",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                          "useduuid": "83be37ae4"
                        }
                      }
                    },
                    {
                      "title": "LV03-TransitionCollapse折叠",
                      "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
                      "frontmatter": {
                        "title": "LV03-TransitionCollapse折叠",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                          "useduuid": "1798834a5"
                        }
                      }
                    },
                    {
                      "title": "LV04-InputSlide滑动输入",
                      "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
                      "frontmatter": {
                        "title": "LV04-InputSlide滑动输入",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "20106ce41106495bb53a523e78309e48",
                          "useduuid": "20106ce41"
                        }
                      }
                    },
                    {
                      "title": "LV05-Icon图标",
                      "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
                      "frontmatter": {
                        "title": "LV05-Icon图标",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                          "useduuid": "3c329bfd3"
                        }
                      }
                    },
                    {
                      "title": "LV06-Button按钮",
                      "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
                      "frontmatter": {
                        "title": "LV06-Button按钮",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                          "useduuid": "efe567dec"
                        }
                      }
                    },
                    {
                      "title": "LV07-Message消息提示",
                      "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
                      "frontmatter": {
                        "title": "LV07-Message消息提示",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                          "useduuid": "e66b38f5e"
                        }
                      }
                    },
                    {
                      "title": "LV08-Popover气泡卡片",
                      "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
                      "frontmatter": {
                        "title": "LV08-Popover气泡卡片",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                          "useduuid": "e0fe4e6df"
                        }
                      }
                    },
                    {
                      "title": "LV09-Segmented分段器",
                      "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
                      "frontmatter": {
                        "title": "LV09-Segmented分段器",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                          "useduuid": "58dabd0d0"
                        }
                      }
                    },
                    {
                      "title": "LV10-ArticlePage文章页",
                      "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
                      "frontmatter": {
                        "title": "LV10-ArticlePage文章页",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                          "useduuid": "3cb387208"
                        }
                      }
                    },
                    {
                      "title": "LV11-Breadcrumb面包屑",
                      "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
                      "frontmatter": {
                        "title": "LV11-Breadcrumb面包屑",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                          "useduuid": "e996735d3"
                        }
                      }
                    }
                  ],
                  "frontmatter": {}
                },
                {
                  "title": "02-主题组件",
                  "children": [
                    {
                      "title": "LV01-Democode组件",
                      "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
                      "frontmatter": {
                        "title": "LV01-Democode组件",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                          "useduuid": "7de3c8301"
                        }
                      }
                    },
                    {
                      "title": "LV02-ArticleBreadcrumb文章面包屑",
                      "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
                      "frontmatter": {
                        "title": "LV02-ArticleBreadcrumb文章面包屑",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                          "useduuid": 561194202
                        }
                      }
                    },
                    {
                      "title": "LV03-ArticleInfo文章信息",
                      "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
                      "frontmatter": {
                        "title": "LV03-ArticleInfo文章信息",
                        "date": {},
                        "icon": "famicons:logo-markdown",
                        "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                        "index": true,
                        "tags": null,
                        "categories": null,
                        "copyright": false,
                        "keywords": null,
                        "cover": null,
                        "comments": null,
                        "mathjax": null,
                        "top": null,
                        "description": null,
                        "tdoc": {
                          "detailDate": {},
                          "fulluuid": "7e55ccebb297438da73f37967e35f269",
                          "useduuid": "7e55ccebb"
                        }
                      }
                    }
                  ],
                  "frontmatter": {}
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "03-插件",
              "children": [
                {
                  "title": "LV01-file-content-loader",
                  "url": "/sdoc/03-插件/LV01-file-content-loader.html",
                  "frontmatter": {
                    "title": "LV01-file-content-loader",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                      "useduuid": "7a69ead28"
                    }
                  }
                },
                {
                  "title": "LV02-catalogue分析文档",
                  "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
                  "frontmatter": {
                    "title": "LV02-catalogue分析文档",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e426333939d884d864",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "9d884d86469948c69f4a29154796a126",
                      "useduuid": "9d884d864"
                    }
                  }
                },
                {
                  "title": "LV03-永久链接",
                  "url": "/sdoc/03-插件/LV03-永久链接.html",
                  "frontmatter": {
                    "title": "LV03-永久链接",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                      "useduuid": "014dbb281"
                    }
                  }
                },
                {
                  "title": "LV04-自动侧边栏",
                  "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
                  "frontmatter": {
                    "title": "LV04-自动侧边栏",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                      "useduuid": "951d659bd"
                    }
                  }
                },
                {
                  "title": "LV05-侧边栏的rewrite模式",
                  "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
                  "frontmatter": {
                    "title": "LV05-侧边栏的rewrite模式",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                      "useduuid": "74338378f"
                    }
                  }
                },
                {
                  "title": "LV06-目录页的rewrite模式",
                  "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
                  "frontmatter": {
                    "title": "LV06-目录页的rewrite模式",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                      "useduuid": "227af7b42"
                    }
                  }
                },
                {
                  "title": "LV10-img懒加载",
                  "url": "/sdoc/03-插件/LV10-img懒加载.html",
                  "frontmatter": {
                    "title": "LV10-img懒加载",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                      "useduuid": "b5fdc3312"
                    }
                  }
                }
              ],
              "frontmatter": {}
            },
            {
              "title": "04-使用",
              "children": [
                {
                  "title": "LV001-复制提示",
                  "url": "/sdoc/04-使用/LV001-复制提示.html",
                  "frontmatter": {
                    "title": "LV001-复制提示",
                    "date": {},
                    "icon": "famicons:logo-markdown",
                    "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
                    "index": true,
                    "tags": null,
                    "categories": null,
                    "copyright": false,
                    "keywords": null,
                    "cover": null,
                    "comments": null,
                    "mathjax": null,
                    "top": null,
                    "description": null,
                    "tdoc": {
                      "detailDate": {},
                      "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                      "useduuid": "1eec700e0"
                    }
                  }
                }
              ],
              "frontmatter": {}
            }
          ]
        }
      }
    },
    "posts": {
      "allPosts": [
        {
          "url": "/@pages/Navigation.html",
          "relativePath": "/@pages/Navigation.html",
          "frontmatter": {
            "title": "我的导航",
            "Navigation": true,
            "permalink": "/Navigation",
            "layout": "page",
            "article": false,
            "sidebar": false,
            "navigationData": [
              {
                "title": "常用工具",
                "items": [
                  {
                    "icon": "https://www.ico51.cn/images/logo.png",
                    "title": "在线制作ico透明图标",
                    "badge": {
                      "text": "ico",
                      "type": "info"
                    },
                    "desc": "ico透明图标",
                    "link": "https://www.ico51.cn/"
                  },
                  {
                    "icon": "/icons/stylus.svg",
                    "title": "stylus-css",
                    "badge": {
                      "text": "stylus",
                      "type": "tip"
                    },
                    "desc": "stylus-to-css",
                    "link": "https://verytoolz.com/stylus-css.html"
                  },
                  {
                    "icon": "https://www.lddgo.net/img/icon-1732875babb6f45ec2e61eaf37a1c0f0.png",
                    "title": "YAML-JSON 转换",
                    "badge": {
                      "text": "yaml",
                      "type": "warning"
                    },
                    "desc": "yaml-to-json",
                    "link": "https://www.lddgo.net/convert/yaml-to-json"
                  },
                  {
                    "icon": "https://tool.lu/favicon.ico",
                    "title": "在线工具",
                    "badge": {
                      "text": "tool",
                      "type": "danger"
                    },
                    "desc": "开发人员的工具箱",
                    "link": "https://tool.lu"
                  },
                  {
                    "icon": "/icons/SVG-file.svg",
                    "title": "svg",
                    "badge": {
                      "text": "tool",
                      "type": "danger"
                    },
                    "desc": "一个在线svg编辑器",
                    "link": "https://www.tuyitu.com/svg/"
                  }
                ]
              },
              {
                "title": "AI 导航",
                "items": [
                  {
                    "icon": "\thttps://ts4.tc.mm.bing.net/th/id/ODF.YxK1MUJaRoBfBG4UGNrXAA?w=32&h=32&qlt=90&pcl=fffffa&o=6&pid=1.2",
                    "title": "Deepseek",
                    "link": "https://chat.deepseek.com/"
                  },
                  {
                    "icon": "https://ts3.tc.mm.bing.net/th/id/ODF.T0iTu20w8jwu9conMCwNGw?w=32&h=32&qlt=90&pcl=fffffc&o=6&pid=1.2",
                    "title": "百度AI",
                    "link": "https://chat.baidu.com/search?isShowHello=1&extParams=%7B%22enter_type%22%3A%22plugin%22%7D"
                  }
                ]
              },
              {
                "title": "苏木的site",
                "items": [
                  {
                    "icon": "/images/favicon_sumu32x32.ico",
                    "title": "苏木",
                    "desc": "苏木",
                    "link": "https://sumumm.github.io/"
                  },
                  {
                    "icon": "/images/favicon_sumu32x32.ico",
                    "title": "苏木",
                    "desc": "site-hexo",
                    "link": "https://docs-site.github.io/site-hexo/"
                  },
                  {
                    "icon": "/icons/sumu-icon.svg",
                    "title": "苏木",
                    "desc": "site-vitepress",
                    "link": "https://docs-site.github.io/site-vitepress/"
                  },
                  {
                    "icon": "/icons/vscode-document.svg",
                    "title": "vscode",
                    "desc": "vscode",
                    "link": "https://docs-site.github.io/site-docsify/#/"
                  }
                ]
              },
              {
                "title": "site生成",
                "items": [
                  {
                    "icon": "https://vitejs.cn/vitepress/vitepress-logo-mini.svg",
                    "title": "VitePress",
                    "desc": "由 Vite 和 Vue 驱动的静态站点生成器",
                    "link": "https://vitejs.cn/vitepress/"
                  },
                  {
                    "icon": "https://vuepress.vuejs.org/images/hero.png",
                    "title": "VuePress",
                    "desc": "Vue 驱动的静态网站生成器",
                    "link": "https://vuepress.vuejs.org/zh/"
                  },
                  {
                    "icon": "https://docsify.js.org/_media/icon.svg",
                    "title": "docsify",
                    "desc": "一个神奇的文档网站生成器。",
                    "link": "https://docsify.js.org/#/"
                  },
                  {
                    "icon": "https://hexo.io/logo.svg",
                    "title": "Hexo",
                    "desc": "快速、简洁且高效的博客框架",
                    "link": "https://hexo.io/zh-cn/"
                  }
                ]
              },
              {
                "title": "site参考",
                "items": [
                  {
                    "icon": "https://vitepress.yiov.top/logo.png",
                    "title": "vitepress-doc",
                    "desc": "Yiov/vitepress-doc",
                    "link": "https://vitepress.yiov.top/"
                  },
                  {
                    "icon": "https://i.theojs.cn/logo/lumen-logo-mini.svg",
                    "title": "s-theo/lumen",
                    "desc": "专为 VitePress 打造的主题美化与 Vue 扩展组件库",
                    "link": "https://lumen.theojs.cn/"
                  },
                  {
                    "icon": "https://vp.teek.top/teek-logo-mini.svg",
                    "title": "Kele-Bingtang/vitepress-theme-teek",
                    "desc": "一个轻量、简洁高效、灵活配置、易于扩展的 VitePress 主题",
                    "link": "https://vp.teek.top/"
                  }
                ]
              },
              {
                "title": "前端基础",
                "items": [
                  {
                    "icon": "/icons/javascript.svg",
                    "title": "JavaScript",
                    "desc": "现代 JavaScript 教程",
                    "link": "https://zh.javascript.info/"
                  },
                  {
                    "icon": "/icons/typescript.svg",
                    "title": "Typescript",
                    "desc": "具有类型语法的 JavaScript",
                    "link": "https://ts.nodejs.cn/docs/"
                  },
                  {
                    "icon": "/icons/typescript.svg",
                    "title": "Typescript",
                    "desc": "TypeScript 入门教程",
                    "link": "https://ts.xcatliu.com/"
                  },
                  {
                    "icon": "/icons/typescript.svg",
                    "title": "Typescript",
                    "desc": "深入理解 TypeScript",
                    "link": "https://jkchao.github.io/typescript-book-chinese/"
                  },
                  {
                    "icon": "/icons/typescript.svg",
                    "title": "Typescript",
                    "desc": "TypeScript使用指南",
                    "link": "https://typescript.uihtm.com/"
                  }
                ]
              },
              {
                "title": "React 生态",
                "items": [
                  {
                    "icon": "https://zh-hans.reactjs.org/favicon.ico",
                    "title": "React",
                    "desc": "用于构建用户界面的 JavaScript 库",
                    "link": "https://zh-hans.reactjs.org"
                  },
                  {
                    "icon": "https://reactrouter.com/favicon-light.png",
                    "title": "React Router",
                    "desc": "React 的声明式路由",
                    "link": "https://reactrouter.com"
                  },
                  {
                    "icon": "https://nextjs.org/static/favicon/safari-pinned-tab.svg",
                    "title": "Next.js",
                    "desc": "一个用于 Web 的 React 框架",
                    "link": "https://nextjs.org"
                  },
                  {
                    "icon": "https://img.alicdn.com/tfs/TB1YHEpwUT1gK0jSZFhXXaAtVXa-28-27.svg",
                    "title": "UmiJS",
                    "desc": "插件化的企业级前端应用框架",
                    "link": "https://umijs.org"
                  },
                  {
                    "icon": "https://gw.alipayobjects.com/zos/rmsportal/rlpTLlbMzTNYuZGGCVYM.png",
                    "title": "Ant Design",
                    "desc": "一套企业级 UI 设计语言和 React 组件库",
                    "link": "https://ant.design"
                  },
                  {
                    "icon": "https://gw.alipayobjects.com/zos/bmw-prod/69a27fcc-ce52-4f27-83f1-c44541e9b65d.svg",
                    "title": "Ant Design Mobile",
                    "desc": "构建移动 WEB 应用程序的 React 组件库",
                    "link": "https://mobile.ant.design"
                  },
                  {
                    "icon": "https://docs.pmnd.rs/apple-touch-icon.png",
                    "title": "Zustand",
                    "desc": "一个小型、快速、可扩展的 React 状态管理解决方案",
                    "link": "https://docs.pmnd.rs/zustand/getting-started/introduction"
                  },
                  {
                    "icon": "https://valtio.pmnd.rs/favicon.ico",
                    "title": "Valtio",
                    "desc": "makes proxy-state simple for React and Vanilla",
                    "link": "https://valtio.pmnd.rs"
                  },
                  {
                    "icon": "https://jotai.org/favicon.svg",
                    "title": "Jotai",
                    "desc": "primitive and flexible state management for React",
                    "link": "https://jotai.org"
                  },
                  {
                    "icon": "https://cn.redux.js.org/img/redux.svg",
                    "title": "Redux",
                    "desc": "JavaScript 应用的状态容器,提供可预测的状态管理",
                    "link": "https://cn.redux.js.org"
                  },
                  {
                    "icon": "https://zh.mobx.js.org/assets/mobx.png",
                    "title": "MobX",
                    "desc": "一个小型、快速、可扩展的 React 状态管理解决方案",
                    "link": "https://zh.mobx.js.org"
                  },
                  {
                    "icon": "https://ahooks.js.org/simple-logo.svg",
                    "title": "ahooks",
                    "desc": "一套高质量可靠的 React Hooks 库",
                    "link": "https://ahooks.js.org/zh-CN"
                  }
                ]
              },
              {
                "title": "Vue 生态",
                "items": [
                  {
                    "icon": "https://cn.vuejs.org/logo.svg",
                    "title": "Vue 3",
                    "desc": "渐进式 JavaScript 框架",
                    "link": "https://cn.vuejs.org"
                  },
                  {
                    "icon": "https://cn.vuejs.org/logo.svg",
                    "title": "Vue 2",
                    "desc": "渐进式 JavaScript 框架",
                    "link": "https://v2.cn.vuejs.org"
                  },
                  {
                    "icon": "https://cn.vuejs.org/logo.svg",
                    "title": "Vue Router",
                    "desc": "Vue.js 的官方路由\n为 Vue.js 提供富有表现力、可配置的、方便的路由",
                    "link": "https://router.vuejs.org/zh"
                  },
                  {
                    "icon": "https://pinia.vuejs.org/logo.svg",
                    "title": "Pinia",
                    "desc": "符合直觉的 Vue.js 状态管理库",
                    "link": "https://pinia.vuejs.org/zh"
                  },
                  {
                    "icon": "https://nuxt.com/icon.png",
                    "title": "Nuxt.js",
                    "desc": "一个基于 Vue.js 的通用应用框架",
                    "link": "https://nuxt.com"
                  },
                  {
                    "icon": "https://vueuse.org/favicon.svg",
                    "title": "VueUse",
                    "desc": "Vue Composition API 的常用工具集",
                    "link": "https://vueuse.org"
                  },
                  {
                    "icon": "https://element-plus.org/images/element-plus-logo-small.svg",
                    "title": "Element Plus",
                    "desc": "基于 Vue 3,面向设计师和开发者的组件库",
                    "link": "https://element-plus.org"
                  },
                  {
                    "icon": "https://www.antdv.com/assets/logo.1ef800a8.svg",
                    "title": "Ant Design Vue",
                    "desc": "Ant Design 的 Vue 实现,开发和服务于企业级后台产品",
                    "link": "https://antdv.com"
                  },
                  {
                    "icon": "https://fastly.jsdelivr.net/npm/@vant/assets/logo.png",
                    "title": "Vant",
                    "desc": "轻量、可定制的移动端 Vue 组件库",
                    "link": "https://vant-ui.github.io/vant"
                  },
                  {
                    "icon": "https://webapp.didistatic.com/static/webapp/shield/Cube-UI_logo.ico",
                    "title": "Cube UI",
                    "desc": "基于 Vue.js 实现的精致移动端组件库",
                    "link": "https://didi.github.io/cube-ui"
                  },
                  {
                    "icon": "https://img14.360buyimg.com/imagetools/jfs/t1/167902/2/8762/791358/603742d7E9b4275e3/e09d8f9a8bf4c0ef.png",
                    "title": "NutUI",
                    "desc": "京东风格的轻量级移动端组件库",
                    "link": "https://nutui.jd.com"
                  }
                ]
              },
              {
                "title": "CSS 相关",
                "items": [
                  {
                    "icon": "https://postcss.org/assets/logo-3e39b0aa.svg",
                    "title": "PostCSS",
                    "desc": "一个用 JavaScript 转换 CSS 的工具",
                    "link": "https://postcss.org"
                  },
                  {
                    "icon": "https://sass-lang.com/assets/img/logos/logo-b6e1ef6e.svg",
                    "title": "Sass",
                    "desc": "一个成熟,稳定,功能强大的专业级 CSS 扩展语言",
                    "link": "https://sass-lang.com"
                  },
                  {
                    "icon": "https://www.tailwindcss.cn/apple-touch-icon.png",
                    "title": "TailwindCSS 中文网",
                    "desc": "一个功能类优先的 CSS 框架",
                    "link": "https://www.tailwindcss.cn"
                  }
                ]
              },
              {
                "title": "Node 相关",
                "items": [
                  {
                    "icon": "https://avatars.githubusercontent.com/u/9950313?s=48&v=4",
                    "title": "Node.js",
                    "desc": "Node.js 是一个基于 Chrome V8 引擎的 JavaScript 运行环境",
                    "link": "https://nodejs.org/zh-cn"
                  },
                  {
                    "icon": "https://expressjs.com/images/favicon.png",
                    "title": "Express",
                    "desc": "基于 Node.js 平台,快速、开放、极简的 Web 开发框架",
                    "link": "https://expressjs.com"
                  },
                  {
                    "icon": "/icons/koa.svg",
                    "title": "Koa",
                    "desc": "基于 Node.js 平台的下一代 web 开发框架",
                    "link": "https://koajs.com"
                  },
                  {
                    "icon": "https://www.eggjs.org/favicon.png",
                    "title": "Egg",
                    "desc": "为企业级框架和应用而生",
                    "link": "https://www.eggjs.org/zh-CN"
                  },
                  {
                    "icon": "https://d33wubrfki0l68.cloudfront.net/e937e774cbbe23635999615ad5d7732decad182a/26072/logo-small.ede75a6b.svg",
                    "title": "Nest.js 中文文档",
                    "desc": "用于构建高效且可伸缩的服务端应用程序的渐进式 Node.js 框架",
                    "link": "https://docs.nestjs.cn"
                  }
                ]
              },
              {
                "title": "可视化",
                "items": [
                  {
                    "icon": "https://echarts.apache.org/zh/images/favicon.png",
                    "title": "ECharts",
                    "desc": "一个基于 JavaScript 的开源可视化图表库",
                    "link": "https://echarts.apache.org/zh/index.html"
                  },
                  {
                    "icon": "https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*A-lcQbVTpjwAAAAAAAAAAAAADmJ7AQ/original",
                    "title": "AntV",
                    "desc": "蚂蚁集团全新一代数据可视化解决方案,致力于提供一套简单方便、专业可靠、无限可能的数据可视化最佳实践。",
                    "link": "https://antv.vision/zh/"
                  },
                  {
                    "icon": "https://d3js.org/logo.svg",
                    "title": "D3.js",
                    "desc": "一个遵循 Web 标准用于可视化数据的 JavaScript 库",
                    "link": "https://d3js.org"
                  },
                  {
                    "icon": "https://www.chartjs.org/favicon.ico",
                    "title": "Chart.js",
                    "desc": "一个简单而灵活的 JavaScript 图表库",
                    "link": "https://www.chartjs.org"
                  },
                  {
                    "icon": "https://threejs.org/files/favicon.ico",
                    "title": "Three.js",
                    "desc": "JavaScript 3d 库",
                    "link": "https://threejs.org"
                  }
                ]
              },
              {
                "title": "编译&构建&打包",
                "items": [
                  {
                    "icon": "https://www.webpackjs.com/icon_180x180.png",
                    "title": "Webpack 中文网",
                    "desc": "一个用于现代 JavaScript 应用程序的静态模块打包工具",
                    "link": "https://www.webpackjs.com"
                  },
                  {
                    "icon": "https://cn.vitejs.dev/logo.svg",
                    "title": "Vite 中文文档",
                    "desc": "下一代前端工具链",
                    "link": "https://cn.vitejs.dev"
                  },
                  {
                    "icon": "https://www.rollupjs.com/img/favicon.png",
                    "title": "Rollup",
                    "desc": "Rollup 是一个 JavaScript 模块打包器",
                    "link": "https://www.rollupjs.com"
                  },
                  {
                    "icon": "https://turbo.build/images/favicon-dark/apple-touch-icon.png",
                    "title": "Turbo",
                    "desc": "Turbo is an incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust",
                    "link": "https://turbo.build"
                  },
                  {
                    "icon": "https://www.babeljs.cn/img/favicon.png",
                    "title": "Babel",
                    "desc": "Babel 是一个 JavaScript 编译器",
                    "link": "https://www.babeljs.cn"
                  },
                  {
                    "icon": "https://esbuild.github.io/favicon.svg",
                    "title": "esbuild",
                    "desc": "An extremely fast bundler for the web",
                    "link": "https://esbuild.github.io"
                  },
                  {
                    "icon": "https://swc.rs/favicon/apple-touch-icon.png",
                    "title": "SWC",
                    "desc": "Rust-based platform for the Web",
                    "link": "https://swc.rs"
                  },
                  {
                    "icon": "/icons/unbuild.svg",
                    "title": "unbuild",
                    "desc": "📦 A unified JavaScript build system",
                    "link": "https://github.com/unjs/unbuild"
                  }
                ]
              },
              {
                "title": "站点生成器",
                "items": [
                  {
                    "icon": "https://astro.build/favicon.svg",
                    "title": "Astro",
                    "desc": "一个现代化的轻量级静态站点生成器",
                    "link": "https://astro.build"
                  },
                  {
                    "icon": "https://cn.vuejs.org/logo.svg",
                    "title": "VitePress",
                    "desc": "由 Vite 和 Vue 驱动的静态网站生成器",
                    "link": "https://vitepress.dev"
                  },
                  {
                    "icon": "https://cn.vuejs.org/logo.svg",
                    "title": "VuePress",
                    "desc": "Vue 驱动的静态网站生成器",
                    "link": "https://vuepress.vuejs.org/zh"
                  },
                  {
                    "icon": "https://gw.alipayobjects.com/zos/bmw-prod/d3e3eb39-1cd7-4aa5-827c-877deced6b7e/lalxt4g3_w256_h256.png",
                    "title": "dumi",
                    "desc": "基于 Umi 为组件研发而生的静态站点框架",
                    "link": "https://d.umijs.org"
                  },
                  {
                    "icon": "https://docusaurus.io/zh-CN/img/docusaurus.ico",
                    "title": "Docusaurus",
                    "desc": "基于 React 的静态网站生成器",
                    "link": "https://docusaurus.io/zh-CN"
                  }
                ]
              },
              {
                "title": "图标库",
                "items": [
                  {
                    "icon": "https://img.alicdn.com/imgextra/i4/O1CN01Z5paLz1O0zuCC7osS_!!6000000001644-55-tps-83-82.svg",
                    "title": "iconfont",
                    "desc": "国内功能很强大且图标内容很丰富的矢量图标库,提供矢量图标下载、在线存储、格式转换等功能",
                    "link": "https://www.iconfont.cn"
                  },
                  {
                    "icon": "https://lf1-cdn2-tos.bytegoofy.com/bydesign/iconparksite/logo.svg",
                    "title": "IconPark 图标库",
                    "desc": "IconPark图标库是一个通过技术驱动矢量图标样式的开源图标库,可以实现根据单一 SVG 源文件变换出多种主题, 具备丰富的分类、更轻量的代码和更灵活的使用场景;致力于构建高质量、统一化、可定义的图标资源,让大多数人都能够选择适合自己的风格图标",
                    "link": "https://iconpark.oceanengine.com/official"
                  },
                  {
                    "icon": "https://emoji.muan.co/appicon.png",
                    "title": "Emoji searcher",
                    "desc": "Emoji 表情大全",
                    "link": ""
                  }
                ]
              },
              {
                "title": "社区",
                "items": [
                  {
                    "title": "Github",
                    "icon": {
                      "svg": "<svg role=\"img\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\"><title>GitHub</title><path d=\"M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12\"/></svg>"
                    },
                    "desc": "一个面向开源及私有软件项目的托管平台",
                    "link": "https://github.com"
                  },
                  {
                    "icon": "https://cdn.sstatic.net/Sites/stackoverflow/Img/apple-touch-icon.png",
                    "title": "Stack Overflow",
                    "desc": "全球最大的技术问答网站",
                    "link": "https://stackoverflow.com"
                  },
                  {
                    "title": "稀土掘金",
                    "icon": "https://lf3-cdn-tos.bytescm.com/obj/static/xitu_juejin_web//static/favicons/apple-touch-icon.png",
                    "desc": "面向全球中文开发者的技术内容分享与交流平台",
                    "link": "https://juejin.cn"
                  },
                  {
                    "title": "V2EX",
                    "icon": "https://www.v2ex.com/static/icon-192.png",
                    "desc": "一个关于分享和探索的地方",
                    "link": "https://www.v2ex.com"
                  },
                  {
                    "title": "SegmentFault 思否",
                    "icon": "https://static.segmentfault.com/main_site_next/0dc4bace/touch-icon.png",
                    "desc": "技术问答开发者社区",
                    "link": "https://segmentfault.com"
                  },
                  {
                    "title": "博客园",
                    "icon": "/icons/cnblogs.svg",
                    "desc": "博客园是一个面向开发者的知识分享社区",
                    "link": "https://www.cnblogs.com"
                  },
                  {
                    "title": "知乎",
                    "icon": "https://static.zhihu.com/heifetz/assets/apple-touch-icon-60.362a8eac.png",
                    "desc": "中文互联网高质量的问答社区和创作者聚集的原创内容平台",
                    "link": "https://juejin.cn"
                  }
                ]
              }
            ]
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "我的导航",
          "date": "2025-10-15 13:39:05",
          "capture": "欢迎访问网站导航页面!\n\n_导航页面功能已启用_"
        },
        {
          "url": "/@pages/archivesPage.html",
          "relativePath": "/@pages/archivesPage.html",
          "frontmatter": {
            "title": "归档",
            "permalink": "/archives",
            "archivesPage": true,
            "layout": "page",
            "article": false,
            "sidebar": false
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "归档",
          "date": "2025-10-15 13:39:05",
          "capture": ""
        },
        {
          "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "relativePath": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "frontmatter": {
            "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
              "useduuid": "de8cddce7"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、工作区\n\npnpm 内置了对单一存储库(也称为多包存储库、多项目存储库或整体存储库)的支持。你可以创建一个工作区来将多个项目联合到一个存储库中。\n&gt; 工作区的根目录中必须有一个 `pnpm-workspace.yaml` 文件。\n 1. 工作区协议\n如果 linkWorkspacePackages 设置为 `true`,如果可用包与声明的范围匹配,pnpm 将从工作区链接包。例如,如果 `bar` 在其依赖中有 `\"foo\": \"^1.0.0\"` 并且 `foo@1.0.0` 在工作区中,则 `foo@1.0.0` 链接到 `bar`。但是,如果 `bar` 在依赖中有 `\"foo\""
        },
        {
          "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "relativePath": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "frontmatter": {
            "title": "LV02-TS路径映射与包作用域",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3305d82dab814efb882a6fcaabb90051",
              "useduuid": "3305d82da"
            },
            "titleTag": "TS"
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-TS路径映射与包作用域",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、Typescript路径映射\nTypescript 路径映射(Path Mapping)是一种允许开发者在导入模块时使用自定义路径别名而不是相对路径的功能。这使得代码更加清晰、易于维护,并且在重构项目结构时更加方便。\n 1. 基本概念\n路径映射通过在 `tsconfig.json` 文件中配置 `paths` 和 `baseUrl` 来实现。`baseUrl` 指定了非相对路径模块的基础目录,`paths` 则定义了路径别名与实际路径之间的映射关系。\n路径映射的核心价值在于解决深层嵌套目录结构中的导入问题。当项目变得复杂时,相对路径可能会变成类似 `../../../../utils/he"
        },
        {
          "url": "/sdoc/01-开发/LV03-主题入口分析.html",
          "relativePath": "/sdoc/01-开发/LV03-主题入口分析.html",
          "frontmatter": {
            "title": "LV03-主题入口分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "23e4d75e56e041f692beffd2f289b351",
              "useduuid": "23e4d75e5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-主题入口分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、开发指南\n主题的主入口文件为`packages/mist/index.ts`,这里的index.ts将会在vitepress站点的`.vitepress/theme/index.ts`中导入和调用。\n 二、Workspace 机制详解\n 1. 项目配置分析\n 1.1 pnpm-workspace.yaml\n```yaml\n pnpm-workspace.yaml\npackages:\n  - docs\n  - packages/*\n```\n这个配置定义了 Workspace 的范围,包含了 `packages` 目录下的所有子目录。\n 1.2 packages/mist/package.js"
        },
        {
          "url": "/sdoc/01-开发/LV04-主题配置.html",
          "relativePath": "/sdoc/01-开发/LV04-主题配置.html",
          "frontmatter": {
            "title": "LV04-主题配置",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
              "useduuid": "20a98bc82"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-主题配置",
          "date": "2025-09-03 19:30:53",
          "excerpt": "<p>vitepress的配置合并。</p>\n",
          "capture": "vitepress的配置合并。\n 一、概述\n当建立一个vitepress站点后,得到的默认配置文件如下:\n```typescript\nimport { defineConfig } from 'vitepress'\n// https://vitepress.dev/reference/site-config\nexport default defineConfig({\n  title: \"mist docs\",\n  description: \"vitepress-theme-mist docs\",\n  themeConfig: {\n    // https://vitepress.dev/ref"
        },
        {
          "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "relativePath": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "frontmatter": {
            "title": "LV05-DataLoader组件分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17a044334074",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "044334074d22480189ca6526987551cd",
              "useduuid": 9549884
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-DataLoader组件分析",
          "date": "2025-09-03 19:30:53",
          "capture": "DataLoader 组件导入过程分析\n本文档详细分析了 DataLoader 组件在项目中的目录结构、各文件作用以及从组件实现到最终在 `@docs-site/vitepress-theme-mist` 主题中注册的完整导入链路。\n 1. 目录结构分析\n 1.1 目录结构\n```bash\n📁 DataLoader/\n├── 📄 index.ts                    组件主入口文件\n├── 📁 src/\n│   ├── 📄 DataLoader.vue          组件实现文件\n│   ├── 📄 DataLoader.ts           类型定义文件\n"
        },
        {
          "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "relativePath": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "frontmatter": {
            "title": "LV06-SCSS变量未展开问题分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
              "useduuid": "0c4407b67"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-SCSS变量未展开问题分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、问题描述\n在 `packages\\theme-chalk\\src\\var\\theme-color.scss` 文件中,第46-51行的代码:\n```scss\nhtml[theme-color=\"ep-blue\"] {\n  --vp-c-brand-1: {getCssVar(\"el-color-primary\")};\n  --vp-c-brand-2: {getCssVar(\"el-color-primary-light-3\")};\n  --vp-c-brand-3: {getCssVar(\"el-color-primary-light-5\")};\n  --vp-c-brand-soft:"
        },
        {
          "url": "/sdoc/01-开发/LV07-Vite插件.html",
          "relativePath": "/sdoc/01-开发/LV07-Vite插件.html",
          "frontmatter": {
            "title": "LV07-Vite插件",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
              "useduuid": "6daae8bc9"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Vite插件",
          "date": "2025-09-03 19:30:53",
          "capture": "VitePress 处于 Vite 环境下,因此天然支持 Vite 插件。\n 一、Vite 插件基础模板\n首先介绍 Vite 插件的基础模板:\n```ts\nimport type { Plugin } from \"vite\";\ninterface Options {\n  // ...\n}\nexport default function VitePluginVitePressTemplate(option: Options = {}): Plugin {\n  return {\n    name: \"vite-plugin-vitepress-template\",\n    // ...\n  };\n"
        },
        {
          "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "relativePath": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "frontmatter": {
            "title": "LV08-Git提交规范与工具集成",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
              "useduuid": "f604fb585"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Git提交规范与工具集成",
          "date": "2025-09-03 19:30:53",
          "capture": "在现代前端开发中,规范化的 Git 提交信息对于项目维护和版本管理至关重要。本文将详细介绍 husky、cz-git 和 @commitlint/cli 三个工具的使用方法,以及如何建立一套完整的 Git 提交规范体系。\n\n 一、Husky - Git 钩子工具\n 1. 简介\nHusky 是一个现代化的 Git 钩子管理工具,它允许我们在 Git 的各个生命周期节点(如 pre-commit、commit-msg 等)执行自定义脚本。通过 Husky,我们可以自动化执行代码检查、测试、提交信息验证等任务。\n&gt; Git仓库:GitHub - typicode/husky: Git hook"
        },
        {
          "url": "/sdoc/01-开发/LV09-standard-version.html",
          "relativePath": "/sdoc/01-开发/LV09-standard-version.html",
          "frontmatter": {
            "title": "LV09-standard-version",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e67e635686834c628f79459e7025af6d",
              "useduuid": "e67e63568"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-standard-version",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Standard-Version是什么\n 1. 简介\nStandard-Version是一款遵循语义化版本(semver)和commit message标准规范的版本和Changelog自动化工具。它基于commit类型来自动更新版本号,例如新功能(feature)会更新次要版本号(minor),修复错误(bug fix)会更新补丁版本号(patch),而破坏性更改(BREAKING CHANGES)则会更新主要版本号(major)。这意味着开发者只需要专注于开发,而不需要担心版本号和Changelog的更新。\n要使用Standard-Version,开发者需要遵循Conventional"
        },
        {
          "url": "/sdoc/01-开发/LV10-changesets.html",
          "relativePath": "/sdoc/01-开发/LV10-changesets.html",
          "frontmatter": {
            "title": "LV10-changesets",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "17fa41782581414ea91dda82301287f3",
              "useduuid": "17fa41782"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-changesets",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Changesets是什么\n 1. 简介\nChangesets 是一个专为 monorepo 项目设计的版本管理和变更日志生成工具。与 Standard-Version 不同,Changesets 采用手动创建变更集(changeset)的方式,让开发者能够精确控制每个版本包含的变更内容。它特别适合多包管理的复杂项目,提供更灵活的版本控制策略。\nChangesets 的核心思想是\"变更集驱动\"——开发者需要手动创建变更集文件来描述所做的更改,然后工具会根据这些变更集自动更新版本号、生成变更日志,并处理包之间的依赖关系。\n核心特点:\n- 在开发时,需要开发者提供本次变更涉及的包名称、升级版本"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "frontmatter": {
            "title": "LV01-DataLoader数据加载",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "865117e0fcef46d498c60a4fc637c188",
              "useduuid": "865117e0f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-DataLoader数据加载",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtDataLoader } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n第一个组件,主要是学习组件的写法和用法。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtDataLoader /&gt;\n```\n 效果\n&lt;MtDataLoader /&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "frontmatter": {
            "title": "LV02-BackTop回到顶部",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
              "useduuid": "83be37ae4"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-BackTop回到顶部",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtBackTop } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n这是一个回到顶部按钮。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtBackTop minScrollY=\"value\"/&gt;\n```\nminScrollY表示向下滚动多少px后出现回到顶部按钮。\n 效果\n页面向下滚动就可以看到右下角出现轨道顶部按钮了。\n&lt;MtBackTop minScrollY=\"20\"/&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "frontmatter": {
            "title": "LV03-TransitionCollapse折叠",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1798834a59d94121ac457dfa4bb01866",
              "useduuid": "1798834a5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-TransitionCollapse折叠",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtTransitionCollapse } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst show = ref(false)\n&lt;/script&gt;\n&lt;style scoped&gt;\n.preview-container {\n  padding: 20px;\n  border: 1px solid ddd;\n  border-radius: 4px;\n}\n.content {\n  padding: 10px;\n  background-color:rg"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "frontmatter": {
            "title": "LV04-InputSlide滑动输入",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20106ce41106495bb53a523e78309e48",
              "useduuid": "20106ce41"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-InputSlide滑动输入",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtInputSlide } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst value1 = ref(50)  // 基础示例\nconst value2 = ref(100) // 自定义范围示例\nconst value3 = ref(5)   // 设置步长示例\nconst value4 = ref(30)  // 禁用状态示例\nconst value5 = ref(75)  // 自定义格式化示例\nconst formatPercentage = (val) =&g"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "frontmatter": {
            "title": "LV05-Icon图标",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
              "useduuid": "3c329bfd3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-Icon图标",
          "date": "2025-09-03 19:31:21",
          "capture": "&lt;!-- 引入 iconfont 在线图标样式 --\n&lt;link rel=\"stylesheet\" href=\"//at.alicdn.com/t/font_2989306_w303erbip9.css\" /&gt;\n&lt;script setup lang=\"ts\"&gt;\nimport { MtIcon } from \"vitepress-theme-mist\";\nimport { gitee, email, WhatsApp, telegram, github, bilibili, moblieQQ, music } from \"vitepress-theme-mist\";"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "frontmatter": {
            "title": "LV06-Button按钮",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
              "useduuid": "efe567dec"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-Button按钮",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 基础示例\nconst basicClickCount = ref(0)\nconst handleBasicClick = () =&gt; {\n  basicClickCount.value++\n}\n// 不同类型示例\nconst primaryClickCount = ref(0)\nconst handlePrimaryClick = () =&gt; {\n  primaryClickCount.value"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "frontmatter": {
            "title": "LV07-Message消息提示",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
              "useduuid": "e66b38f5e"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Message消息提示",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtMessage } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst showMessage = (type = 'info') =&gt; {\n  MtMessagetype\n}\nconst showCustomMessage = () =&gt; {\n  MtMessage({\n    message: '这是一条自定义消息,持续5秒',\n    type: 'success',\n    duration: 5000,\n    showClose: true,\n  "
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "frontmatter": {
            "title": "LV08-Popover气泡卡片",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
              "useduuid": "e0fe4e6df"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Popover气泡卡片",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtPopover, MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 不同触发方式示例\nconst clickVisible = ref(false)\nconst hoverVisible = ref(false)\nconst focusVisible = ref(false)\n// 不同位置示例\nconst topVisible = ref(false)\nconst rightVisible = ref(false)\nconst bottomVisibl"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "frontmatter": {
            "title": "LV09-Segmented分段器",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
              "useduuid": "58dabd0d0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-Segmented分段器",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtSegmented, MtSegmentedItem } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst basicValue = ref('option1')\nconst disabledValue = ref('option1')\nconst iconValue = ref(\"ep:coordinate\")\nconst mixedValue = ref('option1')\nconst numberValue = ref(1)\nconst basicOptions"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "frontmatter": {
            "title": "LV10-ArticlePage文章页",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
              "useduuid": "3cb387208"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-ArticlePage文章页",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下ArticlePage文章页组件。</p>\n",
          "capture": "这一部分来了解一下ArticlePage文章页组件。\n&lt;script setup\nimport { MtArticlePage } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、page布局\n当在 Markdown 文档将 `frontmatter.layout` 设置为 `page`,VitePress 不会对该 Markdown 生成的文章页应用任何样式,这对于需要创建一个完全自定义的页面时很有用。当没有设置`frontmatter.layout`时,默认使用的是`doc`布局,是这样的:\n当改为page布局,会变成这样:\n 二、文章页"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "frontmatter": {
            "title": "LV11-Breadcrumb面包屑",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
              "useduuid": "e996735d3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV11-Breadcrumb面包屑",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下Breadcrumb面包屑组件。</p>\n",
          "capture": "这一部分来了解一下Breadcrumb面包屑组件。\n&lt;script setup\nimport { MtBreadcrumb, MtBreadcrumbItem } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nBreadcrumb(面包屑)是一种导航组件,用于显示用户在网站或应用中的当前位置。它可以帮助用户理解他们所在的层级结构,并提供快速返回上一级或首页的导航路径。\n 特点\n- 简洁直观:清晰的层级结构展示\n- 高度可定制:支持自定义分隔符\n- 灵活使用:支持纯文本、图标、链接等多种内容形式\n- 无障碍支持:内置ARIA属性,提"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "frontmatter": {
            "title": "LV01-Democode组件",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
              "useduuid": "7de3c8301"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-Democode组件",
          "date": "2025-09-03 19:31:26",
          "capture": "一、概述\n本文档深入分析 VitePress 主题中的 `demo` 插件 (`packages/markdown/plugins/demo.ts`) 和 `MtDemoCode` 组件 (`packages/components/theme/DemoCode/src/index.vue`)。这两个组件协同工作,实现在 Markdown 文档中嵌入可交互的 Vue 组件示例,并提供源代码查看、复制等功能。\n 二、工作原理总览\n整个流程可以分为以下几个步骤:\n(1)Markdown 解析阶段:VitePress 使用 `demo` 插件解析 Markdown 中的 `(2)组件生成阶段:插件读取"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "frontmatter": {
            "title": "LV02-ArticleBreadcrumb文章面包屑",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "561194202c7b49a590e68b71e259f0a4",
              "useduuid": 561194202
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-ArticleBreadcrumb文章面包屑",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleBreadcrumb文章面包屑组件。</p>\n",
          "capture": "这一部分来了解一下ArticleBreadcrumb文章面包屑组件。\n&lt;script setup\nimport { MtArticleBreadcrumb } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleBreadcrumb(文章面包屑)是一个为文章页面设计的面包屑组件,它会根据当前页面的路径自动生成面包屑导航。该组件是基于基础的 Breadcrumb 组件构建的,但针对文章页面进行了优化。\n 二、基础用法\n 1. 默认用法\n在文章页面中直接使用 ArticleBreadcrumb 组件,它会自动根据页面路径生成面"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "frontmatter": {
            "title": "LV03-ArticleInfo文章信息",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7e55ccebb297438da73f37967e35f269",
              "useduuid": "7e55ccebb"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-ArticleInfo文章信息",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleInfo文章信息组件。</p>\n",
          "capture": "这一部分来了解一下ArticleInfo文章信息组件。\n&lt;script setup\nimport { MtArticleInfo } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleInfo(文章信息)是一个用于显示文章基本信息的组件,包括作者、创建时间、更新时间、分类、标签等内容。该组件会根据主题配置自动显示相应的信息,并支持在首页和文章页的不同展示需求。\n 二、基础用法\n 1. 默认用法\n在文章页面中使用 ArticleInfo 组件,传入文章数据和作用域:\nArticleInfo/basic\n```vue\n&lt"
        },
        {
          "url": "/sdoc/03-插件/LV01-file-content-loader.html",
          "relativePath": "/sdoc/03-插件/LV01-file-content-loader.html",
          "frontmatter": {
            "title": "LV01-file-content-loader",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
              "useduuid": "7a69ead28"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-file-content-loader",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-file-content-loader` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描和处理指定的文件内容。该插件将 VitePress 官方的构建时数据加载功能封装成独立的插件形式,使开发者能够更便捷地获取和处理项目中的 Markdown 文件内容。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 文件内容扫描与处理\n- 在 VitePress 启动时扫描项目中指定的文件(默认为 Markdown 文档)\n- 解析文件的 frontmatter"
        },
        {
          "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "relativePath": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "frontmatter": {
            "title": "LV02-catalogue分析文档",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333939d884d864",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "9d884d86469948c69f4a29154796a126",
              "useduuid": "9d884d864"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-catalogue分析文档",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-catalogue` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描 Markdown 文档并生成目录信息。该插件能够自动识别标记为目录页的文档,并为其生成结构化的目录数据,便于开发者创建美观实用的目录页面。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 目录数据自动生成\n- 在 VitePress 启动时扫描项目中的 Markdown 文档\n- 识别具有 `catalogue: true` 和 `path` 属性的文档作为目录页\n- 根据指定路"
        },
        {
          "url": "/sdoc/03-插件/LV03-永久链接.html",
          "relativePath": "/sdoc/03-插件/LV03-永久链接.html",
          "frontmatter": {
            "title": "LV03-永久链接",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
              "useduuid": "014dbb281"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-永久链接",
          "date": "2025-09-03 19:31:39",
          "capture": "`vitepress-plugin-permalink` 是一个适用于 VitePress 的 Vite 插件,用于实现永久链接(Permalink)功能。它允许用户为 Markdown 文档设置唯一的访问链接,即使文档路径发生移动,访问地址也不会发生变化。\n 一、工作原理\n插件提供两种方式实现永久链接:\n 1. Proxy 方式\n这种方式不会影响文件路径,而是在访问文件路径时,通过代理(拦截)将其转换为 `Permalink`。\nProxy 方式类似于一个\"中间人\",它在开发服务器层面拦截请求,当用户访问 permalink 时,插件会在后台将请求转发到实际的文件路径,但浏览器地址栏显示的仍"
        },
        {
          "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "relativePath": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "frontmatter": {
            "title": "LV04-自动侧边栏",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
              "useduuid": "951d659bd"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-自动侧边栏",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`buildDirectoryStructure` 函数是 VitePress 侧边栏插件 `plugins\\vitepress-plugin-sidebar-resolve\\src\\rewritesToSidebar.ts` 中的一个功能组件。该函主要是将 VitePress 的 `rewrites` 配置(一个扁平化的记录对象)转换为嵌套的目录结构树。\n 二、函数签名与类型定义\n 1. 函数签名\n```typescript\nconst buildDirectoryStructure = (rewrites: Record&lt;string, string\n  // 函数实现\n}"
        },
        {
          "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "frontmatter": {
            "title": "LV05-侧边栏的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
              "useduuid": "74338378f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-侧边栏的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、准备工作\n 1. 工程目录结构\n```bash\ndocs\n├── .vitepress\n├── 01.指南\n│   ├── 01.简介\n│   │   ├── 01.简介.md\n│   │   └── 10.快速开始.md\n│   ├── 10.使用\n│   │   ├── 05.Markdown 拓展.md\n│   │   └── 10.摘要与封面.md\n│   └── 目录.md\n├── 15.主题开发\n│   ├── 01.开发思路.md\n│   └── 10.主题配置.md\n├── 20.资源\n│   ├── 05.案例.md\n│   └── 10.功能拓展\n│       ├──"
        },
        {
          "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "frontmatter": {
            "title": "LV06-目录页的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "227af7b42a604143af521c5ef90a65bd",
              "useduuid": "227af7b42"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-目录页的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、catalogue插件导入\n在`vitepress-plugin-catalogue/src/index.ts`这样导入:\n```typescript\nexport default function VitePluginVitePressCatalogue(option: CatalogueOption = {}): Plugin & { name: string } {\n  let isExecute = false;\n  return {\n    name: \"vite-plugin-vitepress-catalogue\",\n    //...\n      const {\n     "
        },
        {
          "url": "/sdoc/03-插件/LV10-img懒加载.html",
          "relativePath": "/sdoc/03-插件/LV10-img懒加载.html",
          "frontmatter": {
            "title": "LV10-img懒加载",
            "date": "2025-09-14 15:58:43",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "b5fdc3312e924a1782155081651b8dad",
              "useduuid": "b5fdc3312"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-img懒加载",
          "date": "2025-09-14 15:58:43",
          "excerpt": "",
          "capture": "一、VitePress 内置图片懒加载功能\nVitePress 内置了对 markdown 语法图片的懒加载支持。在配置文件中设置 `lazyLoading: true` 即可启用:\n```javascript\n// .vitepress/config.mts\nexport default defineConfig({\n  markdown: {\n    image: {\n      // 默认禁用;设置为 true 可为所有图片启用懒加载。\n      lazyLoading: true,\n    },\n  },\n});\n```\n功能特点:\n- 仅对 markdown 语法 `` 的图片有效"
        },
        {
          "url": "/sdoc/04-使用/LV001-复制提示.html",
          "relativePath": "/sdoc/04-使用/LV001-复制提示.html",
          "frontmatter": {
            "title": "LV001-复制提示",
            "date": "2025-09-23 19:14:01",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
              "useduuid": "1eec700e0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV001-复制提示",
          "date": "2025-09-23 19:14:01",
          "excerpt": "",
          "capture": "Ctrl+C 复制提示\n主题提供 复制提示 功能,当复制文本时,会在顶部添加一些提示语,在 `.vitepress/theme/index.ts` 中引入并使用:\n```ts\n// .vitepress/theme/index.ts\n// https://vitepress.dev/guide/custom-theme\nimport type { Theme } from \"vitepress\";\nimport Mist, { useCopyBanner } from \"vitepress-theme-mist\";\nimport MistLayoutProvider from \"./compo"
        }
      ],
      "originPosts": [
        {
          "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "relativePath": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "frontmatter": {
            "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
              "useduuid": "de8cddce7"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、工作区\n\npnpm 内置了对单一存储库(也称为多包存储库、多项目存储库或整体存储库)的支持。你可以创建一个工作区来将多个项目联合到一个存储库中。\n&gt; 工作区的根目录中必须有一个 `pnpm-workspace.yaml` 文件。\n 1. 工作区协议\n如果 linkWorkspacePackages 设置为 `true`,如果可用包与声明的范围匹配,pnpm 将从工作区链接包。例如,如果 `bar` 在其依赖中有 `\"foo\": \"^1.0.0\"` 并且 `foo@1.0.0` 在工作区中,则 `foo@1.0.0` 链接到 `bar`。但是,如果 `bar` 在依赖中有 `\"foo\""
        },
        {
          "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "relativePath": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "frontmatter": {
            "title": "LV02-TS路径映射与包作用域",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3305d82dab814efb882a6fcaabb90051",
              "useduuid": "3305d82da"
            },
            "titleTag": "TS"
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-TS路径映射与包作用域",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、Typescript路径映射\nTypescript 路径映射(Path Mapping)是一种允许开发者在导入模块时使用自定义路径别名而不是相对路径的功能。这使得代码更加清晰、易于维护,并且在重构项目结构时更加方便。\n 1. 基本概念\n路径映射通过在 `tsconfig.json` 文件中配置 `paths` 和 `baseUrl` 来实现。`baseUrl` 指定了非相对路径模块的基础目录,`paths` 则定义了路径别名与实际路径之间的映射关系。\n路径映射的核心价值在于解决深层嵌套目录结构中的导入问题。当项目变得复杂时,相对路径可能会变成类似 `../../../../utils/he"
        },
        {
          "url": "/sdoc/01-开发/LV03-主题入口分析.html",
          "relativePath": "/sdoc/01-开发/LV03-主题入口分析.html",
          "frontmatter": {
            "title": "LV03-主题入口分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "23e4d75e56e041f692beffd2f289b351",
              "useduuid": "23e4d75e5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-主题入口分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、开发指南\n主题的主入口文件为`packages/mist/index.ts`,这里的index.ts将会在vitepress站点的`.vitepress/theme/index.ts`中导入和调用。\n 二、Workspace 机制详解\n 1. 项目配置分析\n 1.1 pnpm-workspace.yaml\n```yaml\n pnpm-workspace.yaml\npackages:\n  - docs\n  - packages/*\n```\n这个配置定义了 Workspace 的范围,包含了 `packages` 目录下的所有子目录。\n 1.2 packages/mist/package.js"
        },
        {
          "url": "/sdoc/01-开发/LV04-主题配置.html",
          "relativePath": "/sdoc/01-开发/LV04-主题配置.html",
          "frontmatter": {
            "title": "LV04-主题配置",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
              "useduuid": "20a98bc82"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-主题配置",
          "date": "2025-09-03 19:30:53",
          "excerpt": "<p>vitepress的配置合并。</p>\n",
          "capture": "vitepress的配置合并。\n 一、概述\n当建立一个vitepress站点后,得到的默认配置文件如下:\n```typescript\nimport { defineConfig } from 'vitepress'\n// https://vitepress.dev/reference/site-config\nexport default defineConfig({\n  title: \"mist docs\",\n  description: \"vitepress-theme-mist docs\",\n  themeConfig: {\n    // https://vitepress.dev/ref"
        },
        {
          "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "relativePath": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "frontmatter": {
            "title": "LV05-DataLoader组件分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17a044334074",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "044334074d22480189ca6526987551cd",
              "useduuid": 9549884
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-DataLoader组件分析",
          "date": "2025-09-03 19:30:53",
          "capture": "DataLoader 组件导入过程分析\n本文档详细分析了 DataLoader 组件在项目中的目录结构、各文件作用以及从组件实现到最终在 `@docs-site/vitepress-theme-mist` 主题中注册的完整导入链路。\n 1. 目录结构分析\n 1.1 目录结构\n```bash\n📁 DataLoader/\n├── 📄 index.ts                    组件主入口文件\n├── 📁 src/\n│   ├── 📄 DataLoader.vue          组件实现文件\n│   ├── 📄 DataLoader.ts           类型定义文件\n"
        },
        {
          "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "relativePath": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "frontmatter": {
            "title": "LV06-SCSS变量未展开问题分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
              "useduuid": "0c4407b67"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-SCSS变量未展开问题分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、问题描述\n在 `packages\\theme-chalk\\src\\var\\theme-color.scss` 文件中,第46-51行的代码:\n```scss\nhtml[theme-color=\"ep-blue\"] {\n  --vp-c-brand-1: {getCssVar(\"el-color-primary\")};\n  --vp-c-brand-2: {getCssVar(\"el-color-primary-light-3\")};\n  --vp-c-brand-3: {getCssVar(\"el-color-primary-light-5\")};\n  --vp-c-brand-soft:"
        },
        {
          "url": "/sdoc/01-开发/LV07-Vite插件.html",
          "relativePath": "/sdoc/01-开发/LV07-Vite插件.html",
          "frontmatter": {
            "title": "LV07-Vite插件",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
              "useduuid": "6daae8bc9"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Vite插件",
          "date": "2025-09-03 19:30:53",
          "capture": "VitePress 处于 Vite 环境下,因此天然支持 Vite 插件。\n 一、Vite 插件基础模板\n首先介绍 Vite 插件的基础模板:\n```ts\nimport type { Plugin } from \"vite\";\ninterface Options {\n  // ...\n}\nexport default function VitePluginVitePressTemplate(option: Options = {}): Plugin {\n  return {\n    name: \"vite-plugin-vitepress-template\",\n    // ...\n  };\n"
        },
        {
          "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "relativePath": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "frontmatter": {
            "title": "LV08-Git提交规范与工具集成",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
              "useduuid": "f604fb585"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Git提交规范与工具集成",
          "date": "2025-09-03 19:30:53",
          "capture": "在现代前端开发中,规范化的 Git 提交信息对于项目维护和版本管理至关重要。本文将详细介绍 husky、cz-git 和 @commitlint/cli 三个工具的使用方法,以及如何建立一套完整的 Git 提交规范体系。\n\n 一、Husky - Git 钩子工具\n 1. 简介\nHusky 是一个现代化的 Git 钩子管理工具,它允许我们在 Git 的各个生命周期节点(如 pre-commit、commit-msg 等)执行自定义脚本。通过 Husky,我们可以自动化执行代码检查、测试、提交信息验证等任务。\n&gt; Git仓库:GitHub - typicode/husky: Git hook"
        },
        {
          "url": "/sdoc/01-开发/LV09-standard-version.html",
          "relativePath": "/sdoc/01-开发/LV09-standard-version.html",
          "frontmatter": {
            "title": "LV09-standard-version",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e67e635686834c628f79459e7025af6d",
              "useduuid": "e67e63568"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-standard-version",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Standard-Version是什么\n 1. 简介\nStandard-Version是一款遵循语义化版本(semver)和commit message标准规范的版本和Changelog自动化工具。它基于commit类型来自动更新版本号,例如新功能(feature)会更新次要版本号(minor),修复错误(bug fix)会更新补丁版本号(patch),而破坏性更改(BREAKING CHANGES)则会更新主要版本号(major)。这意味着开发者只需要专注于开发,而不需要担心版本号和Changelog的更新。\n要使用Standard-Version,开发者需要遵循Conventional"
        },
        {
          "url": "/sdoc/01-开发/LV10-changesets.html",
          "relativePath": "/sdoc/01-开发/LV10-changesets.html",
          "frontmatter": {
            "title": "LV10-changesets",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "17fa41782581414ea91dda82301287f3",
              "useduuid": "17fa41782"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-changesets",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Changesets是什么\n 1. 简介\nChangesets 是一个专为 monorepo 项目设计的版本管理和变更日志生成工具。与 Standard-Version 不同,Changesets 采用手动创建变更集(changeset)的方式,让开发者能够精确控制每个版本包含的变更内容。它特别适合多包管理的复杂项目,提供更灵活的版本控制策略。\nChangesets 的核心思想是\"变更集驱动\"——开发者需要手动创建变更集文件来描述所做的更改,然后工具会根据这些变更集自动更新版本号、生成变更日志,并处理包之间的依赖关系。\n核心特点:\n- 在开发时,需要开发者提供本次变更涉及的包名称、升级版本"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "frontmatter": {
            "title": "LV01-DataLoader数据加载",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "865117e0fcef46d498c60a4fc637c188",
              "useduuid": "865117e0f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-DataLoader数据加载",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtDataLoader } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n第一个组件,主要是学习组件的写法和用法。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtDataLoader /&gt;\n```\n 效果\n&lt;MtDataLoader /&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "frontmatter": {
            "title": "LV02-BackTop回到顶部",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
              "useduuid": "83be37ae4"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-BackTop回到顶部",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtBackTop } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n这是一个回到顶部按钮。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtBackTop minScrollY=\"value\"/&gt;\n```\nminScrollY表示向下滚动多少px后出现回到顶部按钮。\n 效果\n页面向下滚动就可以看到右下角出现轨道顶部按钮了。\n&lt;MtBackTop minScrollY=\"20\"/&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "frontmatter": {
            "title": "LV03-TransitionCollapse折叠",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1798834a59d94121ac457dfa4bb01866",
              "useduuid": "1798834a5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-TransitionCollapse折叠",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtTransitionCollapse } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst show = ref(false)\n&lt;/script&gt;\n&lt;style scoped&gt;\n.preview-container {\n  padding: 20px;\n  border: 1px solid ddd;\n  border-radius: 4px;\n}\n.content {\n  padding: 10px;\n  background-color:rg"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "frontmatter": {
            "title": "LV04-InputSlide滑动输入",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20106ce41106495bb53a523e78309e48",
              "useduuid": "20106ce41"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-InputSlide滑动输入",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtInputSlide } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst value1 = ref(50)  // 基础示例\nconst value2 = ref(100) // 自定义范围示例\nconst value3 = ref(5)   // 设置步长示例\nconst value4 = ref(30)  // 禁用状态示例\nconst value5 = ref(75)  // 自定义格式化示例\nconst formatPercentage = (val) =&g"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "frontmatter": {
            "title": "LV05-Icon图标",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
              "useduuid": "3c329bfd3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-Icon图标",
          "date": "2025-09-03 19:31:21",
          "capture": "&lt;!-- 引入 iconfont 在线图标样式 --\n&lt;link rel=\"stylesheet\" href=\"//at.alicdn.com/t/font_2989306_w303erbip9.css\" /&gt;\n&lt;script setup lang=\"ts\"&gt;\nimport { MtIcon } from \"vitepress-theme-mist\";\nimport { gitee, email, WhatsApp, telegram, github, bilibili, moblieQQ, music } from \"vitepress-theme-mist\";"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "frontmatter": {
            "title": "LV06-Button按钮",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
              "useduuid": "efe567dec"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-Button按钮",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 基础示例\nconst basicClickCount = ref(0)\nconst handleBasicClick = () =&gt; {\n  basicClickCount.value++\n}\n// 不同类型示例\nconst primaryClickCount = ref(0)\nconst handlePrimaryClick = () =&gt; {\n  primaryClickCount.value"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "frontmatter": {
            "title": "LV07-Message消息提示",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
              "useduuid": "e66b38f5e"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Message消息提示",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtMessage } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst showMessage = (type = 'info') =&gt; {\n  MtMessagetype\n}\nconst showCustomMessage = () =&gt; {\n  MtMessage({\n    message: '这是一条自定义消息,持续5秒',\n    type: 'success',\n    duration: 5000,\n    showClose: true,\n  "
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "frontmatter": {
            "title": "LV08-Popover气泡卡片",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
              "useduuid": "e0fe4e6df"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Popover气泡卡片",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtPopover, MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 不同触发方式示例\nconst clickVisible = ref(false)\nconst hoverVisible = ref(false)\nconst focusVisible = ref(false)\n// 不同位置示例\nconst topVisible = ref(false)\nconst rightVisible = ref(false)\nconst bottomVisibl"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "frontmatter": {
            "title": "LV09-Segmented分段器",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
              "useduuid": "58dabd0d0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-Segmented分段器",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtSegmented, MtSegmentedItem } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst basicValue = ref('option1')\nconst disabledValue = ref('option1')\nconst iconValue = ref(\"ep:coordinate\")\nconst mixedValue = ref('option1')\nconst numberValue = ref(1)\nconst basicOptions"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "frontmatter": {
            "title": "LV10-ArticlePage文章页",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
              "useduuid": "3cb387208"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-ArticlePage文章页",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下ArticlePage文章页组件。</p>\n",
          "capture": "这一部分来了解一下ArticlePage文章页组件。\n&lt;script setup\nimport { MtArticlePage } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、page布局\n当在 Markdown 文档将 `frontmatter.layout` 设置为 `page`,VitePress 不会对该 Markdown 生成的文章页应用任何样式,这对于需要创建一个完全自定义的页面时很有用。当没有设置`frontmatter.layout`时,默认使用的是`doc`布局,是这样的:\n当改为page布局,会变成这样:\n 二、文章页"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "frontmatter": {
            "title": "LV11-Breadcrumb面包屑",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
              "useduuid": "e996735d3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV11-Breadcrumb面包屑",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下Breadcrumb面包屑组件。</p>\n",
          "capture": "这一部分来了解一下Breadcrumb面包屑组件。\n&lt;script setup\nimport { MtBreadcrumb, MtBreadcrumbItem } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nBreadcrumb(面包屑)是一种导航组件,用于显示用户在网站或应用中的当前位置。它可以帮助用户理解他们所在的层级结构,并提供快速返回上一级或首页的导航路径。\n 特点\n- 简洁直观:清晰的层级结构展示\n- 高度可定制:支持自定义分隔符\n- 灵活使用:支持纯文本、图标、链接等多种内容形式\n- 无障碍支持:内置ARIA属性,提"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "frontmatter": {
            "title": "LV01-Democode组件",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
              "useduuid": "7de3c8301"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-Democode组件",
          "date": "2025-09-03 19:31:26",
          "capture": "一、概述\n本文档深入分析 VitePress 主题中的 `demo` 插件 (`packages/markdown/plugins/demo.ts`) 和 `MtDemoCode` 组件 (`packages/components/theme/DemoCode/src/index.vue`)。这两个组件协同工作,实现在 Markdown 文档中嵌入可交互的 Vue 组件示例,并提供源代码查看、复制等功能。\n 二、工作原理总览\n整个流程可以分为以下几个步骤:\n(1)Markdown 解析阶段:VitePress 使用 `demo` 插件解析 Markdown 中的 `(2)组件生成阶段:插件读取"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "frontmatter": {
            "title": "LV02-ArticleBreadcrumb文章面包屑",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "561194202c7b49a590e68b71e259f0a4",
              "useduuid": 561194202
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-ArticleBreadcrumb文章面包屑",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleBreadcrumb文章面包屑组件。</p>\n",
          "capture": "这一部分来了解一下ArticleBreadcrumb文章面包屑组件。\n&lt;script setup\nimport { MtArticleBreadcrumb } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleBreadcrumb(文章面包屑)是一个为文章页面设计的面包屑组件,它会根据当前页面的路径自动生成面包屑导航。该组件是基于基础的 Breadcrumb 组件构建的,但针对文章页面进行了优化。\n 二、基础用法\n 1. 默认用法\n在文章页面中直接使用 ArticleBreadcrumb 组件,它会自动根据页面路径生成面"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "frontmatter": {
            "title": "LV03-ArticleInfo文章信息",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7e55ccebb297438da73f37967e35f269",
              "useduuid": "7e55ccebb"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-ArticleInfo文章信息",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleInfo文章信息组件。</p>\n",
          "capture": "这一部分来了解一下ArticleInfo文章信息组件。\n&lt;script setup\nimport { MtArticleInfo } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleInfo(文章信息)是一个用于显示文章基本信息的组件,包括作者、创建时间、更新时间、分类、标签等内容。该组件会根据主题配置自动显示相应的信息,并支持在首页和文章页的不同展示需求。\n 二、基础用法\n 1. 默认用法\n在文章页面中使用 ArticleInfo 组件,传入文章数据和作用域:\nArticleInfo/basic\n```vue\n&lt"
        },
        {
          "url": "/sdoc/03-插件/LV01-file-content-loader.html",
          "relativePath": "/sdoc/03-插件/LV01-file-content-loader.html",
          "frontmatter": {
            "title": "LV01-file-content-loader",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
              "useduuid": "7a69ead28"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-file-content-loader",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-file-content-loader` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描和处理指定的文件内容。该插件将 VitePress 官方的构建时数据加载功能封装成独立的插件形式,使开发者能够更便捷地获取和处理项目中的 Markdown 文件内容。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 文件内容扫描与处理\n- 在 VitePress 启动时扫描项目中指定的文件(默认为 Markdown 文档)\n- 解析文件的 frontmatter"
        },
        {
          "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "relativePath": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "frontmatter": {
            "title": "LV02-catalogue分析文档",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333939d884d864",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "9d884d86469948c69f4a29154796a126",
              "useduuid": "9d884d864"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-catalogue分析文档",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-catalogue` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描 Markdown 文档并生成目录信息。该插件能够自动识别标记为目录页的文档,并为其生成结构化的目录数据,便于开发者创建美观实用的目录页面。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 目录数据自动生成\n- 在 VitePress 启动时扫描项目中的 Markdown 文档\n- 识别具有 `catalogue: true` 和 `path` 属性的文档作为目录页\n- 根据指定路"
        },
        {
          "url": "/sdoc/03-插件/LV03-永久链接.html",
          "relativePath": "/sdoc/03-插件/LV03-永久链接.html",
          "frontmatter": {
            "title": "LV03-永久链接",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
              "useduuid": "014dbb281"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-永久链接",
          "date": "2025-09-03 19:31:39",
          "capture": "`vitepress-plugin-permalink` 是一个适用于 VitePress 的 Vite 插件,用于实现永久链接(Permalink)功能。它允许用户为 Markdown 文档设置唯一的访问链接,即使文档路径发生移动,访问地址也不会发生变化。\n 一、工作原理\n插件提供两种方式实现永久链接:\n 1. Proxy 方式\n这种方式不会影响文件路径,而是在访问文件路径时,通过代理(拦截)将其转换为 `Permalink`。\nProxy 方式类似于一个\"中间人\",它在开发服务器层面拦截请求,当用户访问 permalink 时,插件会在后台将请求转发到实际的文件路径,但浏览器地址栏显示的仍"
        },
        {
          "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "relativePath": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "frontmatter": {
            "title": "LV04-自动侧边栏",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
              "useduuid": "951d659bd"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-自动侧边栏",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`buildDirectoryStructure` 函数是 VitePress 侧边栏插件 `plugins\\vitepress-plugin-sidebar-resolve\\src\\rewritesToSidebar.ts` 中的一个功能组件。该函主要是将 VitePress 的 `rewrites` 配置(一个扁平化的记录对象)转换为嵌套的目录结构树。\n 二、函数签名与类型定义\n 1. 函数签名\n```typescript\nconst buildDirectoryStructure = (rewrites: Record&lt;string, string\n  // 函数实现\n}"
        },
        {
          "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "frontmatter": {
            "title": "LV05-侧边栏的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
              "useduuid": "74338378f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-侧边栏的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、准备工作\n 1. 工程目录结构\n```bash\ndocs\n├── .vitepress\n├── 01.指南\n│   ├── 01.简介\n│   │   ├── 01.简介.md\n│   │   └── 10.快速开始.md\n│   ├── 10.使用\n│   │   ├── 05.Markdown 拓展.md\n│   │   └── 10.摘要与封面.md\n│   └── 目录.md\n├── 15.主题开发\n│   ├── 01.开发思路.md\n│   └── 10.主题配置.md\n├── 20.资源\n│   ├── 05.案例.md\n│   └── 10.功能拓展\n│       ├──"
        },
        {
          "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "frontmatter": {
            "title": "LV06-目录页的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "227af7b42a604143af521c5ef90a65bd",
              "useduuid": "227af7b42"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-目录页的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、catalogue插件导入\n在`vitepress-plugin-catalogue/src/index.ts`这样导入:\n```typescript\nexport default function VitePluginVitePressCatalogue(option: CatalogueOption = {}): Plugin & { name: string } {\n  let isExecute = false;\n  return {\n    name: \"vite-plugin-vitepress-catalogue\",\n    //...\n      const {\n     "
        },
        {
          "url": "/sdoc/03-插件/LV10-img懒加载.html",
          "relativePath": "/sdoc/03-插件/LV10-img懒加载.html",
          "frontmatter": {
            "title": "LV10-img懒加载",
            "date": "2025-09-14 15:58:43",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "b5fdc3312e924a1782155081651b8dad",
              "useduuid": "b5fdc3312"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-img懒加载",
          "date": "2025-09-14 15:58:43",
          "excerpt": "",
          "capture": "一、VitePress 内置图片懒加载功能\nVitePress 内置了对 markdown 语法图片的懒加载支持。在配置文件中设置 `lazyLoading: true` 即可启用:\n```javascript\n// .vitepress/config.mts\nexport default defineConfig({\n  markdown: {\n    image: {\n      // 默认禁用;设置为 true 可为所有图片启用懒加载。\n      lazyLoading: true,\n    },\n  },\n});\n```\n功能特点:\n- 仅对 markdown 语法 `` 的图片有效"
        },
        {
          "url": "/sdoc/04-使用/LV001-复制提示.html",
          "relativePath": "/sdoc/04-使用/LV001-复制提示.html",
          "frontmatter": {
            "title": "LV001-复制提示",
            "date": "2025-09-23 19:14:01",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
              "useduuid": "1eec700e0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV001-复制提示",
          "date": "2025-09-23 19:14:01",
          "excerpt": "",
          "capture": "Ctrl+C 复制提示\n主题提供 复制提示 功能,当复制文本时,会在顶部添加一些提示语,在 `.vitepress/theme/index.ts` 中引入并使用:\n```ts\n// .vitepress/theme/index.ts\n// https://vitepress.dev/guide/custom-theme\nimport type { Theme } from \"vitepress\";\nimport Mist, { useCopyBanner } from \"vitepress-theme-mist\";\nimport MistLayoutProvider from \"./compo"
        }
      ],
      "sortPostsByDateAndSticky": [
        {
          "url": "/sdoc/04-使用/LV001-复制提示.html",
          "relativePath": "/sdoc/04-使用/LV001-复制提示.html",
          "frontmatter": {
            "title": "LV001-复制提示",
            "date": "2025-09-23 19:14:01",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
              "useduuid": "1eec700e0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV001-复制提示",
          "date": "2025-09-23 19:14:01",
          "excerpt": "",
          "capture": "Ctrl+C 复制提示\n主题提供 复制提示 功能,当复制文本时,会在顶部添加一些提示语,在 `.vitepress/theme/index.ts` 中引入并使用:\n```ts\n// .vitepress/theme/index.ts\n// https://vitepress.dev/guide/custom-theme\nimport type { Theme } from \"vitepress\";\nimport Mist, { useCopyBanner } from \"vitepress-theme-mist\";\nimport MistLayoutProvider from \"./compo"
        },
        {
          "url": "/sdoc/03-插件/LV10-img懒加载.html",
          "relativePath": "/sdoc/03-插件/LV10-img懒加载.html",
          "frontmatter": {
            "title": "LV10-img懒加载",
            "date": "2025-09-14 15:58:43",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "b5fdc3312e924a1782155081651b8dad",
              "useduuid": "b5fdc3312"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-img懒加载",
          "date": "2025-09-14 15:58:43",
          "excerpt": "",
          "capture": "一、VitePress 内置图片懒加载功能\nVitePress 内置了对 markdown 语法图片的懒加载支持。在配置文件中设置 `lazyLoading: true` 即可启用:\n```javascript\n// .vitepress/config.mts\nexport default defineConfig({\n  markdown: {\n    image: {\n      // 默认禁用;设置为 true 可为所有图片启用懒加载。\n      lazyLoading: true,\n    },\n  },\n});\n```\n功能特点:\n- 仅对 markdown 语法 `` 的图片有效"
        },
        {
          "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "frontmatter": {
            "title": "LV05-侧边栏的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
              "useduuid": "74338378f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-侧边栏的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、准备工作\n 1. 工程目录结构\n```bash\ndocs\n├── .vitepress\n├── 01.指南\n│   ├── 01.简介\n│   │   ├── 01.简介.md\n│   │   └── 10.快速开始.md\n│   ├── 10.使用\n│   │   ├── 05.Markdown 拓展.md\n│   │   └── 10.摘要与封面.md\n│   └── 目录.md\n├── 15.主题开发\n│   ├── 01.开发思路.md\n│   └── 10.主题配置.md\n├── 20.资源\n│   ├── 05.案例.md\n│   └── 10.功能拓展\n│       ├──"
        },
        {
          "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "frontmatter": {
            "title": "LV06-目录页的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "227af7b42a604143af521c5ef90a65bd",
              "useduuid": "227af7b42"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-目录页的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、catalogue插件导入\n在`vitepress-plugin-catalogue/src/index.ts`这样导入:\n```typescript\nexport default function VitePluginVitePressCatalogue(option: CatalogueOption = {}): Plugin & { name: string } {\n  let isExecute = false;\n  return {\n    name: \"vite-plugin-vitepress-catalogue\",\n    //...\n      const {\n     "
        },
        {
          "url": "/sdoc/03-插件/LV01-file-content-loader.html",
          "relativePath": "/sdoc/03-插件/LV01-file-content-loader.html",
          "frontmatter": {
            "title": "LV01-file-content-loader",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
              "useduuid": "7a69ead28"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-file-content-loader",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-file-content-loader` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描和处理指定的文件内容。该插件将 VitePress 官方的构建时数据加载功能封装成独立的插件形式,使开发者能够更便捷地获取和处理项目中的 Markdown 文件内容。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 文件内容扫描与处理\n- 在 VitePress 启动时扫描项目中指定的文件(默认为 Markdown 文档)\n- 解析文件的 frontmatter"
        },
        {
          "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "relativePath": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "frontmatter": {
            "title": "LV02-catalogue分析文档",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333939d884d864",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "9d884d86469948c69f4a29154796a126",
              "useduuid": "9d884d864"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-catalogue分析文档",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-catalogue` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描 Markdown 文档并生成目录信息。该插件能够自动识别标记为目录页的文档,并为其生成结构化的目录数据,便于开发者创建美观实用的目录页面。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 目录数据自动生成\n- 在 VitePress 启动时扫描项目中的 Markdown 文档\n- 识别具有 `catalogue: true` 和 `path` 属性的文档作为目录页\n- 根据指定路"
        },
        {
          "url": "/sdoc/03-插件/LV03-永久链接.html",
          "relativePath": "/sdoc/03-插件/LV03-永久链接.html",
          "frontmatter": {
            "title": "LV03-永久链接",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
              "useduuid": "014dbb281"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-永久链接",
          "date": "2025-09-03 19:31:39",
          "capture": "`vitepress-plugin-permalink` 是一个适用于 VitePress 的 Vite 插件,用于实现永久链接(Permalink)功能。它允许用户为 Markdown 文档设置唯一的访问链接,即使文档路径发生移动,访问地址也不会发生变化。\n 一、工作原理\n插件提供两种方式实现永久链接:\n 1. Proxy 方式\n这种方式不会影响文件路径,而是在访问文件路径时,通过代理(拦截)将其转换为 `Permalink`。\nProxy 方式类似于一个\"中间人\",它在开发服务器层面拦截请求,当用户访问 permalink 时,插件会在后台将请求转发到实际的文件路径,但浏览器地址栏显示的仍"
        },
        {
          "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "relativePath": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "frontmatter": {
            "title": "LV04-自动侧边栏",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
              "useduuid": "951d659bd"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-自动侧边栏",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`buildDirectoryStructure` 函数是 VitePress 侧边栏插件 `plugins\\vitepress-plugin-sidebar-resolve\\src\\rewritesToSidebar.ts` 中的一个功能组件。该函主要是将 VitePress 的 `rewrites` 配置(一个扁平化的记录对象)转换为嵌套的目录结构树。\n 二、函数签名与类型定义\n 1. 函数签名\n```typescript\nconst buildDirectoryStructure = (rewrites: Record&lt;string, string\n  // 函数实现\n}"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "frontmatter": {
            "title": "LV01-Democode组件",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
              "useduuid": "7de3c8301"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-Democode组件",
          "date": "2025-09-03 19:31:26",
          "capture": "一、概述\n本文档深入分析 VitePress 主题中的 `demo` 插件 (`packages/markdown/plugins/demo.ts`) 和 `MtDemoCode` 组件 (`packages/components/theme/DemoCode/src/index.vue`)。这两个组件协同工作,实现在 Markdown 文档中嵌入可交互的 Vue 组件示例,并提供源代码查看、复制等功能。\n 二、工作原理总览\n整个流程可以分为以下几个步骤:\n(1)Markdown 解析阶段:VitePress 使用 `demo` 插件解析 Markdown 中的 `(2)组件生成阶段:插件读取"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "frontmatter": {
            "title": "LV02-ArticleBreadcrumb文章面包屑",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "561194202c7b49a590e68b71e259f0a4",
              "useduuid": 561194202
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-ArticleBreadcrumb文章面包屑",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleBreadcrumb文章面包屑组件。</p>\n",
          "capture": "这一部分来了解一下ArticleBreadcrumb文章面包屑组件。\n&lt;script setup\nimport { MtArticleBreadcrumb } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleBreadcrumb(文章面包屑)是一个为文章页面设计的面包屑组件,它会根据当前页面的路径自动生成面包屑导航。该组件是基于基础的 Breadcrumb 组件构建的,但针对文章页面进行了优化。\n 二、基础用法\n 1. 默认用法\n在文章页面中直接使用 ArticleBreadcrumb 组件,它会自动根据页面路径生成面"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "frontmatter": {
            "title": "LV03-ArticleInfo文章信息",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7e55ccebb297438da73f37967e35f269",
              "useduuid": "7e55ccebb"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-ArticleInfo文章信息",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleInfo文章信息组件。</p>\n",
          "capture": "这一部分来了解一下ArticleInfo文章信息组件。\n&lt;script setup\nimport { MtArticleInfo } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleInfo(文章信息)是一个用于显示文章基本信息的组件,包括作者、创建时间、更新时间、分类、标签等内容。该组件会根据主题配置自动显示相应的信息,并支持在首页和文章页的不同展示需求。\n 二、基础用法\n 1. 默认用法\n在文章页面中使用 ArticleInfo 组件,传入文章数据和作用域:\nArticleInfo/basic\n```vue\n&lt"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "frontmatter": {
            "title": "LV01-DataLoader数据加载",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "865117e0fcef46d498c60a4fc637c188",
              "useduuid": "865117e0f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-DataLoader数据加载",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtDataLoader } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n第一个组件,主要是学习组件的写法和用法。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtDataLoader /&gt;\n```\n 效果\n&lt;MtDataLoader /&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "frontmatter": {
            "title": "LV02-BackTop回到顶部",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
              "useduuid": "83be37ae4"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-BackTop回到顶部",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtBackTop } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n这是一个回到顶部按钮。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtBackTop minScrollY=\"value\"/&gt;\n```\nminScrollY表示向下滚动多少px后出现回到顶部按钮。\n 效果\n页面向下滚动就可以看到右下角出现轨道顶部按钮了。\n&lt;MtBackTop minScrollY=\"20\"/&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "frontmatter": {
            "title": "LV03-TransitionCollapse折叠",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1798834a59d94121ac457dfa4bb01866",
              "useduuid": "1798834a5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-TransitionCollapse折叠",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtTransitionCollapse } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst show = ref(false)\n&lt;/script&gt;\n&lt;style scoped&gt;\n.preview-container {\n  padding: 20px;\n  border: 1px solid ddd;\n  border-radius: 4px;\n}\n.content {\n  padding: 10px;\n  background-color:rg"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "frontmatter": {
            "title": "LV04-InputSlide滑动输入",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20106ce41106495bb53a523e78309e48",
              "useduuid": "20106ce41"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-InputSlide滑动输入",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtInputSlide } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst value1 = ref(50)  // 基础示例\nconst value2 = ref(100) // 自定义范围示例\nconst value3 = ref(5)   // 设置步长示例\nconst value4 = ref(30)  // 禁用状态示例\nconst value5 = ref(75)  // 自定义格式化示例\nconst formatPercentage = (val) =&g"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "frontmatter": {
            "title": "LV05-Icon图标",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
              "useduuid": "3c329bfd3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-Icon图标",
          "date": "2025-09-03 19:31:21",
          "capture": "&lt;!-- 引入 iconfont 在线图标样式 --\n&lt;link rel=\"stylesheet\" href=\"//at.alicdn.com/t/font_2989306_w303erbip9.css\" /&gt;\n&lt;script setup lang=\"ts\"&gt;\nimport { MtIcon } from \"vitepress-theme-mist\";\nimport { gitee, email, WhatsApp, telegram, github, bilibili, moblieQQ, music } from \"vitepress-theme-mist\";"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "frontmatter": {
            "title": "LV06-Button按钮",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
              "useduuid": "efe567dec"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-Button按钮",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 基础示例\nconst basicClickCount = ref(0)\nconst handleBasicClick = () =&gt; {\n  basicClickCount.value++\n}\n// 不同类型示例\nconst primaryClickCount = ref(0)\nconst handlePrimaryClick = () =&gt; {\n  primaryClickCount.value"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "frontmatter": {
            "title": "LV07-Message消息提示",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
              "useduuid": "e66b38f5e"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Message消息提示",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtMessage } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst showMessage = (type = 'info') =&gt; {\n  MtMessagetype\n}\nconst showCustomMessage = () =&gt; {\n  MtMessage({\n    message: '这是一条自定义消息,持续5秒',\n    type: 'success',\n    duration: 5000,\n    showClose: true,\n  "
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "frontmatter": {
            "title": "LV08-Popover气泡卡片",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
              "useduuid": "e0fe4e6df"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Popover气泡卡片",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtPopover, MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 不同触发方式示例\nconst clickVisible = ref(false)\nconst hoverVisible = ref(false)\nconst focusVisible = ref(false)\n// 不同位置示例\nconst topVisible = ref(false)\nconst rightVisible = ref(false)\nconst bottomVisibl"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "frontmatter": {
            "title": "LV09-Segmented分段器",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
              "useduuid": "58dabd0d0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-Segmented分段器",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtSegmented, MtSegmentedItem } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst basicValue = ref('option1')\nconst disabledValue = ref('option1')\nconst iconValue = ref(\"ep:coordinate\")\nconst mixedValue = ref('option1')\nconst numberValue = ref(1)\nconst basicOptions"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "frontmatter": {
            "title": "LV10-ArticlePage文章页",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
              "useduuid": "3cb387208"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-ArticlePage文章页",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下ArticlePage文章页组件。</p>\n",
          "capture": "这一部分来了解一下ArticlePage文章页组件。\n&lt;script setup\nimport { MtArticlePage } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、page布局\n当在 Markdown 文档将 `frontmatter.layout` 设置为 `page`,VitePress 不会对该 Markdown 生成的文章页应用任何样式,这对于需要创建一个完全自定义的页面时很有用。当没有设置`frontmatter.layout`时,默认使用的是`doc`布局,是这样的:\n当改为page布局,会变成这样:\n 二、文章页"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "frontmatter": {
            "title": "LV11-Breadcrumb面包屑",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
              "useduuid": "e996735d3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV11-Breadcrumb面包屑",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下Breadcrumb面包屑组件。</p>\n",
          "capture": "这一部分来了解一下Breadcrumb面包屑组件。\n&lt;script setup\nimport { MtBreadcrumb, MtBreadcrumbItem } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nBreadcrumb(面包屑)是一种导航组件,用于显示用户在网站或应用中的当前位置。它可以帮助用户理解他们所在的层级结构,并提供快速返回上一级或首页的导航路径。\n 特点\n- 简洁直观:清晰的层级结构展示\n- 高度可定制:支持自定义分隔符\n- 灵活使用:支持纯文本、图标、链接等多种内容形式\n- 无障碍支持:内置ARIA属性,提"
        },
        {
          "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "relativePath": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "frontmatter": {
            "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
              "useduuid": "de8cddce7"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、工作区\n\npnpm 内置了对单一存储库(也称为多包存储库、多项目存储库或整体存储库)的支持。你可以创建一个工作区来将多个项目联合到一个存储库中。\n&gt; 工作区的根目录中必须有一个 `pnpm-workspace.yaml` 文件。\n 1. 工作区协议\n如果 linkWorkspacePackages 设置为 `true`,如果可用包与声明的范围匹配,pnpm 将从工作区链接包。例如,如果 `bar` 在其依赖中有 `\"foo\": \"^1.0.0\"` 并且 `foo@1.0.0` 在工作区中,则 `foo@1.0.0` 链接到 `bar`。但是,如果 `bar` 在依赖中有 `\"foo\""
        },
        {
          "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "relativePath": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "frontmatter": {
            "title": "LV02-TS路径映射与包作用域",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3305d82dab814efb882a6fcaabb90051",
              "useduuid": "3305d82da"
            },
            "titleTag": "TS"
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-TS路径映射与包作用域",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、Typescript路径映射\nTypescript 路径映射(Path Mapping)是一种允许开发者在导入模块时使用自定义路径别名而不是相对路径的功能。这使得代码更加清晰、易于维护,并且在重构项目结构时更加方便。\n 1. 基本概念\n路径映射通过在 `tsconfig.json` 文件中配置 `paths` 和 `baseUrl` 来实现。`baseUrl` 指定了非相对路径模块的基础目录,`paths` 则定义了路径别名与实际路径之间的映射关系。\n路径映射的核心价值在于解决深层嵌套目录结构中的导入问题。当项目变得复杂时,相对路径可能会变成类似 `../../../../utils/he"
        },
        {
          "url": "/sdoc/01-开发/LV03-主题入口分析.html",
          "relativePath": "/sdoc/01-开发/LV03-主题入口分析.html",
          "frontmatter": {
            "title": "LV03-主题入口分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "23e4d75e56e041f692beffd2f289b351",
              "useduuid": "23e4d75e5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-主题入口分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、开发指南\n主题的主入口文件为`packages/mist/index.ts`,这里的index.ts将会在vitepress站点的`.vitepress/theme/index.ts`中导入和调用。\n 二、Workspace 机制详解\n 1. 项目配置分析\n 1.1 pnpm-workspace.yaml\n```yaml\n pnpm-workspace.yaml\npackages:\n  - docs\n  - packages/*\n```\n这个配置定义了 Workspace 的范围,包含了 `packages` 目录下的所有子目录。\n 1.2 packages/mist/package.js"
        },
        {
          "url": "/sdoc/01-开发/LV04-主题配置.html",
          "relativePath": "/sdoc/01-开发/LV04-主题配置.html",
          "frontmatter": {
            "title": "LV04-主题配置",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
              "useduuid": "20a98bc82"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-主题配置",
          "date": "2025-09-03 19:30:53",
          "excerpt": "<p>vitepress的配置合并。</p>\n",
          "capture": "vitepress的配置合并。\n 一、概述\n当建立一个vitepress站点后,得到的默认配置文件如下:\n```typescript\nimport { defineConfig } from 'vitepress'\n// https://vitepress.dev/reference/site-config\nexport default defineConfig({\n  title: \"mist docs\",\n  description: \"vitepress-theme-mist docs\",\n  themeConfig: {\n    // https://vitepress.dev/ref"
        },
        {
          "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "relativePath": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "frontmatter": {
            "title": "LV05-DataLoader组件分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17a044334074",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "044334074d22480189ca6526987551cd",
              "useduuid": 9549884
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-DataLoader组件分析",
          "date": "2025-09-03 19:30:53",
          "capture": "DataLoader 组件导入过程分析\n本文档详细分析了 DataLoader 组件在项目中的目录结构、各文件作用以及从组件实现到最终在 `@docs-site/vitepress-theme-mist` 主题中注册的完整导入链路。\n 1. 目录结构分析\n 1.1 目录结构\n```bash\n📁 DataLoader/\n├── 📄 index.ts                    组件主入口文件\n├── 📁 src/\n│   ├── 📄 DataLoader.vue          组件实现文件\n│   ├── 📄 DataLoader.ts           类型定义文件\n"
        },
        {
          "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "relativePath": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "frontmatter": {
            "title": "LV06-SCSS变量未展开问题分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
              "useduuid": "0c4407b67"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-SCSS变量未展开问题分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、问题描述\n在 `packages\\theme-chalk\\src\\var\\theme-color.scss` 文件中,第46-51行的代码:\n```scss\nhtml[theme-color=\"ep-blue\"] {\n  --vp-c-brand-1: {getCssVar(\"el-color-primary\")};\n  --vp-c-brand-2: {getCssVar(\"el-color-primary-light-3\")};\n  --vp-c-brand-3: {getCssVar(\"el-color-primary-light-5\")};\n  --vp-c-brand-soft:"
        },
        {
          "url": "/sdoc/01-开发/LV07-Vite插件.html",
          "relativePath": "/sdoc/01-开发/LV07-Vite插件.html",
          "frontmatter": {
            "title": "LV07-Vite插件",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
              "useduuid": "6daae8bc9"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Vite插件",
          "date": "2025-09-03 19:30:53",
          "capture": "VitePress 处于 Vite 环境下,因此天然支持 Vite 插件。\n 一、Vite 插件基础模板\n首先介绍 Vite 插件的基础模板:\n```ts\nimport type { Plugin } from \"vite\";\ninterface Options {\n  // ...\n}\nexport default function VitePluginVitePressTemplate(option: Options = {}): Plugin {\n  return {\n    name: \"vite-plugin-vitepress-template\",\n    // ...\n  };\n"
        },
        {
          "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "relativePath": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "frontmatter": {
            "title": "LV08-Git提交规范与工具集成",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
              "useduuid": "f604fb585"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Git提交规范与工具集成",
          "date": "2025-09-03 19:30:53",
          "capture": "在现代前端开发中,规范化的 Git 提交信息对于项目维护和版本管理至关重要。本文将详细介绍 husky、cz-git 和 @commitlint/cli 三个工具的使用方法,以及如何建立一套完整的 Git 提交规范体系。\n\n 一、Husky - Git 钩子工具\n 1. 简介\nHusky 是一个现代化的 Git 钩子管理工具,它允许我们在 Git 的各个生命周期节点(如 pre-commit、commit-msg 等)执行自定义脚本。通过 Husky,我们可以自动化执行代码检查、测试、提交信息验证等任务。\n&gt; Git仓库:GitHub - typicode/husky: Git hook"
        },
        {
          "url": "/sdoc/01-开发/LV09-standard-version.html",
          "relativePath": "/sdoc/01-开发/LV09-standard-version.html",
          "frontmatter": {
            "title": "LV09-standard-version",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e67e635686834c628f79459e7025af6d",
              "useduuid": "e67e63568"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-standard-version",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Standard-Version是什么\n 1. 简介\nStandard-Version是一款遵循语义化版本(semver)和commit message标准规范的版本和Changelog自动化工具。它基于commit类型来自动更新版本号,例如新功能(feature)会更新次要版本号(minor),修复错误(bug fix)会更新补丁版本号(patch),而破坏性更改(BREAKING CHANGES)则会更新主要版本号(major)。这意味着开发者只需要专注于开发,而不需要担心版本号和Changelog的更新。\n要使用Standard-Version,开发者需要遵循Conventional"
        },
        {
          "url": "/sdoc/01-开发/LV10-changesets.html",
          "relativePath": "/sdoc/01-开发/LV10-changesets.html",
          "frontmatter": {
            "title": "LV10-changesets",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "17fa41782581414ea91dda82301287f3",
              "useduuid": "17fa41782"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-changesets",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Changesets是什么\n 1. 简介\nChangesets 是一个专为 monorepo 项目设计的版本管理和变更日志生成工具。与 Standard-Version 不同,Changesets 采用手动创建变更集(changeset)的方式,让开发者能够精确控制每个版本包含的变更内容。它特别适合多包管理的复杂项目,提供更灵活的版本控制策略。\nChangesets 的核心思想是\"变更集驱动\"——开发者需要手动创建变更集文件来描述所做的更改,然后工具会根据这些变更集自动更新版本号、生成变更日志,并处理包之间的依赖关系。\n核心特点:\n- 在开发时,需要开发者提供本次变更涉及的包名称、升级版本"
        }
      ],
      "sortPostsByDate": [
        {
          "url": "/sdoc/04-使用/LV001-复制提示.html",
          "relativePath": "/sdoc/04-使用/LV001-复制提示.html",
          "frontmatter": {
            "title": "LV001-复制提示",
            "date": "2025-09-23 19:14:01",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
              "useduuid": "1eec700e0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV001-复制提示",
          "date": "2025-09-23 19:14:01",
          "excerpt": "",
          "capture": "Ctrl+C 复制提示\n主题提供 复制提示 功能,当复制文本时,会在顶部添加一些提示语,在 `.vitepress/theme/index.ts` 中引入并使用:\n```ts\n// .vitepress/theme/index.ts\n// https://vitepress.dev/guide/custom-theme\nimport type { Theme } from \"vitepress\";\nimport Mist, { useCopyBanner } from \"vitepress-theme-mist\";\nimport MistLayoutProvider from \"./compo"
        },
        {
          "url": "/sdoc/03-插件/LV10-img懒加载.html",
          "relativePath": "/sdoc/03-插件/LV10-img懒加载.html",
          "frontmatter": {
            "title": "LV10-img懒加载",
            "date": "2025-09-14 15:58:43",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "b5fdc3312e924a1782155081651b8dad",
              "useduuid": "b5fdc3312"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-img懒加载",
          "date": "2025-09-14 15:58:43",
          "excerpt": "",
          "capture": "一、VitePress 内置图片懒加载功能\nVitePress 内置了对 markdown 语法图片的懒加载支持。在配置文件中设置 `lazyLoading: true` 即可启用:\n```javascript\n// .vitepress/config.mts\nexport default defineConfig({\n  markdown: {\n    image: {\n      // 默认禁用;设置为 true 可为所有图片启用懒加载。\n      lazyLoading: true,\n    },\n  },\n});\n```\n功能特点:\n- 仅对 markdown 语法 `` 的图片有效"
        },
        {
          "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
          "frontmatter": {
            "title": "LV05-侧边栏的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
              "useduuid": "74338378f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-侧边栏的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、准备工作\n 1. 工程目录结构\n```bash\ndocs\n├── .vitepress\n├── 01.指南\n│   ├── 01.简介\n│   │   ├── 01.简介.md\n│   │   └── 10.快速开始.md\n│   ├── 10.使用\n│   │   ├── 05.Markdown 拓展.md\n│   │   └── 10.摘要与封面.md\n│   └── 目录.md\n├── 15.主题开发\n│   ├── 01.开发思路.md\n│   └── 10.主题配置.md\n├── 20.资源\n│   ├── 05.案例.md\n│   └── 10.功能拓展\n│       ├──"
        },
        {
          "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "relativePath": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
          "frontmatter": {
            "title": "LV06-目录页的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "227af7b42a604143af521c5ef90a65bd",
              "useduuid": "227af7b42"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-目录页的rewrite模式",
          "date": "2025-09-03 20:24:53",
          "excerpt": "",
          "capture": "一、catalogue插件导入\n在`vitepress-plugin-catalogue/src/index.ts`这样导入:\n```typescript\nexport default function VitePluginVitePressCatalogue(option: CatalogueOption = {}): Plugin & { name: string } {\n  let isExecute = false;\n  return {\n    name: \"vite-plugin-vitepress-catalogue\",\n    //...\n      const {\n     "
        },
        {
          "url": "/sdoc/03-插件/LV01-file-content-loader.html",
          "relativePath": "/sdoc/03-插件/LV01-file-content-loader.html",
          "frontmatter": {
            "title": "LV01-file-content-loader",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
              "useduuid": "7a69ead28"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-file-content-loader",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-file-content-loader` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描和处理指定的文件内容。该插件将 VitePress 官方的构建时数据加载功能封装成独立的插件形式,使开发者能够更便捷地获取和处理项目中的 Markdown 文件内容。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 文件内容扫描与处理\n- 在 VitePress 启动时扫描项目中指定的文件(默认为 Markdown 文档)\n- 解析文件的 frontmatter"
        },
        {
          "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "relativePath": "/sdoc/03-插件/LV02-catalogue分析文档.html",
          "frontmatter": {
            "title": "LV02-catalogue分析文档",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e426333939d884d864",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "9d884d86469948c69f4a29154796a126",
              "useduuid": "9d884d864"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-catalogue分析文档",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`vitepress-plugin-catalogue` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描 Markdown 文档并生成目录信息。该插件能够自动识别标记为目录页的文档,并为其生成结构化的目录数据,便于开发者创建美观实用的目录页面。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 目录数据自动生成\n- 在 VitePress 启动时扫描项目中的 Markdown 文档\n- 识别具有 `catalogue: true` 和 `path` 属性的文档作为目录页\n- 根据指定路"
        },
        {
          "url": "/sdoc/03-插件/LV03-永久链接.html",
          "relativePath": "/sdoc/03-插件/LV03-永久链接.html",
          "frontmatter": {
            "title": "LV03-永久链接",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
              "useduuid": "014dbb281"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-永久链接",
          "date": "2025-09-03 19:31:39",
          "capture": "`vitepress-plugin-permalink` 是一个适用于 VitePress 的 Vite 插件,用于实现永久链接(Permalink)功能。它允许用户为 Markdown 文档设置唯一的访问链接,即使文档路径发生移动,访问地址也不会发生变化。\n 一、工作原理\n插件提供两种方式实现永久链接:\n 1. Proxy 方式\n这种方式不会影响文件路径,而是在访问文件路径时,通过代理(拦截)将其转换为 `Permalink`。\nProxy 方式类似于一个\"中间人\",它在开发服务器层面拦截请求,当用户访问 permalink 时,插件会在后台将请求转发到实际的文件路径,但浏览器地址栏显示的仍"
        },
        {
          "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "relativePath": "/sdoc/03-插件/LV04-自动侧边栏.html",
          "frontmatter": {
            "title": "LV04-自动侧边栏",
            "date": "2025-09-03 19:31:39",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
              "useduuid": "951d659bd"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-自动侧边栏",
          "date": "2025-09-03 19:31:39",
          "capture": "一、概述\n`buildDirectoryStructure` 函数是 VitePress 侧边栏插件 `plugins\\vitepress-plugin-sidebar-resolve\\src\\rewritesToSidebar.ts` 中的一个功能组件。该函主要是将 VitePress 的 `rewrites` 配置(一个扁平化的记录对象)转换为嵌套的目录结构树。\n 二、函数签名与类型定义\n 1. 函数签名\n```typescript\nconst buildDirectoryStructure = (rewrites: Record&lt;string, string\n  // 函数实现\n}"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
          "frontmatter": {
            "title": "LV01-Democode组件",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
              "useduuid": "7de3c8301"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-Democode组件",
          "date": "2025-09-03 19:31:26",
          "capture": "一、概述\n本文档深入分析 VitePress 主题中的 `demo` 插件 (`packages/markdown/plugins/demo.ts`) 和 `MtDemoCode` 组件 (`packages/components/theme/DemoCode/src/index.vue`)。这两个组件协同工作,实现在 Markdown 文档中嵌入可交互的 Vue 组件示例,并提供源代码查看、复制等功能。\n 二、工作原理总览\n整个流程可以分为以下几个步骤:\n(1)Markdown 解析阶段:VitePress 使用 `demo` 插件解析 Markdown 中的 `(2)组件生成阶段:插件读取"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
          "frontmatter": {
            "title": "LV02-ArticleBreadcrumb文章面包屑",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "561194202c7b49a590e68b71e259f0a4",
              "useduuid": 561194202
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-ArticleBreadcrumb文章面包屑",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleBreadcrumb文章面包屑组件。</p>\n",
          "capture": "这一部分来了解一下ArticleBreadcrumb文章面包屑组件。\n&lt;script setup\nimport { MtArticleBreadcrumb } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleBreadcrumb(文章面包屑)是一个为文章页面设计的面包屑组件,它会根据当前页面的路径自动生成面包屑导航。该组件是基于基础的 Breadcrumb 组件构建的,但针对文章页面进行了优化。\n 二、基础用法\n 1. 默认用法\n在文章页面中直接使用 ArticleBreadcrumb 组件,它会自动根据页面路径生成面"
        },
        {
          "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "relativePath": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
          "frontmatter": {
            "title": "LV03-ArticleInfo文章信息",
            "date": "2025-09-03 19:31:26",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "7e55ccebb297438da73f37967e35f269",
              "useduuid": "7e55ccebb"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-ArticleInfo文章信息",
          "date": "2025-09-03 19:31:26",
          "excerpt": "<p>这一部分来了解一下ArticleInfo文章信息组件。</p>\n",
          "capture": "这一部分来了解一下ArticleInfo文章信息组件。\n&lt;script setup\nimport { MtArticleInfo } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleInfo(文章信息)是一个用于显示文章基本信息的组件,包括作者、创建时间、更新时间、分类、标签等内容。该组件会根据主题配置自动显示相应的信息,并支持在首页和文章页的不同展示需求。\n 二、基础用法\n 1. 默认用法\n在文章页面中使用 ArticleInfo 组件,传入文章数据和作用域:\nArticleInfo/basic\n```vue\n&lt"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
          "frontmatter": {
            "title": "LV01-DataLoader数据加载",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "865117e0fcef46d498c60a4fc637c188",
              "useduuid": "865117e0f"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-DataLoader数据加载",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtDataLoader } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n第一个组件,主要是学习组件的写法和用法。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtDataLoader /&gt;\n```\n 效果\n&lt;MtDataLoader /&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
          "frontmatter": {
            "title": "LV02-BackTop回到顶部",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
              "useduuid": "83be37ae4"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-BackTop回到顶部",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtBackTop } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n这是一个回到顶部按钮。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtBackTop minScrollY=\"value\"/&gt;\n```\nminScrollY表示向下滚动多少px后出现回到顶部按钮。\n 效果\n页面向下滚动就可以看到右下角出现轨道顶部按钮了。\n&lt;MtBackTop minScrollY=\"20\"/&gt;"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
          "frontmatter": {
            "title": "LV03-TransitionCollapse折叠",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "1798834a59d94121ac457dfa4bb01866",
              "useduuid": "1798834a5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-TransitionCollapse折叠",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtTransitionCollapse } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst show = ref(false)\n&lt;/script&gt;\n&lt;style scoped&gt;\n.preview-container {\n  padding: 20px;\n  border: 1px solid ddd;\n  border-radius: 4px;\n}\n.content {\n  padding: 10px;\n  background-color:rg"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
          "frontmatter": {
            "title": "LV04-InputSlide滑动输入",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20106ce41106495bb53a523e78309e48",
              "useduuid": "20106ce41"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-InputSlide滑动输入",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtInputSlide } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst value1 = ref(50)  // 基础示例\nconst value2 = ref(100) // 自定义范围示例\nconst value3 = ref(5)   // 设置步长示例\nconst value4 = ref(30)  // 禁用状态示例\nconst value5 = ref(75)  // 自定义格式化示例\nconst formatPercentage = (val) =&g"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
          "frontmatter": {
            "title": "LV05-Icon图标",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
              "useduuid": "3c329bfd3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-Icon图标",
          "date": "2025-09-03 19:31:21",
          "capture": "&lt;!-- 引入 iconfont 在线图标样式 --\n&lt;link rel=\"stylesheet\" href=\"//at.alicdn.com/t/font_2989306_w303erbip9.css\" /&gt;\n&lt;script setup lang=\"ts\"&gt;\nimport { MtIcon } from \"vitepress-theme-mist\";\nimport { gitee, email, WhatsApp, telegram, github, bilibili, moblieQQ, music } from \"vitepress-theme-mist\";"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
          "frontmatter": {
            "title": "LV06-Button按钮",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
              "useduuid": "efe567dec"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-Button按钮",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 基础示例\nconst basicClickCount = ref(0)\nconst handleBasicClick = () =&gt; {\n  basicClickCount.value++\n}\n// 不同类型示例\nconst primaryClickCount = ref(0)\nconst handlePrimaryClick = () =&gt; {\n  primaryClickCount.value"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
          "frontmatter": {
            "title": "LV07-Message消息提示",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
              "useduuid": "e66b38f5e"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Message消息提示",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtMessage } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst showMessage = (type = 'info') =&gt; {\n  MtMessagetype\n}\nconst showCustomMessage = () =&gt; {\n  MtMessage({\n    message: '这是一条自定义消息,持续5秒',\n    type: 'success',\n    duration: 5000,\n    showClose: true,\n  "
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
          "frontmatter": {
            "title": "LV08-Popover气泡卡片",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
              "useduuid": "e0fe4e6df"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Popover气泡卡片",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtPopover, MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 不同触发方式示例\nconst clickVisible = ref(false)\nconst hoverVisible = ref(false)\nconst focusVisible = ref(false)\n// 不同位置示例\nconst topVisible = ref(false)\nconst rightVisible = ref(false)\nconst bottomVisibl"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
          "frontmatter": {
            "title": "LV09-Segmented分段器",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
              "useduuid": "58dabd0d0"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-Segmented分段器",
          "date": "2025-09-03 19:31:21",
          "excerpt": "",
          "capture": "&lt;script setup\nimport { MtSegmented, MtSegmentedItem } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst basicValue = ref('option1')\nconst disabledValue = ref('option1')\nconst iconValue = ref(\"ep:coordinate\")\nconst mixedValue = ref('option1')\nconst numberValue = ref(1)\nconst basicOptions"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
          "frontmatter": {
            "title": "LV10-ArticlePage文章页",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
              "useduuid": "3cb387208"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-ArticlePage文章页",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下ArticlePage文章页组件。</p>\n",
          "capture": "这一部分来了解一下ArticlePage文章页组件。\n&lt;script setup\nimport { MtArticlePage } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、page布局\n当在 Markdown 文档将 `frontmatter.layout` 设置为 `page`,VitePress 不会对该 Markdown 生成的文章页应用任何样式,这对于需要创建一个完全自定义的页面时很有用。当没有设置`frontmatter.layout`时,默认使用的是`doc`布局,是这样的:\n当改为page布局,会变成这样:\n 二、文章页"
        },
        {
          "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "relativePath": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
          "frontmatter": {
            "title": "LV11-Breadcrumb面包屑",
            "date": "2025-09-03 19:31:21",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
              "useduuid": "e996735d3"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV11-Breadcrumb面包屑",
          "date": "2025-09-03 19:31:21",
          "excerpt": "<p>这一部分来了解一下Breadcrumb面包屑组件。</p>\n",
          "capture": "这一部分来了解一下Breadcrumb面包屑组件。\n&lt;script setup\nimport { MtBreadcrumb, MtBreadcrumbItem } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nBreadcrumb(面包屑)是一种导航组件,用于显示用户在网站或应用中的当前位置。它可以帮助用户理解他们所在的层级结构,并提供快速返回上一级或首页的导航路径。\n 特点\n- 简洁直观:清晰的层级结构展示\n- 高度可定制:支持自定义分隔符\n- 灵活使用:支持纯文本、图标、链接等多种内容形式\n- 无障碍支持:内置ARIA属性,提"
        },
        {
          "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "relativePath": "/sdoc/01-开发/LV01-pnpm工作区.html",
          "frontmatter": {
            "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
              "useduuid": "de8cddce7"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、工作区\n\npnpm 内置了对单一存储库(也称为多包存储库、多项目存储库或整体存储库)的支持。你可以创建一个工作区来将多个项目联合到一个存储库中。\n&gt; 工作区的根目录中必须有一个 `pnpm-workspace.yaml` 文件。\n 1. 工作区协议\n如果 linkWorkspacePackages 设置为 `true`,如果可用包与声明的范围匹配,pnpm 将从工作区链接包。例如,如果 `bar` 在其依赖中有 `\"foo\": \"^1.0.0\"` 并且 `foo@1.0.0` 在工作区中,则 `foo@1.0.0` 链接到 `bar`。但是,如果 `bar` 在依赖中有 `\"foo\""
        },
        {
          "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "relativePath": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
          "frontmatter": {
            "title": "LV02-TS路径映射与包作用域",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "3305d82dab814efb882a6fcaabb90051",
              "useduuid": "3305d82da"
            },
            "titleTag": "TS"
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV02-TS路径映射与包作用域",
          "date": "2025-09-03 19:30:53",
          "excerpt": "",
          "capture": "一、Typescript路径映射\nTypescript 路径映射(Path Mapping)是一种允许开发者在导入模块时使用自定义路径别名而不是相对路径的功能。这使得代码更加清晰、易于维护,并且在重构项目结构时更加方便。\n 1. 基本概念\n路径映射通过在 `tsconfig.json` 文件中配置 `paths` 和 `baseUrl` 来实现。`baseUrl` 指定了非相对路径模块的基础目录,`paths` 则定义了路径别名与实际路径之间的映射关系。\n路径映射的核心价值在于解决深层嵌套目录结构中的导入问题。当项目变得复杂时,相对路径可能会变成类似 `../../../../utils/he"
        },
        {
          "url": "/sdoc/01-开发/LV03-主题入口分析.html",
          "relativePath": "/sdoc/01-开发/LV03-主题入口分析.html",
          "frontmatter": {
            "title": "LV03-主题入口分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "23e4d75e56e041f692beffd2f289b351",
              "useduuid": "23e4d75e5"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV03-主题入口分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、开发指南\n主题的主入口文件为`packages/mist/index.ts`,这里的index.ts将会在vitepress站点的`.vitepress/theme/index.ts`中导入和调用。\n 二、Workspace 机制详解\n 1. 项目配置分析\n 1.1 pnpm-workspace.yaml\n```yaml\n pnpm-workspace.yaml\npackages:\n  - docs\n  - packages/*\n```\n这个配置定义了 Workspace 的范围,包含了 `packages` 目录下的所有子目录。\n 1.2 packages/mist/package.js"
        },
        {
          "url": "/sdoc/01-开发/LV04-主题配置.html",
          "relativePath": "/sdoc/01-开发/LV04-主题配置.html",
          "frontmatter": {
            "title": "LV04-主题配置",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
              "useduuid": "20a98bc82"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV04-主题配置",
          "date": "2025-09-03 19:30:53",
          "excerpt": "<p>vitepress的配置合并。</p>\n",
          "capture": "vitepress的配置合并。\n 一、概述\n当建立一个vitepress站点后,得到的默认配置文件如下:\n```typescript\nimport { defineConfig } from 'vitepress'\n// https://vitepress.dev/reference/site-config\nexport default defineConfig({\n  title: \"mist docs\",\n  description: \"vitepress-theme-mist docs\",\n  themeConfig: {\n    // https://vitepress.dev/ref"
        },
        {
          "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "relativePath": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
          "frontmatter": {
            "title": "LV05-DataLoader组件分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd17a044334074",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "044334074d22480189ca6526987551cd",
              "useduuid": 9549884
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV05-DataLoader组件分析",
          "date": "2025-09-03 19:30:53",
          "capture": "DataLoader 组件导入过程分析\n本文档详细分析了 DataLoader 组件在项目中的目录结构、各文件作用以及从组件实现到最终在 `@docs-site/vitepress-theme-mist` 主题中注册的完整导入链路。\n 1. 目录结构分析\n 1.1 目录结构\n```bash\n📁 DataLoader/\n├── 📄 index.ts                    组件主入口文件\n├── 📁 src/\n│   ├── 📄 DataLoader.vue          组件实现文件\n│   ├── 📄 DataLoader.ts           类型定义文件\n"
        },
        {
          "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "relativePath": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
          "frontmatter": {
            "title": "LV06-SCSS变量未展开问题分析",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
              "useduuid": "0c4407b67"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV06-SCSS变量未展开问题分析",
          "date": "2025-09-03 19:30:53",
          "capture": "一、问题描述\n在 `packages\\theme-chalk\\src\\var\\theme-color.scss` 文件中,第46-51行的代码:\n```scss\nhtml[theme-color=\"ep-blue\"] {\n  --vp-c-brand-1: {getCssVar(\"el-color-primary\")};\n  --vp-c-brand-2: {getCssVar(\"el-color-primary-light-3\")};\n  --vp-c-brand-3: {getCssVar(\"el-color-primary-light-5\")};\n  --vp-c-brand-soft:"
        },
        {
          "url": "/sdoc/01-开发/LV07-Vite插件.html",
          "relativePath": "/sdoc/01-开发/LV07-Vite插件.html",
          "frontmatter": {
            "title": "LV07-Vite插件",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
              "useduuid": "6daae8bc9"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV07-Vite插件",
          "date": "2025-09-03 19:30:53",
          "capture": "VitePress 处于 Vite 环境下,因此天然支持 Vite 插件。\n 一、Vite 插件基础模板\n首先介绍 Vite 插件的基础模板:\n```ts\nimport type { Plugin } from \"vite\";\ninterface Options {\n  // ...\n}\nexport default function VitePluginVitePressTemplate(option: Options = {}): Plugin {\n  return {\n    name: \"vite-plugin-vitepress-template\",\n    // ...\n  };\n"
        },
        {
          "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "relativePath": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
          "frontmatter": {
            "title": "LV08-Git提交规范与工具集成",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
              "useduuid": "f604fb585"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV08-Git提交规范与工具集成",
          "date": "2025-09-03 19:30:53",
          "capture": "在现代前端开发中,规范化的 Git 提交信息对于项目维护和版本管理至关重要。本文将详细介绍 husky、cz-git 和 @commitlint/cli 三个工具的使用方法,以及如何建立一套完整的 Git 提交规范体系。\n\n 一、Husky - Git 钩子工具\n 1. 简介\nHusky 是一个现代化的 Git 钩子管理工具,它允许我们在 Git 的各个生命周期节点(如 pre-commit、commit-msg 等)执行自定义脚本。通过 Husky,我们可以自动化执行代码检查、测试、提交信息验证等任务。\n&gt; Git仓库:GitHub - typicode/husky: Git hook"
        },
        {
          "url": "/sdoc/01-开发/LV09-standard-version.html",
          "relativePath": "/sdoc/01-开发/LV09-standard-version.html",
          "frontmatter": {
            "title": "LV09-standard-version",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "e67e635686834c628f79459e7025af6d",
              "useduuid": "e67e63568"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV09-standard-version",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Standard-Version是什么\n 1. 简介\nStandard-Version是一款遵循语义化版本(semver)和commit message标准规范的版本和Changelog自动化工具。它基于commit类型来自动更新版本号,例如新功能(feature)会更新次要版本号(minor),修复错误(bug fix)会更新补丁版本号(patch),而破坏性更改(BREAKING CHANGES)则会更新主要版本号(major)。这意味着开发者只需要专注于开发,而不需要担心版本号和Changelog的更新。\n要使用Standard-Version,开发者需要遵循Conventional"
        },
        {
          "url": "/sdoc/01-开发/LV10-changesets.html",
          "relativePath": "/sdoc/01-开发/LV10-changesets.html",
          "frontmatter": {
            "title": "LV10-changesets",
            "date": "2025-09-03 19:30:53",
            "icon": "famicons:logo-markdown",
            "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
            "index": true,
            "tags": null,
            "categories": null,
            "copyright": false,
            "keywords": null,
            "cover": null,
            "comments": null,
            "mathjax": null,
            "top": null,
            "description": null,
            "tdoc": {
              "detailDate": {},
              "fulluuid": "17fa41782581414ea91dda82301287f3",
              "useduuid": "17fa41782"
            }
          },
          "author": {
            "name": "苏木",
            "link": "https://github.com/docs-site"
          },
          "title": "LV10-changesets",
          "date": "2025-09-03 19:30:53",
          "capture": "一、Changesets是什么\n 1. 简介\nChangesets 是一个专为 monorepo 项目设计的版本管理和变更日志生成工具。与 Standard-Version 不同,Changesets 采用手动创建变更集(changeset)的方式,让开发者能够精确控制每个版本包含的变更内容。它特别适合多包管理的复杂项目,提供更灵活的版本控制策略。\nChangesets 的核心思想是\"变更集驱动\"——开发者需要手动创建变更集文件来描述所做的更改,然后工具会根据这些变更集自动更新版本号、生成变更日志,并处理包之间的依赖关系。\n核心特点:\n- 在开发时,需要开发者提供本次变更涉及的包名称、升级版本"
        }
      ],
      "groupPostsByYear": {
        "2025 ": [
          {
            "url": "/sdoc/04-使用/LV001-复制提示.html",
            "relativePath": "/sdoc/04-使用/LV001-复制提示.html",
            "frontmatter": {
              "title": "LV001-复制提示",
              "date": "2025-09-23 19:14:01",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                "useduuid": "1eec700e0"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV001-复制提示",
            "date": "2025-09-23 19:14:01",
            "excerpt": "",
            "capture": "Ctrl+C 复制提示\n主题提供 复制提示 功能,当复制文本时,会在顶部添加一些提示语,在 `.vitepress/theme/index.ts` 中引入并使用:\n```ts\n// .vitepress/theme/index.ts\n// https://vitepress.dev/guide/custom-theme\nimport type { Theme } from \"vitepress\";\nimport Mist, { useCopyBanner } from \"vitepress-theme-mist\";\nimport MistLayoutProvider from \"./compo"
          },
          {
            "url": "/sdoc/03-插件/LV10-img懒加载.html",
            "relativePath": "/sdoc/03-插件/LV10-img懒加载.html",
            "frontmatter": {
              "title": "LV10-img懒加载",
              "date": "2025-09-14 15:58:43",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                "useduuid": "b5fdc3312"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV10-img懒加载",
            "date": "2025-09-14 15:58:43",
            "excerpt": "",
            "capture": "一、VitePress 内置图片懒加载功能\nVitePress 内置了对 markdown 语法图片的懒加载支持。在配置文件中设置 `lazyLoading: true` 即可启用:\n```javascript\n// .vitepress/config.mts\nexport default defineConfig({\n  markdown: {\n    image: {\n      // 默认禁用;设置为 true 可为所有图片启用懒加载。\n      lazyLoading: true,\n    },\n  },\n});\n```\n功能特点:\n- 仅对 markdown 语法 `` 的图片有效"
          },
          {
            "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
            "relativePath": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
            "frontmatter": {
              "title": "LV05-侧边栏的rewrite模式",
              "date": "2025-09-03 20:24:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                "useduuid": "74338378f"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV05-侧边栏的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "excerpt": "",
            "capture": "一、准备工作\n 1. 工程目录结构\n```bash\ndocs\n├── .vitepress\n├── 01.指南\n│   ├── 01.简介\n│   │   ├── 01.简介.md\n│   │   └── 10.快速开始.md\n│   ├── 10.使用\n│   │   ├── 05.Markdown 拓展.md\n│   │   └── 10.摘要与封面.md\n│   └── 目录.md\n├── 15.主题开发\n│   ├── 01.开发思路.md\n│   └── 10.主题配置.md\n├── 20.资源\n│   ├── 05.案例.md\n│   └── 10.功能拓展\n│       ├──"
          },
          {
            "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
            "relativePath": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
            "frontmatter": {
              "title": "LV06-目录页的rewrite模式",
              "date": "2025-09-03 20:24:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                "useduuid": "227af7b42"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV06-目录页的rewrite模式",
            "date": "2025-09-03 20:24:53",
            "excerpt": "",
            "capture": "一、catalogue插件导入\n在`vitepress-plugin-catalogue/src/index.ts`这样导入:\n```typescript\nexport default function VitePluginVitePressCatalogue(option: CatalogueOption = {}): Plugin & { name: string } {\n  let isExecute = false;\n  return {\n    name: \"vite-plugin-vitepress-catalogue\",\n    //...\n      const {\n     "
          },
          {
            "url": "/sdoc/03-插件/LV01-file-content-loader.html",
            "relativePath": "/sdoc/03-插件/LV01-file-content-loader.html",
            "frontmatter": {
              "title": "LV01-file-content-loader",
              "date": "2025-09-03 19:31:39",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                "useduuid": "7a69ead28"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV01-file-content-loader",
            "date": "2025-09-03 19:31:39",
            "capture": "一、概述\n`vitepress-plugin-file-content-loader` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描和处理指定的文件内容。该插件将 VitePress 官方的构建时数据加载功能封装成独立的插件形式,使开发者能够更便捷地获取和处理项目中的 Markdown 文件内容。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 文件内容扫描与处理\n- 在 VitePress 启动时扫描项目中指定的文件(默认为 Markdown 文档)\n- 解析文件的 frontmatter"
          },
          {
            "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
            "relativePath": "/sdoc/03-插件/LV02-catalogue分析文档.html",
            "frontmatter": {
              "title": "LV02-catalogue分析文档",
              "date": "2025-09-03 19:31:39",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/plugin/126b07e426333939d884d864",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "9d884d86469948c69f4a29154796a126",
                "useduuid": "9d884d864"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV02-catalogue分析文档",
            "date": "2025-09-03 19:31:39",
            "capture": "一、概述\n`vitepress-plugin-catalogue` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描 Markdown 文档并生成目录信息。该插件能够自动识别标记为目录页的文档,并为其生成结构化的目录数据,便于开发者创建美观实用的目录页面。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 目录数据自动生成\n- 在 VitePress 启动时扫描项目中的 Markdown 文档\n- 识别具有 `catalogue: true` 和 `path` 属性的文档作为目录页\n- 根据指定路"
          },
          {
            "url": "/sdoc/03-插件/LV03-永久链接.html",
            "relativePath": "/sdoc/03-插件/LV03-永久链接.html",
            "frontmatter": {
              "title": "LV03-永久链接",
              "date": "2025-09-03 19:31:39",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                "useduuid": "014dbb281"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV03-永久链接",
            "date": "2025-09-03 19:31:39",
            "capture": "`vitepress-plugin-permalink` 是一个适用于 VitePress 的 Vite 插件,用于实现永久链接(Permalink)功能。它允许用户为 Markdown 文档设置唯一的访问链接,即使文档路径发生移动,访问地址也不会发生变化。\n 一、工作原理\n插件提供两种方式实现永久链接:\n 1. Proxy 方式\n这种方式不会影响文件路径,而是在访问文件路径时,通过代理(拦截)将其转换为 `Permalink`。\nProxy 方式类似于一个\"中间人\",它在开发服务器层面拦截请求,当用户访问 permalink 时,插件会在后台将请求转发到实际的文件路径,但浏览器地址栏显示的仍"
          },
          {
            "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
            "relativePath": "/sdoc/03-插件/LV04-自动侧边栏.html",
            "frontmatter": {
              "title": "LV04-自动侧边栏",
              "date": "2025-09-03 19:31:39",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                "useduuid": "951d659bd"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV04-自动侧边栏",
            "date": "2025-09-03 19:31:39",
            "capture": "一、概述\n`buildDirectoryStructure` 函数是 VitePress 侧边栏插件 `plugins\\vitepress-plugin-sidebar-resolve\\src\\rewritesToSidebar.ts` 中的一个功能组件。该函主要是将 VitePress 的 `rewrites` 配置(一个扁平化的记录对象)转换为嵌套的目录结构树。\n 二、函数签名与类型定义\n 1. 函数签名\n```typescript\nconst buildDirectoryStructure = (rewrites: Record&lt;string, string\n  // 函数实现\n}"
          },
          {
            "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
            "relativePath": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
            "frontmatter": {
              "title": "LV01-Democode组件",
              "date": "2025-09-03 19:31:26",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                "useduuid": "7de3c8301"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV01-Democode组件",
            "date": "2025-09-03 19:31:26",
            "capture": "一、概述\n本文档深入分析 VitePress 主题中的 `demo` 插件 (`packages/markdown/plugins/demo.ts`) 和 `MtDemoCode` 组件 (`packages/components/theme/DemoCode/src/index.vue`)。这两个组件协同工作,实现在 Markdown 文档中嵌入可交互的 Vue 组件示例,并提供源代码查看、复制等功能。\n 二、工作原理总览\n整个流程可以分为以下几个步骤:\n(1)Markdown 解析阶段:VitePress 使用 `demo` 插件解析 Markdown 中的 `(2)组件生成阶段:插件读取"
          },
          {
            "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
            "relativePath": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
            "frontmatter": {
              "title": "LV02-ArticleBreadcrumb文章面包屑",
              "date": "2025-09-03 19:31:26",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                "useduuid": 561194202
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV02-ArticleBreadcrumb文章面包屑",
            "date": "2025-09-03 19:31:26",
            "excerpt": "<p>这一部分来了解一下ArticleBreadcrumb文章面包屑组件。</p>\n",
            "capture": "这一部分来了解一下ArticleBreadcrumb文章面包屑组件。\n&lt;script setup\nimport { MtArticleBreadcrumb } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleBreadcrumb(文章面包屑)是一个为文章页面设计的面包屑组件,它会根据当前页面的路径自动生成面包屑导航。该组件是基于基础的 Breadcrumb 组件构建的,但针对文章页面进行了优化。\n 二、基础用法\n 1. 默认用法\n在文章页面中直接使用 ArticleBreadcrumb 组件,它会自动根据页面路径生成面"
          },
          {
            "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
            "relativePath": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
            "frontmatter": {
              "title": "LV03-ArticleInfo文章信息",
              "date": "2025-09-03 19:31:26",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "7e55ccebb297438da73f37967e35f269",
                "useduuid": "7e55ccebb"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV03-ArticleInfo文章信息",
            "date": "2025-09-03 19:31:26",
            "excerpt": "<p>这一部分来了解一下ArticleInfo文章信息组件。</p>\n",
            "capture": "这一部分来了解一下ArticleInfo文章信息组件。\n&lt;script setup\nimport { MtArticleInfo } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleInfo(文章信息)是一个用于显示文章基本信息的组件,包括作者、创建时间、更新时间、分类、标签等内容。该组件会根据主题配置自动显示相应的信息,并支持在首页和文章页的不同展示需求。\n 二、基础用法\n 1. 默认用法\n在文章页面中使用 ArticleInfo 组件,传入文章数据和作用域:\nArticleInfo/basic\n```vue\n&lt"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
            "frontmatter": {
              "title": "LV01-DataLoader数据加载",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                "useduuid": "865117e0f"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV01-DataLoader数据加载",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtDataLoader } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n第一个组件,主要是学习组件的写法和用法。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtDataLoader /&gt;\n```\n 效果\n&lt;MtDataLoader /&gt;"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
            "frontmatter": {
              "title": "LV02-BackTop回到顶部",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                "useduuid": "83be37ae4"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV02-BackTop回到顶部",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtBackTop } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n这是一个回到顶部按钮。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtBackTop minScrollY=\"value\"/&gt;\n```\nminScrollY表示向下滚动多少px后出现回到顶部按钮。\n 效果\n页面向下滚动就可以看到右下角出现轨道顶部按钮了。\n&lt;MtBackTop minScrollY=\"20\"/&gt;"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
            "frontmatter": {
              "title": "LV03-TransitionCollapse折叠",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                "useduuid": "1798834a5"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV03-TransitionCollapse折叠",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtTransitionCollapse } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst show = ref(false)\n&lt;/script&gt;\n&lt;style scoped&gt;\n.preview-container {\n  padding: 20px;\n  border: 1px solid ddd;\n  border-radius: 4px;\n}\n.content {\n  padding: 10px;\n  background-color:rg"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
            "frontmatter": {
              "title": "LV04-InputSlide滑动输入",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "20106ce41106495bb53a523e78309e48",
                "useduuid": "20106ce41"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV04-InputSlide滑动输入",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtInputSlide } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst value1 = ref(50)  // 基础示例\nconst value2 = ref(100) // 自定义范围示例\nconst value3 = ref(5)   // 设置步长示例\nconst value4 = ref(30)  // 禁用状态示例\nconst value5 = ref(75)  // 自定义格式化示例\nconst formatPercentage = (val) =&g"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
            "frontmatter": {
              "title": "LV05-Icon图标",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                "useduuid": "3c329bfd3"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV05-Icon图标",
            "date": "2025-09-03 19:31:21",
            "capture": "&lt;!-- 引入 iconfont 在线图标样式 --\n&lt;link rel=\"stylesheet\" href=\"//at.alicdn.com/t/font_2989306_w303erbip9.css\" /&gt;\n&lt;script setup lang=\"ts\"&gt;\nimport { MtIcon } from \"vitepress-theme-mist\";\nimport { gitee, email, WhatsApp, telegram, github, bilibili, moblieQQ, music } from \"vitepress-theme-mist\";"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
            "frontmatter": {
              "title": "LV06-Button按钮",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                "useduuid": "efe567dec"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV06-Button按钮",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 基础示例\nconst basicClickCount = ref(0)\nconst handleBasicClick = () =&gt; {\n  basicClickCount.value++\n}\n// 不同类型示例\nconst primaryClickCount = ref(0)\nconst handlePrimaryClick = () =&gt; {\n  primaryClickCount.value"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
            "frontmatter": {
              "title": "LV07-Message消息提示",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                "useduuid": "e66b38f5e"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV07-Message消息提示",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtMessage } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst showMessage = (type = 'info') =&gt; {\n  MtMessagetype\n}\nconst showCustomMessage = () =&gt; {\n  MtMessage({\n    message: '这是一条自定义消息,持续5秒',\n    type: 'success',\n    duration: 5000,\n    showClose: true,\n  "
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
            "frontmatter": {
              "title": "LV08-Popover气泡卡片",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                "useduuid": "e0fe4e6df"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV08-Popover气泡卡片",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtPopover, MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 不同触发方式示例\nconst clickVisible = ref(false)\nconst hoverVisible = ref(false)\nconst focusVisible = ref(false)\n// 不同位置示例\nconst topVisible = ref(false)\nconst rightVisible = ref(false)\nconst bottomVisibl"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
            "frontmatter": {
              "title": "LV09-Segmented分段器",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                "useduuid": "58dabd0d0"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV09-Segmented分段器",
            "date": "2025-09-03 19:31:21",
            "excerpt": "",
            "capture": "&lt;script setup\nimport { MtSegmented, MtSegmentedItem } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst basicValue = ref('option1')\nconst disabledValue = ref('option1')\nconst iconValue = ref(\"ep:coordinate\")\nconst mixedValue = ref('option1')\nconst numberValue = ref(1)\nconst basicOptions"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
            "frontmatter": {
              "title": "LV10-ArticlePage文章页",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                "useduuid": "3cb387208"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV10-ArticlePage文章页",
            "date": "2025-09-03 19:31:21",
            "excerpt": "<p>这一部分来了解一下ArticlePage文章页组件。</p>\n",
            "capture": "这一部分来了解一下ArticlePage文章页组件。\n&lt;script setup\nimport { MtArticlePage } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、page布局\n当在 Markdown 文档将 `frontmatter.layout` 设置为 `page`,VitePress 不会对该 Markdown 生成的文章页应用任何样式,这对于需要创建一个完全自定义的页面时很有用。当没有设置`frontmatter.layout`时,默认使用的是`doc`布局,是这样的:\n当改为page布局,会变成这样:\n 二、文章页"
          },
          {
            "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
            "relativePath": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
            "frontmatter": {
              "title": "LV11-Breadcrumb面包屑",
              "date": "2025-09-03 19:31:21",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                "useduuid": "e996735d3"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV11-Breadcrumb面包屑",
            "date": "2025-09-03 19:31:21",
            "excerpt": "<p>这一部分来了解一下Breadcrumb面包屑组件。</p>\n",
            "capture": "这一部分来了解一下Breadcrumb面包屑组件。\n&lt;script setup\nimport { MtBreadcrumb, MtBreadcrumbItem } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nBreadcrumb(面包屑)是一种导航组件,用于显示用户在网站或应用中的当前位置。它可以帮助用户理解他们所在的层级结构,并提供快速返回上一级或首页的导航路径。\n 特点\n- 简洁直观:清晰的层级结构展示\n- 高度可定制:支持自定义分隔符\n- 灵活使用:支持纯文本、图标、链接等多种内容形式\n- 无障碍支持:内置ARIA属性,提"
          },
          {
            "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
            "relativePath": "/sdoc/01-开发/LV01-pnpm工作区.html",
            "frontmatter": {
              "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                "useduuid": "de8cddce7"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
            "date": "2025-09-03 19:30:53",
            "excerpt": "",
            "capture": "一、工作区\n\npnpm 内置了对单一存储库(也称为多包存储库、多项目存储库或整体存储库)的支持。你可以创建一个工作区来将多个项目联合到一个存储库中。\n&gt; 工作区的根目录中必须有一个 `pnpm-workspace.yaml` 文件。\n 1. 工作区协议\n如果 linkWorkspacePackages 设置为 `true`,如果可用包与声明的范围匹配,pnpm 将从工作区链接包。例如,如果 `bar` 在其依赖中有 `\"foo\": \"^1.0.0\"` 并且 `foo@1.0.0` 在工作区中,则 `foo@1.0.0` 链接到 `bar`。但是,如果 `bar` 在依赖中有 `\"foo\""
          },
          {
            "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
            "relativePath": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
            "frontmatter": {
              "title": "LV02-TS路径映射与包作用域",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                "useduuid": "3305d82da"
              },
              "titleTag": "TS"
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV02-TS路径映射与包作用域",
            "date": "2025-09-03 19:30:53",
            "excerpt": "",
            "capture": "一、Typescript路径映射\nTypescript 路径映射(Path Mapping)是一种允许开发者在导入模块时使用自定义路径别名而不是相对路径的功能。这使得代码更加清晰、易于维护,并且在重构项目结构时更加方便。\n 1. 基本概念\n路径映射通过在 `tsconfig.json` 文件中配置 `paths` 和 `baseUrl` 来实现。`baseUrl` 指定了非相对路径模块的基础目录,`paths` 则定义了路径别名与实际路径之间的映射关系。\n路径映射的核心价值在于解决深层嵌套目录结构中的导入问题。当项目变得复杂时,相对路径可能会变成类似 `../../../../utils/he"
          },
          {
            "url": "/sdoc/01-开发/LV03-主题入口分析.html",
            "relativePath": "/sdoc/01-开发/LV03-主题入口分析.html",
            "frontmatter": {
              "title": "LV03-主题入口分析",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                "useduuid": "23e4d75e5"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV03-主题入口分析",
            "date": "2025-09-03 19:30:53",
            "capture": "一、开发指南\n主题的主入口文件为`packages/mist/index.ts`,这里的index.ts将会在vitepress站点的`.vitepress/theme/index.ts`中导入和调用。\n 二、Workspace 机制详解\n 1. 项目配置分析\n 1.1 pnpm-workspace.yaml\n```yaml\n pnpm-workspace.yaml\npackages:\n  - docs\n  - packages/*\n```\n这个配置定义了 Workspace 的范围,包含了 `packages` 目录下的所有子目录。\n 1.2 packages/mist/package.js"
          },
          {
            "url": "/sdoc/01-开发/LV04-主题配置.html",
            "relativePath": "/sdoc/01-开发/LV04-主题配置.html",
            "frontmatter": {
              "title": "LV04-主题配置",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                "useduuid": "20a98bc82"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV04-主题配置",
            "date": "2025-09-03 19:30:53",
            "excerpt": "<p>vitepress的配置合并。</p>\n",
            "capture": "vitepress的配置合并。\n 一、概述\n当建立一个vitepress站点后,得到的默认配置文件如下:\n```typescript\nimport { defineConfig } from 'vitepress'\n// https://vitepress.dev/reference/site-config\nexport default defineConfig({\n  title: \"mist docs\",\n  description: \"vitepress-theme-mist docs\",\n  themeConfig: {\n    // https://vitepress.dev/ref"
          },
          {
            "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
            "relativePath": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
            "frontmatter": {
              "title": "LV05-DataLoader组件分析",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd17a044334074",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "044334074d22480189ca6526987551cd",
                "useduuid": 9549884
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV05-DataLoader组件分析",
            "date": "2025-09-03 19:30:53",
            "capture": "DataLoader 组件导入过程分析\n本文档详细分析了 DataLoader 组件在项目中的目录结构、各文件作用以及从组件实现到最终在 `@docs-site/vitepress-theme-mist` 主题中注册的完整导入链路。\n 1. 目录结构分析\n 1.1 目录结构\n```bash\n📁 DataLoader/\n├── 📄 index.ts                    组件主入口文件\n├── 📁 src/\n│   ├── 📄 DataLoader.vue          组件实现文件\n│   ├── 📄 DataLoader.ts           类型定义文件\n"
          },
          {
            "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
            "relativePath": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
            "frontmatter": {
              "title": "LV06-SCSS变量未展开问题分析",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                "useduuid": "0c4407b67"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV06-SCSS变量未展开问题分析",
            "date": "2025-09-03 19:30:53",
            "capture": "一、问题描述\n在 `packages\\theme-chalk\\src\\var\\theme-color.scss` 文件中,第46-51行的代码:\n```scss\nhtml[theme-color=\"ep-blue\"] {\n  --vp-c-brand-1: {getCssVar(\"el-color-primary\")};\n  --vp-c-brand-2: {getCssVar(\"el-color-primary-light-3\")};\n  --vp-c-brand-3: {getCssVar(\"el-color-primary-light-5\")};\n  --vp-c-brand-soft:"
          },
          {
            "url": "/sdoc/01-开发/LV07-Vite插件.html",
            "relativePath": "/sdoc/01-开发/LV07-Vite插件.html",
            "frontmatter": {
              "title": "LV07-Vite插件",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                "useduuid": "6daae8bc9"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV07-Vite插件",
            "date": "2025-09-03 19:30:53",
            "capture": "VitePress 处于 Vite 环境下,因此天然支持 Vite 插件。\n 一、Vite 插件基础模板\n首先介绍 Vite 插件的基础模板:\n```ts\nimport type { Plugin } from \"vite\";\ninterface Options {\n  // ...\n}\nexport default function VitePluginVitePressTemplate(option: Options = {}): Plugin {\n  return {\n    name: \"vite-plugin-vitepress-template\",\n    // ...\n  };\n"
          },
          {
            "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
            "relativePath": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
            "frontmatter": {
              "title": "LV08-Git提交规范与工具集成",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                "useduuid": "f604fb585"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV08-Git提交规范与工具集成",
            "date": "2025-09-03 19:30:53",
            "capture": "在现代前端开发中,规范化的 Git 提交信息对于项目维护和版本管理至关重要。本文将详细介绍 husky、cz-git 和 @commitlint/cli 三个工具的使用方法,以及如何建立一套完整的 Git 提交规范体系。\n\n 一、Husky - Git 钩子工具\n 1. 简介\nHusky 是一个现代化的 Git 钩子管理工具,它允许我们在 Git 的各个生命周期节点(如 pre-commit、commit-msg 等)执行自定义脚本。通过 Husky,我们可以自动化执行代码检查、测试、提交信息验证等任务。\n&gt; Git仓库:GitHub - typicode/husky: Git hook"
          },
          {
            "url": "/sdoc/01-开发/LV09-standard-version.html",
            "relativePath": "/sdoc/01-开发/LV09-standard-version.html",
            "frontmatter": {
              "title": "LV09-standard-version",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "e67e635686834c628f79459e7025af6d",
                "useduuid": "e67e63568"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV09-standard-version",
            "date": "2025-09-03 19:30:53",
            "capture": "一、Standard-Version是什么\n 1. 简介\nStandard-Version是一款遵循语义化版本(semver)和commit message标准规范的版本和Changelog自动化工具。它基于commit类型来自动更新版本号,例如新功能(feature)会更新次要版本号(minor),修复错误(bug fix)会更新补丁版本号(patch),而破坏性更改(BREAKING CHANGES)则会更新主要版本号(major)。这意味着开发者只需要专注于开发,而不需要担心版本号和Changelog的更新。\n要使用Standard-Version,开发者需要遵循Conventional"
          },
          {
            "url": "/sdoc/01-开发/LV10-changesets.html",
            "relativePath": "/sdoc/01-开发/LV10-changesets.html",
            "frontmatter": {
              "title": "LV10-changesets",
              "date": "2025-09-03 19:30:53",
              "icon": "famicons:logo-markdown",
              "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
              "index": true,
              "tags": null,
              "categories": null,
              "copyright": false,
              "keywords": null,
              "cover": null,
              "comments": null,
              "mathjax": null,
              "top": null,
              "description": null,
              "tdoc": {
                "detailDate": {},
                "fulluuid": "17fa41782581414ea91dda82301287f3",
                "useduuid": "17fa41782"
              }
            },
            "author": {
              "name": "苏木",
              "link": "https://github.com/docs-site"
            },
            "title": "LV10-changesets",
            "date": "2025-09-03 19:30:53",
            "capture": "一、Changesets是什么\n 1. 简介\nChangesets 是一个专为 monorepo 项目设计的版本管理和变更日志生成工具。与 Standard-Version 不同,Changesets 采用手动创建变更集(changeset)的方式,让开发者能够精确控制每个版本包含的变更内容。它特别适合多包管理的复杂项目,提供更灵活的版本控制策略。\nChangesets 的核心思想是\"变更集驱动\"——开发者需要手动创建变更集文件来描述所做的更改,然后工具会根据这些变更集自动更新版本号、生成变更日志,并处理包之间的依赖关系。\n核心特点:\n- 在开发时,需要开发者提供本次变更涉及的包名称、升级版本"
          }
        ]
      },
      "groupPostsByYearMonth": {
        "2025 ": {
          "09": [
            {
              "url": "/sdoc/04-使用/LV001-复制提示.html",
              "relativePath": "/sdoc/04-使用/LV001-复制提示.html",
              "frontmatter": {
                "title": "LV001-复制提示",
                "date": "2025-09-23 19:14:01",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/use/126b09154c6919f1eec700e0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1eec700e075c4649b5753a6ee68ea41e",
                  "useduuid": "1eec700e0"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV001-复制提示",
              "date": "2025-09-23 19:14:01",
              "excerpt": "",
              "capture": "Ctrl+C 复制提示\n主题提供 复制提示 功能,当复制文本时,会在顶部添加一些提示语,在 `.vitepress/theme/index.ts` 中引入并使用:\n```ts\n// .vitepress/theme/index.ts\n// https://vitepress.dev/guide/custom-theme\nimport type { Theme } from \"vitepress\";\nimport Mist, { useCopyBanner } from \"vitepress-theme-mist\";\nimport MistLayoutProvider from \"./compo"
            },
            {
              "url": "/sdoc/03-插件/LV10-img懒加载.html",
              "relativePath": "/sdoc/03-插件/LV10-img懒加载.html",
              "frontmatter": {
                "title": "LV10-img懒加载",
                "date": "2025-09-14 15:58:43",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b088b6d43289b5fdc3312",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "b5fdc3312e924a1782155081651b8dad",
                  "useduuid": "b5fdc3312"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV10-img懒加载",
              "date": "2025-09-14 15:58:43",
              "excerpt": "",
              "capture": "一、VitePress 内置图片懒加载功能\nVitePress 内置了对 markdown 语法图片的懒加载支持。在配置文件中设置 `lazyLoading: true` 即可启用:\n```javascript\n// .vitepress/config.mts\nexport default defineConfig({\n  markdown: {\n    image: {\n      // 默认禁用;设置为 true 可为所有图片启用懒加载。\n      lazyLoading: true,\n    },\n  },\n});\n```\n功能特点:\n- 仅对 markdown 语法 `` 的图片有效"
            },
            {
              "url": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
              "relativePath": "/sdoc/03-插件/LV05-侧边栏的rewrite模式.html",
              "frontmatter": {
                "title": "LV05-侧边栏的rewrite模式",
                "date": "2025-09-03 20:24:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ec74338378f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "74338378ff1f4660bcf028c0ee03adb8",
                  "useduuid": "74338378f"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV05-侧边栏的rewrite模式",
              "date": "2025-09-03 20:24:53",
              "excerpt": "",
              "capture": "一、准备工作\n 1. 工程目录结构\n```bash\ndocs\n├── .vitepress\n├── 01.指南\n│   ├── 01.简介\n│   │   ├── 01.简介.md\n│   │   └── 10.快速开始.md\n│   ├── 10.使用\n│   │   ├── 05.Markdown 拓展.md\n│   │   └── 10.摘要与封面.md\n│   └── 目录.md\n├── 15.主题开发\n│   ├── 01.开发思路.md\n│   └── 10.主题配置.md\n├── 20.资源\n│   ├── 05.案例.md\n│   └── 10.功能拓展\n│       ├──"
            },
            {
              "url": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
              "relativePath": "/sdoc/03-插件/LV06-目录页的rewrite模式.html",
              "frontmatter": {
                "title": "LV06-目录页的rewrite模式",
                "date": "2025-09-03 20:24:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e44a951ef227af7b42",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "227af7b42a604143af521c5ef90a65bd",
                  "useduuid": "227af7b42"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV06-目录页的rewrite模式",
              "date": "2025-09-03 20:24:53",
              "excerpt": "",
              "capture": "一、catalogue插件导入\n在`vitepress-plugin-catalogue/src/index.ts`这样导入:\n```typescript\nexport default function VitePluginVitePressCatalogue(option: CatalogueOption = {}): Plugin & { name: string } {\n  let isExecute = false;\n  return {\n    name: \"vite-plugin-vitepress-catalogue\",\n    //...\n      const {\n     "
            },
            {
              "url": "/sdoc/03-插件/LV01-file-content-loader.html",
              "relativePath": "/sdoc/03-插件/LV01-file-content-loader.html",
              "frontmatter": {
                "title": "LV01-file-content-loader",
                "date": "2025-09-03 19:31:39",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333917a69ead28",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7a69ead28d6e4854ae1e7ccf00595468",
                  "useduuid": "7a69ead28"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV01-file-content-loader",
              "date": "2025-09-03 19:31:39",
              "capture": "一、概述\n`vitepress-plugin-file-content-loader` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描和处理指定的文件内容。该插件将 VitePress 官方的构建时数据加载功能封装成独立的插件形式,使开发者能够更便捷地获取和处理项目中的 Markdown 文件内容。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 文件内容扫描与处理\n- 在 VitePress 启动时扫描项目中指定的文件(默认为 Markdown 文档)\n- 解析文件的 frontmatter"
            },
            {
              "url": "/sdoc/03-插件/LV02-catalogue分析文档.html",
              "relativePath": "/sdoc/03-插件/LV02-catalogue分析文档.html",
              "frontmatter": {
                "title": "LV02-catalogue分析文档",
                "date": "2025-09-03 19:31:39",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e426333939d884d864",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "9d884d86469948c69f4a29154796a126",
                  "useduuid": "9d884d864"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV02-catalogue分析文档",
              "date": "2025-09-03 19:31:39",
              "capture": "一、概述\n`vitepress-plugin-catalogue` 是 Teek 主题生态系统中的一个重要插件,专门用于在 VitePress 项目构建时扫描 Markdown 文档并生成目录信息。该插件能够自动识别标记为目录页的文档,并为其生成结构化的目录数据,便于开发者创建美观实用的目录页面。\n本文将围绕其设计思路、技术实现、配置选项以及与其他组件间的协作机制展开全面剖析。\n 二、基本功能\n 1. 目录数据自动生成\n- 在 VitePress 启动时扫描项目中的 Markdown 文档\n- 识别具有 `catalogue: true` 和 `path` 属性的文档作为目录页\n- 根据指定路"
            },
            {
              "url": "/sdoc/03-插件/LV03-永久链接.html",
              "relativePath": "/sdoc/03-插件/LV03-永久链接.html",
              "frontmatter": {
                "title": "LV03-永久链接",
                "date": "2025-09-03 19:31:39",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633396014dbb281",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "014dbb2814524f518d3bb10d1c4b3cb3",
                  "useduuid": "014dbb281"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV03-永久链接",
              "date": "2025-09-03 19:31:39",
              "capture": "`vitepress-plugin-permalink` 是一个适用于 VitePress 的 Vite 插件,用于实现永久链接(Permalink)功能。它允许用户为 Markdown 文档设置唯一的访问链接,即使文档路径发生移动,访问地址也不会发生变化。\n 一、工作原理\n插件提供两种方式实现永久链接:\n 1. Proxy 方式\n这种方式不会影响文件路径,而是在访问文件路径时,通过代理(拦截)将其转换为 `Permalink`。\nProxy 方式类似于一个\"中间人\",它在开发服务器层面拦截请求,当用户访问 permalink 时,插件会在后台将请求转发到实际的文件路径,但浏览器地址栏显示的仍"
            },
            {
              "url": "/sdoc/03-插件/LV04-自动侧边栏.html",
              "relativePath": "/sdoc/03-插件/LV04-自动侧边栏.html",
              "frontmatter": {
                "title": "LV04-自动侧边栏",
                "date": "2025-09-03 19:31:39",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/plugin/126b07e42633398951d659bd",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "951d659bd7014ffeafb13ea966eb024e",
                  "useduuid": "951d659bd"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV04-自动侧边栏",
              "date": "2025-09-03 19:31:39",
              "capture": "一、概述\n`buildDirectoryStructure` 函数是 VitePress 侧边栏插件 `plugins\\vitepress-plugin-sidebar-resolve\\src\\rewritesToSidebar.ts` 中的一个功能组件。该函主要是将 VitePress 的 `rewrites` 配置(一个扁平化的记录对象)转换为嵌套的目录结构树。\n 二、函数签名与类型定义\n 1. 函数签名\n```typescript\nconst buildDirectoryStructure = (rewrites: Record&lt;string, string\n  // 函数实现\n}"
            },
            {
              "url": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
              "relativePath": "/sdoc/02-组件/02-主题组件/LV01-Democode组件.html",
              "frontmatter": {
                "title": "LV01-Democode组件",
                "date": "2025-09-03 19:31:26",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f47de3c8301",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7de3c83017f94ead97a2e76f4e989411",
                  "useduuid": "7de3c8301"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV01-Democode组件",
              "date": "2025-09-03 19:31:26",
              "capture": "一、概述\n本文档深入分析 VitePress 主题中的 `demo` 插件 (`packages/markdown/plugins/demo.ts`) 和 `MtDemoCode` 组件 (`packages/components/theme/DemoCode/src/index.vue`)。这两个组件协同工作,实现在 Markdown 文档中嵌入可交互的 Vue 组件示例,并提供源代码查看、复制等功能。\n 二、工作原理总览\n整个流程可以分为以下几个步骤:\n(1)Markdown 解析阶段:VitePress 使用 `demo` 插件解析 Markdown 中的 `(2)组件生成阶段:插件读取"
            },
            {
              "url": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
              "relativePath": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑.html",
              "frontmatter": {
                "title": "LV02-ArticleBreadcrumb文章面包屑",
                "date": "2025-09-03 19:31:26",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261f6561194202",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "561194202c7b49a590e68b71e259f0a4",
                  "useduuid": 561194202
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV02-ArticleBreadcrumb文章面包屑",
              "date": "2025-09-03 19:31:26",
              "excerpt": "<p>这一部分来了解一下ArticleBreadcrumb文章面包屑组件。</p>\n",
              "capture": "这一部分来了解一下ArticleBreadcrumb文章面包屑组件。\n&lt;script setup\nimport { MtArticleBreadcrumb } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleBreadcrumb(文章面包屑)是一个为文章页面设计的面包屑组件,它会根据当前页面的路径自动生成面包屑导航。该组件是基于基础的 Breadcrumb 组件构建的,但针对文章页面进行了优化。\n 二、基础用法\n 1. 默认用法\n在文章页面中直接使用 ArticleBreadcrumb 组件,它会自动根据页面路径生成面"
            },
            {
              "url": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
              "relativePath": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息.html",
              "frontmatter": {
                "title": "LV03-ArticleInfo文章信息",
                "date": "2025-09-03 19:31:26",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/theme-component/126b07e426261fc7e55ccebb",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "7e55ccebb297438da73f37967e35f269",
                  "useduuid": "7e55ccebb"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV03-ArticleInfo文章信息",
              "date": "2025-09-03 19:31:26",
              "excerpt": "<p>这一部分来了解一下ArticleInfo文章信息组件。</p>\n",
              "capture": "这一部分来了解一下ArticleInfo文章信息组件。\n&lt;script setup\nimport { MtArticleInfo } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nArticleInfo(文章信息)是一个用于显示文章基本信息的组件,包括作者、创建时间、更新时间、分类、标签等内容。该组件会根据主题配置自动显示相应的信息,并支持在首页和文章页的不同展示需求。\n 二、基础用法\n 1. 默认用法\n在文章页面中使用 ArticleInfo 组件,传入文章数据和作用域:\nArticleInfo/basic\n```vue\n&lt"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载.html",
              "frontmatter": {
                "title": "LV01-DataLoader数据加载",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e0865117e0f",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "865117e0fcef46d498c60a4fc637c188",
                  "useduuid": "865117e0f"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV01-DataLoader数据加载",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtDataLoader } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n第一个组件,主要是学习组件的写法和用法。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtDataLoader /&gt;\n```\n 效果\n&lt;MtDataLoader /&gt;"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部.html",
              "frontmatter": {
                "title": "LV02-BackTop回到顶部",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e383be37ae4",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "83be37ae42b1440d8e0c87f77e25042e",
                  "useduuid": "83be37ae4"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV02-BackTop回到顶部",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtBackTop } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 简介\n这是一个回到顶部按钮。\n 基本用法\n在 Markdown文档中添加以下内容:\n```markdown\n&lt;MtBackTop minScrollY=\"value\"/&gt;\n```\nminScrollY表示向下滚动多少px后出现回到顶部按钮。\n 效果\n页面向下滚动就可以看到右下角出现轨道顶部按钮了。\n&lt;MtBackTop minScrollY=\"20\"/&gt;"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠.html",
              "frontmatter": {
                "title": "LV03-TransitionCollapse折叠",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e51798834a5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "1798834a59d94121ac457dfa4bb01866",
                  "useduuid": "1798834a5"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV03-TransitionCollapse折叠",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtTransitionCollapse } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst show = ref(false)\n&lt;/script&gt;\n&lt;style scoped&gt;\n.preview-container {\n  padding: 20px;\n  border: 1px solid ddd;\n  border-radius: 4px;\n}\n.content {\n  padding: 10px;\n  background-color:rg"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入.html",
              "frontmatter": {
                "title": "LV04-InputSlide滑动输入",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211e820106ce41",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20106ce41106495bb53a523e78309e48",
                  "useduuid": "20106ce41"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV04-InputSlide滑动输入",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtInputSlide } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst value1 = ref(50)  // 基础示例\nconst value2 = ref(100) // 自定义范围示例\nconst value3 = ref(5)   // 设置步长示例\nconst value4 = ref(30)  // 禁用状态示例\nconst value5 = ref(75)  // 自定义格式化示例\nconst formatPercentage = (val) =&g"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV05-Icon图标.html",
              "frontmatter": {
                "title": "LV05-Icon图标",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211ee3c329bfd3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3c329bfd32904f078790caf9654bc7f5",
                  "useduuid": "3c329bfd3"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV05-Icon图标",
              "date": "2025-09-03 19:31:21",
              "capture": "&lt;!-- 引入 iconfont 在线图标样式 --\n&lt;link rel=\"stylesheet\" href=\"//at.alicdn.com/t/font_2989306_w303erbip9.css\" /&gt;\n&lt;script setup lang=\"ts\"&gt;\nimport { MtIcon } from \"vitepress-theme-mist\";\nimport { gitee, email, WhatsApp, telegram, github, bilibili, moblieQQ, music } from \"vitepress-theme-mist\";"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV06-Button按钮.html",
              "frontmatter": {
                "title": "LV06-Button按钮",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f4efe567dec",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "efe567dec07b4aa69a2fee617e5ee209",
                  "useduuid": "efe567dec"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV06-Button按钮",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 基础示例\nconst basicClickCount = ref(0)\nconst handleBasicClick = () =&gt; {\n  basicClickCount.value++\n}\n// 不同类型示例\nconst primaryClickCount = ref(0)\nconst handlePrimaryClick = () =&gt; {\n  primaryClickCount.value"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示.html",
              "frontmatter": {
                "title": "LV07-Message消息提示",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211f9e66b38f5e",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e66b38f5e4e849f4b13ce3b8038ce543",
                  "useduuid": "e66b38f5e"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV07-Message消息提示",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtMessage } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst showMessage = (type = 'info') =&gt; {\n  MtMessagetype\n}\nconst showCustomMessage = () =&gt; {\n  MtMessage({\n    message: '这是一条自定义消息,持续5秒',\n    type: 'success',\n    duration: 5000,\n    showClose: true,\n  "
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片.html",
              "frontmatter": {
                "title": "LV08-Popover气泡卡片",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e426211fee0fe4e6df",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e0fe4e6df50d4da893bfdf08990c0e04",
                  "useduuid": "e0fe4e6df"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV08-Popover气泡卡片",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtPopover, MtButton } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\n// 不同触发方式示例\nconst clickVisible = ref(false)\nconst hoverVisible = ref(false)\nconst focusVisible = ref(false)\n// 不同位置示例\nconst topVisible = ref(false)\nconst rightVisible = ref(false)\nconst bottomVisibl"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器.html",
              "frontmatter": {
                "title": "LV09-Segmented分段器",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120558dabd0d0",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "58dabd0d094e4320b2033cdf909cc626",
                  "useduuid": "58dabd0d0"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV09-Segmented分段器",
              "date": "2025-09-03 19:31:21",
              "excerpt": "",
              "capture": "&lt;script setup\nimport { MtSegmented, MtSegmentedItem } from \"vitepress-theme-mist\"\nimport { ref } from 'vue'\nconst basicValue = ref('option1')\nconst disabledValue = ref('option1')\nconst iconValue = ref(\"ep:coordinate\")\nconst mixedValue = ref('option1')\nconst numberValue = ref(1)\nconst basicOptions"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页.html",
              "frontmatter": {
                "title": "LV10-ArticlePage文章页",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120b3cb387208",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3cb387208a254d45a34a16c1e73286c8",
                  "useduuid": "3cb387208"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV10-ArticlePage文章页",
              "date": "2025-09-03 19:31:21",
              "excerpt": "<p>这一部分来了解一下ArticlePage文章页组件。</p>\n",
              "capture": "这一部分来了解一下ArticlePage文章页组件。\n&lt;script setup\nimport { MtArticlePage } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、page布局\n当在 Markdown 文档将 `frontmatter.layout` 设置为 `page`,VitePress 不会对该 Markdown 生成的文章页应用任何样式,这对于需要创建一个完全自定义的页面时很有用。当没有设置`frontmatter.layout`时,默认使用的是`doc`布局,是这样的:\n当改为page布局,会变成这样:\n 二、文章页"
            },
            {
              "url": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
              "relativePath": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑.html",
              "frontmatter": {
                "title": "LV11-Breadcrumb面包屑",
                "date": "2025-09-03 19:31:21",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/component/common-omponent/126b07e4262120fe996735d3",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e996735d35674ee19ac4e6756c620ae9",
                  "useduuid": "e996735d3"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV11-Breadcrumb面包屑",
              "date": "2025-09-03 19:31:21",
              "excerpt": "<p>这一部分来了解一下Breadcrumb面包屑组件。</p>\n",
              "capture": "这一部分来了解一下Breadcrumb面包屑组件。\n&lt;script setup\nimport { MtBreadcrumb, MtBreadcrumbItem } from \"vitepress-theme-mist\"\n&lt;/script&gt;\n 一、组件介绍\nBreadcrumb(面包屑)是一种导航组件,用于显示用户在网站或应用中的当前位置。它可以帮助用户理解他们所在的层级结构,并提供快速返回上一级或首页的导航路径。\n 特点\n- 简洁直观:清晰的层级结构展示\n- 高度可定制:支持自定义分隔符\n- 灵活使用:支持纯文本、图标、链接等多种内容形式\n- 无障碍支持:内置ARIA属性,提"
            },
            {
              "url": "/sdoc/01-开发/LV01-pnpm工作区.html",
              "relativePath": "/sdoc/01-开发/LV01-pnpm工作区.html",
              "frontmatter": {
                "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16cde8cddce7",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "de8cddce7d20450baf040b1cb753b0b8",
                  "useduuid": "de8cddce7"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
              "date": "2025-09-03 19:30:53",
              "excerpt": "",
              "capture": "一、工作区\n\npnpm 内置了对单一存储库(也称为多包存储库、多项目存储库或整体存储库)的支持。你可以创建一个工作区来将多个项目联合到一个存储库中。\n&gt; 工作区的根目录中必须有一个 `pnpm-workspace.yaml` 文件。\n 1. 工作区协议\n如果 linkWorkspacePackages 设置为 `true`,如果可用包与声明的范围匹配,pnpm 将从工作区链接包。例如,如果 `bar` 在其依赖中有 `\"foo\": \"^1.0.0\"` 并且 `foo@1.0.0` 在工作区中,则 `foo@1.0.0` 链接到 `bar`。但是,如果 `bar` 在依赖中有 `\"foo\""
            },
            {
              "url": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
              "relativePath": "/sdoc/01-开发/LV02-TS路径映射与包作用域.html",
              "frontmatter": {
                "title": "LV02-TS路径映射与包作用域",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd16e3305d82da",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "3305d82dab814efb882a6fcaabb90051",
                  "useduuid": "3305d82da"
                },
                "titleTag": "TS"
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV02-TS路径映射与包作用域",
              "date": "2025-09-03 19:30:53",
              "excerpt": "",
              "capture": "一、Typescript路径映射\nTypescript 路径映射(Path Mapping)是一种允许开发者在导入模块时使用自定义路径别名而不是相对路径的功能。这使得代码更加清晰、易于维护,并且在重构项目结构时更加方便。\n 1. 基本概念\n路径映射通过在 `tsconfig.json` 文件中配置 `paths` 和 `baseUrl` 来实现。`baseUrl` 指定了非相对路径模块的基础目录,`paths` 则定义了路径别名与实际路径之间的映射关系。\n路径映射的核心价值在于解决深层嵌套目录结构中的导入问题。当项目变得复杂时,相对路径可能会变成类似 `../../../../utils/he"
            },
            {
              "url": "/sdoc/01-开发/LV03-主题入口分析.html",
              "relativePath": "/sdoc/01-开发/LV03-主题入口分析.html",
              "frontmatter": {
                "title": "LV03-主题入口分析",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17023e4d75e5",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "23e4d75e56e041f692beffd2f289b351",
                  "useduuid": "23e4d75e5"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV03-主题入口分析",
              "date": "2025-09-03 19:30:53",
              "capture": "一、开发指南\n主题的主入口文件为`packages/mist/index.ts`,这里的index.ts将会在vitepress站点的`.vitepress/theme/index.ts`中导入和调用。\n 二、Workspace 机制详解\n 1. 项目配置分析\n 1.1 pnpm-workspace.yaml\n```yaml\n pnpm-workspace.yaml\npackages:\n  - docs\n  - packages/*\n```\n这个配置定义了 Workspace 的范围,包含了 `packages` 目录下的所有子目录。\n 1.2 packages/mist/package.js"
            },
            {
              "url": "/sdoc/01-开发/LV04-主题配置.html",
              "relativePath": "/sdoc/01-开发/LV04-主题配置.html",
              "frontmatter": {
                "title": "LV04-主题配置",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17220a98bc82",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "20a98bc8246e4b73bea0686cc9187455",
                  "useduuid": "20a98bc82"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV04-主题配置",
              "date": "2025-09-03 19:30:53",
              "excerpt": "<p>vitepress的配置合并。</p>\n",
              "capture": "vitepress的配置合并。\n 一、概述\n当建立一个vitepress站点后,得到的默认配置文件如下:\n```typescript\nimport { defineConfig } from 'vitepress'\n// https://vitepress.dev/reference/site-config\nexport default defineConfig({\n  title: \"mist docs\",\n  description: \"vitepress-theme-mist docs\",\n  themeConfig: {\n    // https://vitepress.dev/ref"
            },
            {
              "url": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
              "relativePath": "/sdoc/01-开发/LV05-DataLoader组件分析.html",
              "frontmatter": {
                "title": "LV05-DataLoader组件分析",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd17a044334074",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "044334074d22480189ca6526987551cd",
                  "useduuid": 9549884
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV05-DataLoader组件分析",
              "date": "2025-09-03 19:30:53",
              "capture": "DataLoader 组件导入过程分析\n本文档详细分析了 DataLoader 组件在项目中的目录结构、各文件作用以及从组件实现到最终在 `@docs-site/vitepress-theme-mist` 主题中注册的完整导入链路。\n 1. 目录结构分析\n 1.1 目录结构\n```bash\n📁 DataLoader/\n├── 📄 index.ts                    组件主入口文件\n├── 📁 src/\n│   ├── 📄 DataLoader.vue          组件实现文件\n│   ├── 📄 DataLoader.ts           类型定义文件\n"
            },
            {
              "url": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
              "relativePath": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析.html",
              "frontmatter": {
                "title": "LV06-SCSS变量未展开问题分析",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1810c4407b67",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "0c4407b679bd42e6bb74555e9aba8d35",
                  "useduuid": "0c4407b67"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV06-SCSS变量未展开问题分析",
              "date": "2025-09-03 19:30:53",
              "capture": "一、问题描述\n在 `packages\\theme-chalk\\src\\var\\theme-color.scss` 文件中,第46-51行的代码:\n```scss\nhtml[theme-color=\"ep-blue\"] {\n  --vp-c-brand-1: {getCssVar(\"el-color-primary\")};\n  --vp-c-brand-2: {getCssVar(\"el-color-primary-light-3\")};\n  --vp-c-brand-3: {getCssVar(\"el-color-primary-light-5\")};\n  --vp-c-brand-soft:"
            },
            {
              "url": "/sdoc/01-开发/LV07-Vite插件.html",
              "relativePath": "/sdoc/01-开发/LV07-Vite插件.html",
              "frontmatter": {
                "title": "LV07-Vite插件",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd1846daae8bc9",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "6daae8bc9f6c412086ab838990409a9f",
                  "useduuid": "6daae8bc9"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV07-Vite插件",
              "date": "2025-09-03 19:30:53",
              "capture": "VitePress 处于 Vite 环境下,因此天然支持 Vite 插件。\n 一、Vite 插件基础模板\n首先介绍 Vite 插件的基础模板:\n```ts\nimport type { Plugin } from \"vite\";\ninterface Options {\n  // ...\n}\nexport default function VitePluginVitePressTemplate(option: Options = {}): Plugin {\n  return {\n    name: \"vite-plugin-vitepress-template\",\n    // ...\n  };\n"
            },
            {
              "url": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
              "relativePath": "/sdoc/01-开发/LV08-Git提交规范与工具集成.html",
              "frontmatter": {
                "title": "LV08-Git提交规范与工具集成",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd185f604fb585",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "f604fb58551a444586d9475b9a7cf07f",
                  "useduuid": "f604fb585"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV08-Git提交规范与工具集成",
              "date": "2025-09-03 19:30:53",
              "capture": "在现代前端开发中,规范化的 Git 提交信息对于项目维护和版本管理至关重要。本文将详细介绍 husky、cz-git 和 @commitlint/cli 三个工具的使用方法,以及如何建立一套完整的 Git 提交规范体系。\n\n 一、Husky - Git 钩子工具\n 1. 简介\nHusky 是一个现代化的 Git 钩子管理工具,它允许我们在 Git 的各个生命周期节点(如 pre-commit、commit-msg 等)执行自定义脚本。通过 Husky,我们可以自动化执行代码检查、测试、提交信息验证等任务。\n&gt; Git仓库:GitHub - typicode/husky: Git hook"
            },
            {
              "url": "/sdoc/01-开发/LV09-standard-version.html",
              "relativePath": "/sdoc/01-开发/LV09-standard-version.html",
              "frontmatter": {
                "title": "LV09-standard-version",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd188e67e63568",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "e67e635686834c628f79459e7025af6d",
                  "useduuid": "e67e63568"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV09-standard-version",
              "date": "2025-09-03 19:30:53",
              "capture": "一、Standard-Version是什么\n 1. 简介\nStandard-Version是一款遵循语义化版本(semver)和commit message标准规范的版本和Changelog自动化工具。它基于commit类型来自动更新版本号,例如新功能(feature)会更新次要版本号(minor),修复错误(bug fix)会更新补丁版本号(patch),而破坏性更改(BREAKING CHANGES)则会更新主要版本号(major)。这意味着开发者只需要专注于开发,而不需要担心版本号和Changelog的更新。\n要使用Standard-Version,开发者需要遵循Conventional"
            },
            {
              "url": "/sdoc/01-开发/LV10-changesets.html",
              "relativePath": "/sdoc/01-开发/LV10-changesets.html",
              "frontmatter": {
                "title": "LV10-changesets",
                "date": "2025-09-03 19:30:53",
                "icon": "famicons:logo-markdown",
                "permalink": "/sdoc/develop/126b07e425dd18a17fa41782",
                "index": true,
                "tags": null,
                "categories": null,
                "copyright": false,
                "keywords": null,
                "cover": null,
                "comments": null,
                "mathjax": null,
                "top": null,
                "description": null,
                "tdoc": {
                  "detailDate": {},
                  "fulluuid": "17fa41782581414ea91dda82301287f3",
                  "useduuid": "17fa41782"
                }
              },
              "author": {
                "name": "苏木",
                "link": "https://github.com/docs-site"
              },
              "title": "LV10-changesets",
              "date": "2025-09-03 19:30:53",
              "capture": "一、Changesets是什么\n 1. 简介\nChangesets 是一个专为 monorepo 项目设计的版本管理和变更日志生成工具。与 Standard-Version 不同,Changesets 采用手动创建变更集(changeset)的方式,让开发者能够精确控制每个版本包含的变更内容。它特别适合多包管理的复杂项目,提供更灵活的版本控制策略。\nChangesets 的核心思想是\"变更集驱动\"——开发者需要手动创建变更集文件来描述所做的更改,然后工具会根据这些变更集自动更新版本号、生成变更日志,并处理包之间的依赖关系。\n核心特点:\n- 在开发时,需要开发者提供本次变更涉及的包名称、升级版本"
            }
          ]
        }
      },
      "groupPosts": {
        "categories": {},
        "tags": {}
      },
      "groupCards": {
        "categories": [],
        "tags": []
      }
    },
    "sidebar": {
      "/sdoc/01-开发/": [
        {
          "text": "LV01-pnpm工作区 <Badge type=\"tip\" text=\"PNPM\" />",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV01-pnpm工作区"
        },
        {
          "text": "LV02-TS路径映射与包作用域",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV02-TS路径映射与包作用域"
        },
        {
          "text": "LV03-主题入口分析",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV03-主题入口分析"
        },
        {
          "text": "LV04-主题配置",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV04-主题配置"
        },
        {
          "text": "LV05-DataLoader组件分析",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV05-DataLoader组件分析"
        },
        {
          "text": "LV06-SCSS变量未展开问题分析",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV06-SCSS变量未展开问题分析"
        },
        {
          "text": "LV07-Vite插件",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV07-Vite插件"
        },
        {
          "text": "LV08-Git提交规范与工具集成",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV08-Git提交规范与工具集成"
        },
        {
          "text": "LV09-standard-version",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV09-standard-version"
        },
        {
          "text": "LV10-changesets",
          "collapsed": true,
          "link": "/sdoc/01-开发/LV10-changesets"
        }
      ],
      "/sdoc/02-组件/": [
        {
          "text": "01-公共组件",
          "collapsed": true,
          "items": [
            {
              "text": "LV01-DataLoader数据加载",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV01-DataLoader数据加载"
            },
            {
              "text": "LV02-BackTop回到顶部",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV02-BackTop回到顶部"
            },
            {
              "text": "LV03-TransitionCollapse折叠",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV03-TransitionCollapse折叠"
            },
            {
              "text": "LV04-InputSlide滑动输入",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV04-InputSlide滑动输入"
            },
            {
              "text": "LV05-Icon图标",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV05-Icon图标"
            },
            {
              "text": "LV06-Button按钮",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV06-Button按钮"
            },
            {
              "text": "LV07-Message消息提示",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV07-Message消息提示"
            },
            {
              "text": "LV08-Popover气泡卡片",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV08-Popover气泡卡片"
            },
            {
              "text": "LV09-Segmented分段器",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV09-Segmented分段器"
            },
            {
              "text": "LV10-ArticlePage文章页",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV10-ArticlePage文章页"
            },
            {
              "text": "LV11-Breadcrumb面包屑",
              "collapsed": true,
              "link": "/sdoc/02-组件/01-公共组件/LV11-Breadcrumb面包屑"
            }
          ]
        },
        {
          "text": "02-主题组件",
          "collapsed": true,
          "items": [
            {
              "text": "LV01-Democode组件",
              "collapsed": true,
              "link": "/sdoc/02-组件/02-主题组件/LV01-Democode组件"
            },
            {
              "text": "LV02-ArticleBreadcrumb文章面包屑",
              "collapsed": true,
              "link": "/sdoc/02-组件/02-主题组件/LV02-ArticleBreadcrumb文章面包屑"
            },
            {
              "text": "LV03-ArticleInfo文章信息",
              "collapsed": true,
              "link": "/sdoc/02-组件/02-主题组件/LV03-ArticleInfo文章信息"
            }
          ]
        }
      ],
      "/sdoc/03-插件/": [
        {
          "text": "LV01-file-content-loader",
          "collapsed": true,
          "link": "/sdoc/03-插件/LV01-file-content-loader"
        },
        {
          "text": "LV02-catalogue分析文档",
          "collapsed": true,
          "link": "/sdoc/03-插件/LV02-catalogue分析文档"
        },
        {
          "text": "LV03-永久链接",
          "collapsed": true,
          "link": "/sdoc/03-插件/LV03-永久链接"
        },
        {
          "text": "LV04-自动侧边栏",
          "collapsed": true,
          "link": "/sdoc/03-插件/LV04-自动侧边栏"
        },
        {
          "text": "LV05-侧边栏的rewrite模式",
          "collapsed": true,
          "link": "/sdoc/03-插件/LV05-侧边栏的rewrite模式"
        },
        {
          "text": "LV06-目录页的rewrite模式",
          "collapsed": true,
          "link": "/sdoc/03-插件/LV06-目录页的rewrite模式"
        },
        {
          "text": "LV10-img懒加载",
          "collapsed": true,
          "link": "/sdoc/03-插件/LV10-img懒加载"
        }
      ],
      "/sdoc/04-使用/": [
        {
          "text": "LV001-复制提示",
          "collapsed": true,
          "link": "/sdoc/04-使用/LV001-复制提示"
        }
      ]
    }
  },
  "locales": {},
  "scrollOffset": 134,
  "cleanUrls": false,
  "localeIndex": "root"
}