From f920b58e71fecf92926f75d4735fd208d702be67 Mon Sep 17 00:00:00 2001 From: wwwwwwwww <526125649@qq.com> Date: Fri, 10 Jul 2026 14:14:44 +0800 Subject: [PATCH] 1 --- video-gen-app/src/pages/CreditRecordsPage.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/video-gen-app/src/pages/CreditRecordsPage.tsx b/video-gen-app/src/pages/CreditRecordsPage.tsx index ce3f5742..d2207dfc 100644 --- a/video-gen-app/src/pages/CreditRecordsPage.tsx +++ b/video-gen-app/src/pages/CreditRecordsPage.tsx @@ -44,6 +44,7 @@ const CreditRecordsPage: React.FC = () => { consume: { color: '#ef4444', label: '消费', bg: 'rgba(239,68,68,0.1)' }, admin: { color: '#f59e0b', label: '管理员调整', bg: 'rgba(245,158,11,0.1)' }, refund: { color: '#8b5cf6', label: '退款', bg: 'rgba(139,92,246,0.1)' }, + team_internal: { color: '#8b5cf6', label: '团队内部', bg: 'rgba(139,92,246,0.1)' }, }; const config = typeConfig[text] || { color: '#64748b', label: text, bg: 'rgba(100,116,139,0.1)' }; return (