fix(plugins): type web runtime plugin origins · openclaw/openclaw@4f44377
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -9,14 +9,15 @@ import {
|
9 | 9 | } from "../../media/web-media.js"; |
10 | 10 | import type { PollInput } from "../../polls.js"; |
11 | 11 | import type { PluginJitiLoaderCache } from "../jiti-loader-cache.js"; |
| 12 | +import type { PluginOrigin } from "../plugin-origin.types.js"; |
12 | 13 | import { |
13 | 14 | loadPluginBoundaryModule, |
14 | 15 | resolvePluginRuntimeRecordByEntryBaseNames, |
15 | 16 | resolvePluginRuntimeModulePath, |
16 | 17 | } from "./runtime-plugin-boundary.js"; |
17 | 18 | |
18 | 19 | type WebChannelPluginRecord = { |
19 | | -origin?: string; |
| 20 | +origin?: PluginOrigin; |
20 | 21 | rootDir?: string; |
21 | 22 | source: string; |
22 | 23 | }; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。