Fix host import paths after directory reorganization

This commit is contained in:
Youzini-afk
2026-04-08 01:35:37 +08:00
parent 16eb24c5cd
commit 3be915ba7a
17 changed files with 71 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
// ST-BME: SillyTavern 上下文数据读取辅助
// 为 prompt 变量扩展Phase 2提供统一的 ST 上下文数据接口
import { getContext } from "../../../extensions.js";
import { getContext } from "../../../../extensions.js";
function safeClone(value, fallback) {
if (value == null) {