---
# https://vitepress.dev/reference/default-theme-home-page
layout: home
hero:
# name: "ONIModTutorial"
name: ONIModTutorial
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 补丁使用及常见问题记录。
---