Skip to content

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

onMounted(() => { // 自动重定向到首页 if (typeof window !== 'undefined') { window.location.href = '/' } }) </script>

页面已迁移

博客页面已迁移到首页,正在为您跳转...

如果没有自动跳转,请点击:返回首页