mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-05-14 06:34:30 +08:00
Compare commits
No commits in common. "a10cc5b6f07a32221e24933ea56213b5e66d550d" and "059d5a8f41f2999ccc9d772d3c48119f2b487940" have entirely different histories.
a10cc5b6f0
...
059d5a8f41
@ -109,8 +109,7 @@ 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/contributor/development-environment' }
|
||||
{ text: '贡献指南', link: '/zh-CN/contributing' }
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -141,7 +140,6 @@ 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' },
|
||||
@ -156,28 +154,7 @@ 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/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' }
|
||||
{ text: '环境接口', link: '/zh-CN/core/environment' }
|
||||
]
|
||||
}
|
||||
],
|
||||
@ -237,9 +214,7 @@ 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: 'GetNode 生成器 (Godot)', link: '/zh-CN/source-generators/get-node-generator' },
|
||||
{ text: 'BindNodeSignal 生成器 (Godot)', link: '/zh-CN/source-generators/bind-node-signal-generator' }
|
||||
{ text: 'Context Get 注入', link: '/zh-CN/source-generators/context-get-generator' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user