GFramework/docs/zh-CN/index.md
GeWuYou 317eddca9b docs(sidebar): 更新侧边栏导航结构并移除API参考页面
- 调整Core模块导航链接结构,从overview页面改为根路径
- 重构Core模块侧边栏,将原有的6个主要类别扩展为15个详细分类
- 精简Game模块侧边栏,保留场景管理和游戏设置两个主要功能
- 更新Godot集成模块侧边栏,新增协程、信号、存储等功能分类
- 修改源码生成器模块命名,将枚举扩展重命名为枚举生成器
- 新增抽象接口侧边栏,包含Core和Game抽象接口文档
- 调整教程模块顺序,新增入门教程和Godot集成教程分类
- 移除独立的API参考导航项,将其整合到相应模块中
- 修正生成器API文档链接路径错误问题
2026-02-11 12:52:14 +08:00

36 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
name: "GFramework"
text: "面向游戏开发场景的模块化 C# 框架"
tagline: 基于清洁架构和CQRS模式的现代化游戏开发框架
image:
src: /logo.png
alt: GFramework Logo
actions:
- theme: brand
text: 快速开始
link: /getting-started/quick-start
- theme: alt
text: 架构概览
link: /getting-started/architecture-overview
features:
- title: 🏗️ 清洁架构
details: 基于Model-View-Controller-System-Utility五层架构实现清晰的职责分离和高内聚低耦合
- title: 🔧 CQRS模式
details: 命令查询职责分离,提供类型安全的命令和查询系统,支持可撤销操作
- title: 📡 事件驱动
details: 强大的事件总线系统,支持类型安全的事件发布订阅,实现组件间松耦合通信
- title: 🎮 Godot集成
details: 深度集成Godot引擎提供丰富的节点扩展方法和对象池化支持
- title: 🔄 响应式编程
details: 可绑定属性系统自动化的数据绑定和UI更新机制
- title: ⚡ 源码生成器
details: 基于Roslyn的源码生成器自动生成日志、枚举扩展等样板代码
---