docs: 添加随机逻辑解释页面

This commit is contained in:
JSD\13999
2026-06-25 10:55:02 +08:00
parent 1edc72db0c
commit d84fd97e42
3 changed files with 302 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
<div class="nav-grid">
<a class="nav-card" href="structure.html"><strong>结构与分层</strong><span>Runtime、Demo、DemoEditor、Tests 的边界与依赖方向。</span></a>
<a class="nav-card" href="lifecycle.html"><strong>流程与生命周期</strong><span>从 Roll 请求到奖励、Lucky Dice、目标玩法入口的完整链路。</span></a>
<a class="nav-card" href="random-logic.html"><strong>随机逻辑解释</strong><span>权重随机、分层池漏斗、状态沉淀与可观测 Trace 的决策图。</span></a>
<a class="nav-card" href="module-development.html"><strong>玩法与模块开发</strong><span>规则、Matcher、Action、候选、TargetMode 如何扩展。</span></a>
<a class="nav-card" href="resources.html"><strong>资源管理</strong><span>当前资源策略、配置形态、Unity 资源接入缺口。</span></a>
<a class="nav-card" href="ui.html"><strong>UI 管理</strong><span>Demo UI 的组织方式,以及框架层尚未拥有的 UI 抽象。</span></a>