mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-14 02:40:45 +08:00
Fix host import paths after directory reorganization
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
// ST-BME: 操控面板交互逻辑
|
||||
|
||||
import { callGenericPopup, POPUP_TYPE } from "../../../popup.js";
|
||||
import { getContext } from "../../../extensions.js";
|
||||
import { renderTemplateAsync } from "../../../templates.js";
|
||||
import { callGenericPopup, POPUP_TYPE } from "../../../../popup.js";
|
||||
import { getContext } from "../../../../extensions.js";
|
||||
import { renderTemplateAsync } from "../../../../templates.js";
|
||||
import { GraphRenderer } from "./graph-renderer.js";
|
||||
import { getNodeDisplayName } from "../graph/node-labels.js";
|
||||
import {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
// ST-BME: 消息级召回卡片 UI
|
||||
// 纯 DOM 构建模块,不含模块级 mutable state
|
||||
|
||||
import { getContext } from "../../../extensions.js";
|
||||
import { getContext } from "../../../../extensions.js";
|
||||
import { GraphRenderer } from "./graph-renderer.js";
|
||||
|
||||
function _hostUserPovAliasHintsForRecallCanvas() {
|
||||
|
||||
Reference in New Issue
Block a user