feat(frontend): add runtimes map to state

This commit is contained in:
caoqianming 2026-03-24 14:57:41 +08:00
parent d2bd567799
commit 31ccf49b75
1 changed files with 1 additions and 0 deletions

View File

@ -21,4 +21,5 @@ export const state = {
logSource: null, logSource: null,
pointSocket: null, pointSocket: null,
apiDocLoaded: false, apiDocLoaded: false,
runtimes: new Map(), // unit_id -> UnitRuntime
}; };