feat: datasource

This commit is contained in:
tao.chen
2026-08-13 20:13:37 +08:00
parent 0b5b50edb9
commit 462617b66d
9 changed files with 601 additions and 14 deletions
@@ -6,7 +6,7 @@ import {
useScriptWorkspaceStore,
} from "../state/scriptWorkspaceStore";
type ActivePage = "home" | "scripts" | "schedules" | "system";
type ActivePage = "home" | "scripts" | "data-resources" | "schedules" | "system";
/**
* 必须在 layout 层挂载,不能放在 ScriptsPage。
@@ -68,4 +68,4 @@ export function useEditSessionLifecycle({
bindScriptWorkspaceApi(null);
};
}, []);
}
}