GeWuYou d1cdac8082 docs: 更新文档链接和代码块格式
- 修复了文档中多个文件的链接指向,统一使用相对路径格式
- 移除了代码块中的语言标识符以保持一致性
- 更新了存储模块文档中的类名显示方式
- 修正了架构文档中的跨文档引用链接
- 调整了事件、命令、查询等核心模块的文档链接结构
- 规范化了所有代码示例的格式和引用方式
2026-02-11 14:44:46 +08:00

20 lines
558 B
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.

# GFramework.Godot
GFramework 框架的 Godot 引擎集成模块提供Godot特定的功能和扩展。
## 主要功能
- **Extensions** - Godot节点扩展方法简化常见开发任务
- **Signal** - 流畅的信号连接API支持链式调用
- **Storage** - Godot文件存储系统支持虚拟路径
- **Settings** - Godot设置系统管理音频和图形设置
## 依赖关系
- 依赖 GFramework.Core
- 依赖 GFramework.Core.Abstractions
## 详细文档
参见 [docs/zh-CN/godot/](../docs/zh-CN/godot/) 目录下的详细文档。