refactor: useSchedulesStore.ts

This commit is contained in:
tao.chen
2026-08-25 10:48:29 +08:00
parent 80c92f7fd4
commit 2ed8d7b2cc
16 changed files with 1581 additions and 1259 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import {
type ScheduleRunSummary,
} from "../../services/api";
import { EMPTY_SCHEDULE_FORM, EMPTY_NODE_FORM } from "./constants";
import type { NodeForm } from "./state/schedulesStore";
import type { NodeForm } from "./state/types";
export function formatTime(value: string | null): string {
if (!value) return "尚未执行";