优化履约路由并重命名乐玩通道

This commit is contained in:
yml2213
2026-07-09 10:49:33 +08:00
parent 71602683d2
commit 4d5b0d6fc6
28 changed files with 1448 additions and 53 deletions
@@ -107,7 +107,7 @@ export function notifyKuaishouCloudAssetNotEnough({
const binding = toRecord(flowRecord.binding)
return notifyInternalSafely({
title: '快手 Cloud 余额不足',
title: 'kuaishou-lewan 余额不足',
body: [
formatTaskLine(taskRecord),
`当前余额:${Number(assetBefore || 0)}`,
@@ -162,8 +162,8 @@ export function notifyCloudtentaclesAssetLow({
return notifyInternalSafely({
title: normalizedAccountLabel
? `快手 Cloud 余额低于阈值:${normalizedAccountLabel}`
: '快手 Cloud 余额低于阈值',
? `kuaishou-lewan 余额低于阈值:${normalizedAccountLabel}`
: 'kuaishou-lewan 余额低于阈值',
body: [
normalizedSourceKey ? `账号:${normalizedAccountLabel || normalizedSourceKey}` : '',
`当前余额:${Number(asset || 0)}`,
@@ -205,7 +205,7 @@ export function notifyKuaishouCloudBindUrlRefreshFailed({
const taskRecord = toRecord(task)
return notifyInternalSafely({
title: '快手 Cloud 链接刷新失败',
title: 'kuaishou-lewan 链接刷新失败',
body: [
formatTaskLine(taskRecord),
`原因:${String(errorMessage || taskRecord.last_error || '').trim() || '-'}`,