GFramework/docs/404.md
GeWuYou 6f4bbd6d06 refactor(docs): 优化文档站点配置和404页面实现多语言支持
- 更新VitePress配置移除不必要的服务器中间件
- 实现404页面的中英文国际化显示
- 为404页面添加倒计时自动跳转功能
- 重构404页面样式并添加返回首页按钮
- 优化依赖缓存哈希值更新构建配置
2026-02-11 12:52:14 +08:00

3.6 KiB

layout
layout
page

404

{{ isZh ? '页面未找到' : 'Page Not Found' }}

您访问的页面不存在。 The page you are looking for does not exist.

{{ countdown }} 秒后自动跳转 Auto redirecting in {{ countdown }} seconds

📚 {{ isZh ? '您可能想访问:' : 'You might be looking for:' }}

  • → 安装配置
  • → 快速开始
  • → Core 核心框架
  • → 基础教程
  • → Installation
  • → Quick Start
  • → Core Overview
  • → Basic Tutorial
{{ isZh ? '返回首页' : 'Go to Homepage' }}