优化后端目录命名与模块归位
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
import { buildClaimUrl, createTaskClaimToken } from '../../claim/claim-service.js'
|
||||
import { buildClaimUrl, createTaskClaimToken } from '../claim/claim-service.js'
|
||||
import {
|
||||
maskCode as maskCodeValue,
|
||||
maskPhone as maskPhoneValue,
|
||||
} from '../../../utils/masking.js'
|
||||
} from '../../utils/masking.js'
|
||||
|
||||
import type { TaskRow } from '../../../types/repository-rows.js'
|
||||
import type { TaskRow } from '../../types/repository-rows.js'
|
||||
|
||||
type TaskClaimLink = {
|
||||
token: string
|
||||
@@ -32,7 +32,7 @@ import {
|
||||
getTaskClaimExpiresAt,
|
||||
maskCode,
|
||||
maskPhone,
|
||||
} from './shared.js'
|
||||
} from '../write-helpers.js'
|
||||
import {
|
||||
isKuaishouCloudTask,
|
||||
normalizeKuaishouCloudFlow,
|
||||
|
||||
Reference in New Issue
Block a user