修复链接 feifei 不展示

This commit is contained in:
yml2213
2026-07-09 18:57:52 +08:00
parent 82a763b313
commit 32eb442b72
2 changed files with 19 additions and 6 deletions
@@ -29,6 +29,7 @@ const STATUS_LABELS: Record<string, string> = {
disabled: '已停用',
dispatched_pending_return: '待退还号码',
expired: '已过期',
external: '外部链接',
failed: '失败',
invalid: '已作废',
link_generated: '已生成链接',
@@ -90,6 +91,7 @@ const STATUS_COLORS: Record<string, string> = {
customer_processing: 'blue',
delivered: 'green',
disabled: 'red',
external: 'cyan',
failed: 'red',
invalid: 'orange',
link_generated: 'cyan',