完善配方驱动的创作编排

为可重复技能补充参数校验与展示,统一配方、编排器和执行单元术语。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
moran
2026-07-30 17:59:20 +08:00
parent e670a5129c
commit 6392af54b4
49 changed files with 1671 additions and 626 deletions

View File

@@ -193,7 +193,7 @@ async function boot() {
const data = await res.json();
modulesCache = data.modules || [];
document.getElementById("pack-label").textContent =
`导演包 · ${data.skillPackId || "—"} · ${modulesCache.length}`;
`配方包 · ${data.skillPackId || "—"} · ${modulesCache.length}`;
renderList();
const fromHash = decodeURIComponent((location.hash || "").replace(/^#/, ""));