Skip to content

Runtime API Examples

This page demonstrates usage of some of the runtime APIs provided by VitePress.

The main useData() API can be used to access site, theme, and page data for the current page. It works in both .md and .vue files:

md
<script setup>
import { useData } from 'vitepress'

const { theme, page, frontmatter } = useData()
</script>

## Results

### Theme Data
<pre>{{ theme }}</pre>

### Page Data
<pre>{{ page }}</pre>

### Page Frontmatter
<pre>{{ frontmatter }}</pre>

Results

Theme Data

{
  "nav": [
    {
      "text": "主页",
      "link": "/"
    },
    {
      "text": "ACM",
      "link": "/acm/"
    },
    {
      "text": "笔记",
      "link": "/notes/"
    },
    {
      "text": "博客",
      "link": "https://starlab.top"
    }
  ],
  "socialLinks": [
    {
      "icon": "github",
      "link": "https://github.com/InvalidNamee/vitepress-docs"
    }
  ],
  "search": {
    "provider": "algolia",
    "options": {
      "appId": "AZ0CRCTFDM",
      "apiKey": "7504d37964350a8efdb9fb2366d6ab71",
      "indexName": "vitepress-docs"
    }
  },
  "footer": {
    "message": "© 2026 InvalidNamee. All Rights Reserved.",
    "copyright": "<div style=\"display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:4px 12px;margin-top:8px;font-size:13px;\"><a style=\"color:var(--vp-c-brand-1);text-decoration:none;font-weight:500;display:flex;align-items:center;gap:4px;\" target=\"_blank\" href=\"https://beian.mps.gov.cn/#/query/webSearch?code=13042702000231\"><img src=\"/gongan.png\" style=\"width:14px;height:14px;\" alt=\"公安号\"><span>冀公网安备13042702000231号</span></a><span style=\"color:rgba(128,128,128,0.4);\">/</span><a style=\"color:var(--vp-c-brand-1);text-decoration:none;font-weight:500;\" target=\"_blank\" href=\"https://beian.miit.gov.cn/#/Integrated/index\">冀ICP备2026000059号-1</a></div>"
  },
  "outline": {
    "level": [
      2,
      6
    ],
    "label": "页面导航"
  },
  "editLink": {
    "pattern": "https://github.com/InvalidNamee/vitepress-docs/edit/main/docs/:path",
    "text": "在 GitHub 编辑本页"
  },
  "lastUpdated": {
    "text": "最后更新于"
  },
  "docFooter": {
    "prev": "上一页",
    "next": "下一页"
  },
  "sidebar": {
    "/acm/": {
      "base": "/acm/",
      "items": [
        {
          "text": "AcWing",
          "link": "acwing/index.md",
          "items": [
            {
              "text": "AcWing 计算几何打卡记录",
              "link": "acwing/geometry/index.md"
            },
            {
              "text": "快速傅立叶变换 (FFT)",
              "link": "acwing/math/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "CSES",
          "link": "cses/index.md",
          "items": [
            {
              "text": "CSES Advanced Techniques",
              "link": "cses/advanced-techniques/index.md"
            },
            {
              "text": "CSES Dynamic Programming",
              "link": "cses/dp/index.md"
            },
            {
              "text": "CSES Geometry",
              "link": "cses/geometry/index.md"
            },
            {
              "text": "CSES Introductory Problems",
              "link": "cses/intro/index.md"
            },
            {
              "text": "CSES Mathematics",
              "link": "cses/mathematics/index.md"
            },
            {
              "text": "CSES Range Queries",
              "link": "cses/range-queries/index.md"
            },
            {
              "text": "CSES Sorting and Searching",
              "link": "cses/sorting-searching/index.md"
            },
            {
              "text": "CSES String Algorithm",
              "link": "cses/string/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "团体程序设计天梯赛",
          "link": "gplt/index.md",
          "items": [
            {
              "text": "第四届成都信息工程大学天梯赛",
              "link": "gplt/cuit-2025/index.md"
            },
            {
              "text": "第五届成都信息工程大学天梯赛",
              "link": "gplt/cuit-2026/index.md"
            },
            {
              "text": "GPLT-全国赛2026",
              "link": "gplt/national-2026/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2026“钉耙编程”暑期联赛",
          "link": "hdu-summer-2026/index.md",
          "items": [
            {
              "text": "2026“钉耙编程”暑期联赛(1)",
              "link": "hdu-summer-2026/01"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(2)",
              "link": "hdu-summer-2026/02"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(3)",
              "link": "hdu-summer-2026/03"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(4)",
              "link": "hdu-summer-2026/04"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(5)",
              "link": "hdu-summer-2026/05"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(6)",
              "link": "hdu-summer-2026/06"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(7)",
              "link": "hdu-summer-2026/07"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(8)",
              "link": "hdu-summer-2026/08"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(9)",
              "link": "hdu-summer-2026/09"
            },
            {
              "text": "2026“钉耙编程”暑期联赛(10)",
              "link": "hdu-summer-2026/10"
            }
          ],
          "collapsed": true
        },
        {
          "text": "ICPC",
          "link": "icpc/index.md",
          "items": [
            {
              "text": "The 2022 ICPC Asia East Continent Final Contest",
              "link": "icpc/east-continent-final-2021/index.md"
            },
            {
              "text": "The 2022 ICPC Asia East Continent Final Contest",
              "link": "icpc/east-continent-final-2022/index.md"
            },
            {
              "text": "The 2023 ICPC Asia East Continent Final Contest",
              "link": "icpc/east-continent-final-2023/index.md"
            },
            {
              "text": "ICPC Asia EC Online 2025(I)",
              "link": "icpc/east-continent-online-2025-01/index.md"
            },
            {
              "text": "【NAC2025】2025 拼题A XCPC 系统测试赛",
              "link": "icpc/nac-2025/index.md"
            },
            {
              "text": "The 2025 ICPC Asia Xi'an Regional Contest",
              "link": "icpc/xian-regional-2025/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "蓝桥杯软件赛",
          "link": "lanqiao/index.md",
          "items": [
            {
              "text": "2026 蓝桥杯省赛 A 组",
              "link": "lanqiao/provincial-2026"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2025牛客暑期多校训练营",
          "link": "nowcoder-summer-2025/index.md",
          "items": [
            {
              "text": "2025牛客暑期多校训练营1",
              "link": "nowcoder-summer-2025/01/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营2",
              "link": "nowcoder-summer-2025/02/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营3",
              "link": "nowcoder-summer-2025/03/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营4",
              "link": "nowcoder-summer-2025/04/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营5",
              "link": "nowcoder-summer-2025/05/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营6",
              "link": "nowcoder-summer-2025/06/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营7",
              "link": "nowcoder-summer-2025/07/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营8",
              "link": "nowcoder-summer-2025/08/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营9",
              "link": "nowcoder-summer-2025/09/index.md"
            },
            {
              "text": "2025牛客暑期多校训练营10",
              "link": "nowcoder-summer-2025/10/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2026牛客暑期多校训练营",
          "link": "nowcoder-summer-2026/index.md",
          "items": [
            {
              "text": "2026牛客暑期多校训练营1",
              "link": "nowcoder-summer-2026/01"
            },
            {
              "text": "2026牛客暑期多校训练营2",
              "link": "nowcoder-summer-2026/02"
            },
            {
              "text": "2026牛客暑期多校训练营3",
              "link": "nowcoder-summer-2026/03"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2025春季个人训练赛",
          "link": "tk-spring-2025/index.md",
          "items": [
            {
              "text": "2025春训第一场",
              "link": "tk-spring-2025/01/index.md"
            },
            {
              "text": "2025春训第二场",
              "link": "tk-spring-2025/02/index.md"
            },
            {
              "text": "2025春训第三场",
              "link": "tk-spring-2025/03/index.md"
            },
            {
              "text": "2025春训第四场",
              "link": "tk-spring-2025/04/index.md"
            },
            {
              "text": "2025春训第五场",
              "link": "tk-spring-2025/05/index.md"
            },
            {
              "text": "2025春训第六场",
              "link": "tk-spring-2025/06/index.md"
            },
            {
              "text": "2025春训第七场",
              "link": "tk-spring-2025/07/index.md"
            },
            {
              "text": "2025春训第八场",
              "link": "tk-spring-2025/08/index.md"
            },
            {
              "text": "2025春训第九场",
              "link": "tk-spring-2025/09/index.md"
            },
            {
              "text": "2025 春训第十场",
              "link": "tk-spring-2025/10/index.md"
            },
            {
              "text": "2025春训第十一场",
              "link": "tk-spring-2025/11/index.md"
            },
            {
              "text": "2025春训第十二场",
              "link": "tk-spring-2025/12/index.md"
            },
            {
              "text": "2025春训第十三场",
              "link": "tk-spring-2025/13/index.md"
            },
            {
              "text": "2025春训第十四场",
              "link": "tk-spring-2025/14/index.md"
            },
            {
              "text": "2025春训第十五场",
              "link": "tk-spring-2025/15/index.md"
            },
            {
              "text": "2025春训第十六场",
              "link": "tk-spring-2025/16/index.md"
            },
            {
              "text": "2025春训第十七场",
              "link": "tk-spring-2025/17/index.md"
            },
            {
              "text": "2025春训第十八场",
              "link": "tk-spring-2025/18/index.md"
            },
            {
              "text": "2025春训第十九场",
              "link": "tk-spring-2025/19/index.md"
            },
            {
              "text": "2025春训第二十场",
              "link": "tk-spring-2025/20/index.md"
            },
            {
              "text": "2025春训第二十一场",
              "link": "tk-spring-2025/21/index.md"
            },
            {
              "text": "2025春训第二十二场",
              "link": "tk-spring-2025/22/index.md"
            },
            {
              "text": "2025春训第二十三场",
              "link": "tk-spring-2025/23/index.md"
            },
            {
              "text": "2025春训第二十六场",
              "link": "tk-spring-2025/26/index.md"
            },
            {
              "text": "2025春训第二十七场",
              "link": "tk-spring-2025/27/index.md"
            },
            {
              "text": "2025春训第二十八场",
              "link": "tk-spring-2025/28/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2026春季个人训练赛",
          "link": "tk-spring-2026/index.md",
          "items": [
            {
              "text": "2025春个人训练赛第一场",
              "link": "tk-spring-2026/01"
            },
            {
              "text": "2025春个人训练赛第二场",
              "link": "tk-spring-2026/02"
            },
            {
              "text": "2025春个人训练赛第四场",
              "link": "tk-spring-2026/04"
            },
            {
              "text": "2025春个人训练赛第七场",
              "link": "tk-spring-2026/07"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2025夏季个人训练赛",
          "link": "tk-summer-2025/index.md",
          "items": [
            {
              "text": "2025夏季个人训练赛第一场",
              "link": "tk-summer-2025/01/index.md"
            },
            {
              "text": "2025夏季个人训练赛第二场",
              "link": "tk-summer-2025/02/index.md"
            },
            {
              "text": "2025夏季个人训练赛第三场",
              "link": "tk-summer-2025/03/index.md"
            },
            {
              "text": "2025夏季个人训练赛第四场",
              "link": "tk-summer-2025/04/index.md"
            },
            {
              "text": "2025夏季个人训练赛第五场",
              "link": "tk-summer-2025/05/index.md"
            },
            {
              "text": "2025夏季个人训练赛第六场",
              "link": "tk-summer-2025/06/index.md"
            },
            {
              "text": "2025夏季个人训练赛第七场",
              "link": "tk-summer-2025/07/index.md"
            },
            {
              "text": "2025夏季个人训练赛第八场",
              "link": "tk-summer-2025/08/index.md"
            },
            {
              "text": "2025夏季个人训练赛第九场",
              "link": "tk-summer-2025/09/index.md"
            },
            {
              "text": "2025夏季个人训练赛第十场",
              "link": "tk-summer-2025/10/index.md"
            },
            {
              "text": "2025夏季个人训练赛第十一场",
              "link": "tk-summer-2025/11/index.md"
            },
            {
              "text": "2025夏季个人训练赛第十二场",
              "link": "tk-summer-2025/12/index.md"
            },
            {
              "text": "2025夏季个人训练赛第十三场",
              "link": "tk-summer-2025/13/index.md"
            },
            {
              "text": "2025夏季个人训练赛第十四场",
              "link": "tk-summer-2025/14/index.md"
            },
            {
              "text": "2025夏季个人训练赛第十五场",
              "link": "tk-summer-2025/15/index.md"
            },
            {
              "text": "2025夏季个人训练赛第二十七场",
              "link": "tk-summer-2025/27/index.md"
            },
            {
              "text": "2025夏季个人训练赛第二十八场",
              "link": "tk-summer-2025/28/index.md"
            },
            {
              "text": "2025夏季个人训练赛第二十九场",
              "link": "tk-summer-2025/29/index.md"
            },
            {
              "text": "2025夏季个人训练赛第三十三场",
              "link": "tk-summer-2025/33/index.md"
            },
            {
              "text": "2025夏季个人训练赛第三十四场",
              "link": "tk-summer-2025/34/index.md"
            },
            {
              "text": "2025夏季个人训练赛第三十六场",
              "link": "tk-summer-2025/36/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2026夏个人训练赛",
          "link": "tk-summer-2026/index.md",
          "items": [
            {
              "text": "2026夏个人训练赛第五场",
              "link": "tk-summer-2026/05"
            },
            {
              "text": "2026夏个人训练赛第十六场",
              "link": "tk-summer-2026/16"
            },
            {
              "text": "2026夏个人训练赛第十七场",
              "link": "tk-summer-2026/17"
            },
            {
              "text": "2026夏个人训练赛第十八场",
              "link": "tk-summer-2026/18"
            },
            {
              "text": "2026夏个人训练赛第十九场",
              "link": "tk-summer-2026/19"
            },
            {
              "text": "2026夏个人训练赛第二十场",
              "link": "tk-summer-2026/20"
            },
            {
              "text": "2026夏个人训练赛第二十一场",
              "link": "tk-summer-2026/21"
            },
            {
              "text": "2026夏个人训练赛第二十二场",
              "link": "tk-summer-2026/22"
            },
            {
              "text": "2026夏个人训练赛第二十三场",
              "link": "tk-summer-2026/23"
            },
            {
              "text": "2026夏个人训练赛第二十四场",
              "link": "tk-summer-2026/24"
            },
            {
              "text": "2026夏个人训练赛第二十六场",
              "link": "tk-summer-2026/26"
            },
            {
              "text": "2026夏个人训练赛第二十八场",
              "link": "tk-summer-2026/28"
            },
            {
              "text": "2026夏个人训练赛第二十九场",
              "link": "tk-summer-2026/29"
            },
            {
              "text": "2026夏个人训练赛第三十场",
              "link": "tk-summer-2026/30"
            },
            {
              "text": "2026夏个人训练赛第三十一场",
              "link": "tk-summer-2026/31"
            },
            {
              "text": "2026夏个人训练赛第三十二场",
              "link": "tk-summer-2026/32"
            },
            {
              "text": "2026夏个人训练赛第三十三场",
              "link": "tk-summer-2026/33"
            },
            {
              "text": "2026夏个人训练赛第三十四场",
              "link": "tk-summer-2026/34"
            },
            {
              "text": "2026夏个人训练赛第三十五场",
              "link": "tk-summer-2026/35"
            },
            {
              "text": "2026夏个人训练赛第三十六场",
              "link": "tk-summer-2026/36"
            },
            {
              "text": "2026夏个人训练赛第三十七场",
              "link": "tk-summer-2026/37"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2025夏季组队训练赛",
          "link": "tk-team-summer-2025/index.md",
          "items": [
            {
              "text": "2025组队训练赛第 16 场",
              "link": "tk-team-summer-2025/16/index.md"
            },
            {
              "text": "2025组队训练赛第 17 场",
              "link": "tk-team-summer-2025/17/index.md"
            },
            {
              "text": "2025组队训练赛第 18 场",
              "link": "tk-team-summer-2025/18/index.md"
            },
            {
              "text": "2025组队训练赛第 19 场",
              "link": "tk-team-summer-2025/19/index.md"
            },
            {
              "text": "2025组队训练赛第 20 场",
              "link": "tk-team-summer-2025/20/index.md"
            },
            {
              "text": "2025组队训练赛第 21 场",
              "link": "tk-team-summer-2025/21/index.md"
            },
            {
              "text": "2025组队训练赛第 22 场",
              "link": "tk-team-summer-2025/22/index.md"
            },
            {
              "text": "2025组队训练赛第 23 场",
              "link": "tk-team-summer-2025/23/index.md"
            },
            {
              "text": "2025组队训练赛第 24 场",
              "link": "tk-team-summer-2025/24/index.md"
            },
            {
              "text": "2025组队训练赛第 25 场",
              "link": "tk-team-summer-2025/25/index.md"
            },
            {
              "text": "2025组队训练赛第 26 场",
              "link": "tk-team-summer-2025/26/index.md"
            },
            {
              "text": "2025组队训练赛第 27 场",
              "link": "tk-team-summer-2025/27/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2026夏组队训练赛",
          "link": "tk-team-summer-2026/index.md",
          "items": [
            {
              "text": "2026夏组队训练赛第一场",
              "link": "tk-team-summer-2026/01"
            },
            {
              "text": "2026夏组队训练赛第二场",
              "link": "tk-team-summer-2026/02"
            },
            {
              "text": "2026夏组队训练赛第三场",
              "link": "tk-team-summer-2026/03"
            },
            {
              "text": "2026夏组队训练赛第四场",
              "link": "tk-team-summer-2026/04"
            },
            {
              "text": "2026夏组队训练赛第五场",
              "link": "tk-team-summer-2026/05"
            },
            {
              "text": "2026夏组队训练赛第六场",
              "link": "tk-team-summer-2026/06"
            },
            {
              "text": "2026夏组队训练赛第七场",
              "link": "tk-team-summer-2026/07"
            },
            {
              "text": "2026夏组队训练赛第八场",
              "link": "tk-team-summer-2026/08"
            }
          ],
          "collapsed": true
        },
        {
          "text": "2026寒假个人训练赛",
          "link": "tk-winter-2026/index.md",
          "items": [
            {
              "text": "2026寒假个人训练赛第一场",
              "link": "tk-winter-2026/01/index.md"
            },
            {
              "text": "2026寒假个人训练赛第二场",
              "link": "tk-winter-2026/02/index.md"
            },
            {
              "text": "2026寒假个人训练赛第三场",
              "link": "tk-winter-2026/03/index.md"
            },
            {
              "text": "2026寒假个人训练赛第四场",
              "link": "tk-winter-2026/04/index.md"
            },
            {
              "text": "2026寒假个人训练赛第五场",
              "link": "tk-winter-2026/05/index.md"
            },
            {
              "text": "2026寒假个人训练赛第六场",
              "link": "tk-winter-2026/06/index.md"
            },
            {
              "text": "2026寒假个人训练赛第七场",
              "link": "tk-winter-2026/07/index.md"
            },
            {
              "text": "2026寒假个人训练赛第十五场",
              "link": "tk-winter-2026/15/index.md"
            },
            {
              "text": "2026寒假个人训练赛第十六场",
              "link": "tk-winter-2026/16/index.md"
            },
            {
              "text": "2026寒假个人训练赛第十七场",
              "link": "tk-winter-2026/17/index.md"
            },
            {
              "text": "2026寒假个人训练赛第十八场",
              "link": "tk-winter-2026/18/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "UPCPC",
          "link": "upcpc/index.md",
          "items": [
            {
              "text": "UPCPC2025正式赛",
              "link": "upcpc/final-2025/index.md"
            },
            {
              "text": "UPCPC2025网络预选赛",
              "link": "upcpc/online-2025/index.md"
            },
            {
              "text": "UPCPC2026网络预选赛",
              "link": "upcpc/online-2026/index.md"
            }
          ],
          "collapsed": true
        }
      ]
    },
    "/notes/": {
      "base": "/notes/",
      "items": [
        {
          "text": "计算机组成原理",
          "link": "coa/index.md",
          "items": [
            {
              "text": "逻辑代数基础",
              "link": "coa/01/index.md"
            },
            {
              "text": "组合逻辑电路",
              "link": "coa/02/index.md"
            },
            {
              "text": "时序逻辑电路",
              "link": "coa/03/index.md"
            },
            {
              "text": "绪论",
              "link": "coa/11/index.md"
            },
            {
              "text": "计算机中数据信息的表示",
              "link": "coa/12/index.md"
            },
            {
              "text": "运算方法和运算器",
              "link": "coa/13/index.md"
            },
            {
              "text": "指令系统",
              "link": "coa/14/index.md"
            },
            {
              "text": "存储器",
              "link": "coa/15/index.md"
            },
            {
              "text": "中央处理器",
              "link": "coa/16/index.md"
            },
            {
              "text": "总线系统",
              "link": "coa/17/index.md"
            },
            {
              "text": "输入输出系统",
              "link": "coa/18/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "数据结构",
          "link": "data-structure/index.md",
          "items": [
            {
              "text": "【数据结构】C语言测试题",
              "link": "data-structure/contest-00/index.md"
            },
            {
              "text": "【数据结构】一般线性表",
              "link": "data-structure/contest-01/index.md"
            },
            {
              "text": "【数据结构】特殊线性表",
              "link": "data-structure/contest-02/index.md"
            },
            {
              "text": "【数据结构】在线测试1",
              "link": "data-structure/contest-03/index.md"
            },
            {
              "text": "【数据结构】在线测试2",
              "link": "data-structure/contest-04/index.md"
            },
            {
              "text": "【数据结构】树和二叉树",
              "link": "data-structure/contest-05/index.md"
            },
            {
              "text": "【数据结构】图的操作与应用",
              "link": "data-structure/contest-06/index.md"
            },
            {
              "text": "【数据结构】线性表",
              "link": "data-structure/list/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "数据库原理",
          "link": "db/index.md",
          "items": [
            {
              "text": "复习提纲",
              "link": "db/00"
            },
            {
              "text": "绪论",
              "link": "db/01/index.md"
            },
            {
              "text": "关系数据库",
              "link": "db/02"
            },
            {
              "text": "关系数据库标准语言 SQL",
              "link": "db/03"
            },
            {
              "text": "数据库安全性",
              "link": "db/04"
            },
            {
              "text": "数据库完整性",
              "link": "db/05"
            },
            {
              "text": "关系数据理论",
              "link": "db/06"
            },
            {
              "text": "数据库设计",
              "link": "db/07"
            },
            {
              "text": "数据库恢复技术",
              "link": "db/11/index.md"
            },
            {
              "text": "并发控制",
              "link": "db/12"
            }
          ],
          "collapsed": true
        },
        {
          "text": "数字图像处理",
          "link": "dip/index.md",
          "items": [
            {
              "text": "绪论",
              "link": "dip/01"
            },
            {
              "text": "数字图像基础",
              "link": "dip/02"
            },
            {
              "text": "空域增强技术",
              "link": "dip/03"
            },
            {
              "text": "频域图像增强",
              "link": "dip/04"
            },
            {
              "text": "形态学图像处理",
              "link": "dip/05"
            },
            {
              "text": "彩色图像处理",
              "link": "dip/06"
            }
          ],
          "collapsed": true
        },
        {
          "text": "discrete-math",
          "items": [
            {
              "text": "离散数学:最短路的代码实现",
              "link": "discrete-math/dm01/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "深度学习基础",
          "link": "dl-basics/index.md",
          "items": [
            {
              "text": "数学基础",
              "link": "dl-basics/00/index.md"
            },
            {
              "text": "机器学习基础",
              "link": "dl-basics/01/index.md"
            },
            {
              "text": "深度学习基础",
              "link": "dl-basics/02/index.md"
            },
            {
              "text": "卷积神经网络",
              "link": "dl-basics/03/index.md"
            },
            {
              "text": "循环神经网络",
              "link": "dl-basics/04/index.md"
            },
            {
              "text": "注意力机制与 Transformer",
              "link": "dl-basics/05/index.md"
            },
            {
              "text": "网络优化与正则化",
              "link": "dl-basics/06/index.md"
            },
            {
              "text": "深度强化学习",
              "link": "dl-basics/07/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "心理健康与职业发展(2-1)",
          "link": "mh2-1/index.md",
          "items": [
            {
              "text": "心理笔记",
              "link": "mh2-1/xinli-note/index.md"
            }
          ],
          "collapsed": true
        },
        {
          "text": "先秦君子风范",
          "link": "preqin-junzi/index.md",
          "items": [
            {
              "text": "引子",
              "link": "preqin-junzi/00"
            },
            {
              "text": "基础",
              "link": "preqin-junzi/01"
            },
            {
              "text": "文质彬彬,然后君子",
              "link": "preqin-junzi/02"
            },
            {
              "text": "不忧不惧,内省不疚",
              "link": "preqin-junzi/03"
            },
            {
              "text": "君子坦荡荡,小人长戚戚",
              "link": "preqin-junzi/04"
            },
            {
              "text": "君子之道四,丘未能一焉",
              "link": "preqin-junzi/05"
            },
            {
              "text": "君子不器",
              "link": "preqin-junzi/06"
            },
            {
              "text": "井有仁焉",
              "link": "preqin-junzi/07"
            },
            {
              "text": "夫子自道",
              "link": "preqin-junzi/08"
            },
            {
              "text": "修己以敬 修己以安人 修己以安百姓",
              "link": "preqin-junzi/09"
            },
            {
              "text": "曾子曰 可以托尽鼠瓜可以寄百里之命临大节而不可夺也君子人与君子人也",
              "link": "preqin-junzi/10"
            },
            {
              "text": "富贵不能淫,贫贱不能移,威武不能屈",
              "link": "preqin-junzi/12"
            },
            {
              "text": "学而时习之",
              "link": "preqin-junzi/13"
            }
          ],
          "collapsed": true
        },
        {
          "text": "uni-phys",
          "items": [
            {
              "text": "大物第三讲",
              "link": "uni-phys/03/index.md"
            },
            {
              "text": "大物第四讲",
              "link": "uni-phys/04/index.md"
            },
            {
              "text": "大物公式结论汇总",
              "link": "uni-phys/summary/index.md"
            }
          ],
          "collapsed": true
        }
      ]
    },
    "/": {
      "base": "/",
      "items": [
        {
          "text": "Runtime API Examples",
          "link": "api-examples"
        },
        {
          "text": "Markdown Extension Examples",
          "link": "markdown-examples"
        }
      ]
    }
  }
}

Page Data

{
  "title": "Runtime API Examples",
  "description": "",
  "frontmatter": {
    "outline": "deep"
  },
  "headers": [],
  "relativePath": "api-examples.md",
  "filePath": "api-examples.md",
  "lastUpdated": 1783422946000
}

Page Frontmatter

{
  "outline": "deep"
}

More

Check out the documentation for the full list of runtime APIs.