完成后端类型与平台配置目录分组

This commit is contained in:
yml2213
2026-05-26 09:10:11 +08:00
parent 8d5871bf92
commit 5c7e145766
48 changed files with 62 additions and 62 deletions
@@ -43,7 +43,7 @@ import {
normalizeActor,
parseTaskContext,
} from "./task-context.js";
import type { TaskRow } from "../../../types/repository-rows.js";
import type { TaskRow } from "../../../types/repository/rows.js";
export {
isKuaishouCloudBindUrlFresh,
@@ -1,5 +1,5 @@
import { parseTaskContext as parseTaskContextValue } from "../../../utils/task-json.js";
import type { TaskRow } from "../../../types/repository-rows.js";
import type { TaskRow } from "../../../types/repository/rows.js";
type JsonObject = Record<string, any>;
@@ -20,7 +20,7 @@ import {
} from "./domain.js";
import { resolvePersistedCloudtentaclesContextWithFallback } from "./cloudtentacles-context.js";
import { normalizeActor, parseTaskContext } from "./task-context.js";
import type { TaskRow } from "../../../types/repository-rows.js";
import type { TaskRow } from "../../../types/repository/rows.js";
export async function dispatchKuaishouCloudFulfillmentTask(
task: TaskRow,