mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 更新VitePress配置移除不必要的服务器中间件 - 实现404页面的中英文国际化显示 - 为404页面添加倒计时自动跳转功能 - 重构404页面样式并添加返回首页按钮 - 优化依赖缓存哈希值更新构建配置
3.6 KiB
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' }}