---
title: 正在跳转...
description: 页面已移动，正在为您跳转至文档中心首页。
---

> ## Documentation Index
> Fetch the complete documentation index at: https://liiistem.cn/docs/llms.txt
> Use this file to discover all available pages before exploring further.


# 正在跳转...

页面已移动。如果您的浏览器没有自动跳转，请点击 [此处](/docs)。

<script setup>
import { onMounted } from 'vue'
import { useRouter } from 'vitepress'

onMounted(() => {
  const router = useRouter()
  router.go('/docs')
})
</script>
