Files
oniagent/ONIModTutorial/ONIModTutorial-main/index.md
2026-05-30 11:00:36 +08:00

30 lines
904 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.

---
# 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 补丁使用及常见问题记录。
---