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

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
@@ -20,7 +20,7 @@ import {
} from '../fulfillment/kuaishou-cloud/index.js'
import { buildClaimDetailPayload, getClaimContext } from './kuaishou-cloud-claim-context.js'
import { syncKuaishouCloudRoleInfo } from './kuaishou-cloud-sync-service.js'
import type { TaskRow } from '../../types/repository-rows.js'
import type { TaskRow } from '../../types/repository/rows.js'
const KUAISHOU_CLOUD_GUIDE_DIR = path.resolve(PROJECT_ROOT, '../../tems/imgs')
const ALLOWED_GUIDE_FILES = new Set(['1.png', '2.png', '3.png'])