fix:修复context bridge.js的导入路径层级问题

This commit is contained in:
maybe
2026-02-23 03:50:24 +08:00
parent 08ca1d36e7
commit 3ff8584d68

View File

@@ -1,7 +1,7 @@
// @ts-nocheck
import { event_types, user_avatar, getCurrentChatId } from "../../../../script.js";
import { getContext } from "../../../st-context.js";
import { power_user } from "../../../power-user.js";
import { event_types, user_avatar, getCurrentChatId } from "../../../../../script.js";
import { getContext } from "../../../../st-context.js";
import { power_user } from "../../../../power-user.js";
import { createModuleEvents } from "../core/event-manager.js";
import { xbLog } from "../core/debug-core.js";