mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
- 将文档首页从传统 Markdown 格式迁移到 VitePress 首页配置 - 添加 VitePress 主题配置文件和自定义样式 - 配置 Git 忽略文件以排除构建产物和依赖 - 添加 VitePress 构建缓存和依赖预构建文件 - 创建 API 示例页面和导航配置 - 移除旧的 TOC 配置文件并替换为新的路由结构
26 lines
657 B
Markdown
26 lines
657 B
Markdown
---
|
|
# https://vitepress.dev/reference/default-theme-home-page
|
|
layout: home
|
|
|
|
hero:
|
|
name: "GFramework"
|
|
text: "A developer-oriented framework for structured game development"
|
|
tagline: My great project tagline
|
|
actions:
|
|
- theme: brand
|
|
text: Markdown Examples
|
|
link: /markdown-examples
|
|
- theme: alt
|
|
text: API Examples
|
|
link: /api-examples
|
|
|
|
features:
|
|
- title: Feature A
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature B
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
- title: Feature C
|
|
details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
|
|
---
|
|
|