ONI Agent Bridge - initial mod implementation

This commit is contained in:
JianFeeeee
2026-05-30 11:00:36 +08:00
commit 1f25d3d879
95 changed files with 50686 additions and 0 deletions

View File

@ -0,0 +1,29 @@
---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
# name: "ONIModTutorial"
name: <span class="color-w">ONI</span><span class="color-r">Mod</span><span class="color-w">Tutorial</span>
text: "缺氧 MOD 教程"
tagline: "Talk is cheap. Show me the code."
actions:
- theme: brand
text: 开始阅读
link: /preface
- theme: alt
text: API Examples
# link: /api-examples
features:
- title: 开发环境搭建
details: 介绍如何配置 Visual Studio 2022 开发环境,以及如何引用游戏核心 DLL 文件。
- title: 源码反编译与分析
details: 使用 dnSpy 等工具查阅游戏底层代码逻辑,学习如何定位 Patch补丁注入点。
- title: 实践与心得
details: 分享《缺氧》Mod 开发中的实战案例,涵盖 Harmony 补丁使用及常见问题记录。
---