mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-13 06:04:30 +08:00
Compare commits
4 Commits
059d5a8f41
...
a10cc5b6f0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a10cc5b6f0 | ||
|
|
4c64db3c58 | ||
|
|
783570bae0 | ||
|
|
24dc2bb9cf |
@ -109,7 +109,8 @@ export default defineConfig({
|
||||
{ text: 'API 参考', link: '/zh-CN/api-reference' },
|
||||
{ text: '常见问题', link: '/zh-CN/faq' },
|
||||
{ text: '故障排查', link: '/zh-CN/troubleshooting' },
|
||||
{ text: '贡献指南', link: '/zh-CN/contributing' }
|
||||
{ text: '贡献指南', link: '/zh-CN/contributing' },
|
||||
{ text: '开发环境', link: '/zh-CN/contributor/development-environment' }
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -140,6 +141,7 @@ export default defineConfig({
|
||||
{ text: 'CQRS 模式', link: '/zh-CN/core/cqrs' },
|
||||
{ text: '事件系统', link: '/zh-CN/core/events' },
|
||||
{ text: '属性系统', link: '/zh-CN/core/property' },
|
||||
{ text: '状态管理', link: '/zh-CN/core/state-management' },
|
||||
{ text: 'IoC容器', link: '/zh-CN/core/ioc' },
|
||||
{ text: '协程系统', link: '/zh-CN/core/coroutine' },
|
||||
{ text: '状态机', link: '/zh-CN/core/state-machine' },
|
||||
@ -154,7 +156,28 @@ export default defineConfig({
|
||||
{ text: '模型层', link: '/zh-CN/core/model' },
|
||||
{ text: '系统层', link: '/zh-CN/core/system' },
|
||||
{ text: '规则系统', link: '/zh-CN/core/rule' },
|
||||
{ text: '环境接口', link: '/zh-CN/core/environment' }
|
||||
{ text: '环境接口', link: '/zh-CN/core/environment' },
|
||||
{ text: '本地化', link: '/zh-CN/core/localization' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
'/zh-CN/contributing': [
|
||||
{
|
||||
text: '贡献',
|
||||
items: [
|
||||
{ text: '贡献指南', link: '/zh-CN/contributing' },
|
||||
{ text: '开发环境', link: '/zh-CN/contributor/development-environment' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
'/zh-CN/contributor/': [
|
||||
{
|
||||
text: '贡献',
|
||||
items: [
|
||||
{ text: '贡献指南', link: '/zh-CN/contributing' },
|
||||
{ text: '开发环境', link: '/zh-CN/contributor/development-environment' }
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -214,7 +237,9 @@ export default defineConfig({
|
||||
{ text: '枚举扩展', link: '/zh-CN/source-generators/enum-generator' },
|
||||
{ text: 'ContextAware 生成器', link: '/zh-CN/source-generators/context-aware-generator' },
|
||||
{ text: 'Priority 生成器', link: '/zh-CN/source-generators/priority-generator' },
|
||||
{ text: 'Context Get 注入', link: '/zh-CN/source-generators/context-get-generator' }
|
||||
{ text: 'Context Get 注入', link: '/zh-CN/source-generators/context-get-generator' },
|
||||
{ text: 'GetNode 生成器 (Godot)', link: '/zh-CN/source-generators/get-node-generator' },
|
||||
{ text: 'BindNodeSignal 生成器 (Godot)', link: '/zh-CN/source-generators/bind-node-signal-generator' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user