优化了一些文件 增加多店铺

This commit is contained in:
yml
2026-04-09 01:31:47 +08:00
parent c2ec3aa6d2
commit e4ab1f559e
43 changed files with 1839 additions and 91 deletions
+2
View File
@@ -28,6 +28,7 @@ export function formatAuditAction(action: string) {
inventory_cdk_released: '释放库存 CDK',
inventory_cdk_invalidated: '作废库存 CDK',
webhook_replayed: '重放 Webhook',
platform_shop_config_updated: '更新店铺配置',
}
return formatStatusWithRaw(action, labelMap)
@@ -39,6 +40,7 @@ export function formatAuditTargetType(targetType: string) {
task: '交付任务',
cdk: 'CDK 库存',
webhook_event: 'Webhook 事件',
platform_config: '平台配置',
}
return formatStatusWithRaw(targetType, labelMap)