Merge branch 'main' of https://gitee.com/wg123/video-gen
This commit is contained in:
+4
File diff suppressed because one or more lines are too long
Vendored
+4
@@ -28,11 +28,15 @@
|
|||||||
}
|
}
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
<<<<<<< HEAD
|
||||||
<<<<<<< HEAD
|
<<<<<<< HEAD
|
||||||
<script type="module" crossorigin src="/assets/index-CHhXoygD.js"></script>
|
<script type="module" crossorigin src="/assets/index-CHhXoygD.js"></script>
|
||||||
=======
|
=======
|
||||||
<script type="module" crossorigin src="/assets/index-3t1R3DGk.js"></script>
|
<script type="module" crossorigin src="/assets/index-3t1R3DGk.js"></script>
|
||||||
>>>>>>> 51104449a783b0d364cac11ff679ec36e69531ac
|
>>>>>>> 51104449a783b0d364cac11ff679ec36e69531ac
|
||||||
|
=======
|
||||||
|
<script type="module" crossorigin src="/assets/index-qk7c8-id.js"></script>
|
||||||
|
>>>>>>> f3a14a9e3174b598935ef187ef769ba0390b2769
|
||||||
<link rel="stylesheet" crossorigin href="/assets/index-JhRVnnL-.css">
|
<link rel="stylesheet" crossorigin href="/assets/index-JhRVnnL-.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -44,7 +44,7 @@ const CreditRecordsPage: React.FC = () => {
|
|||||||
consume: { color: '#ef4444', label: '消费', bg: 'rgba(239,68,68,0.1)' },
|
consume: { color: '#ef4444', label: '消费', bg: 'rgba(239,68,68,0.1)' },
|
||||||
admin: { color: '#f59e0b', label: '管理员调整', bg: 'rgba(245,158,11,0.1)' },
|
admin: { color: '#f59e0b', label: '管理员调整', bg: 'rgba(245,158,11,0.1)' },
|
||||||
refund: { color: '#8b5cf6', label: '退款', bg: 'rgba(139,92,246,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)' },
|
team_internal: { color: '#0958d9', label: '团队内部', bg: 'rgba(139,92,246,0.1)' },
|
||||||
};
|
};
|
||||||
const config = typeConfig[text] || { color: '#64748b', label: text, bg: 'rgba(100,116,139,0.1)' };
|
const config = typeConfig[text] || { color: '#64748b', label: text, bg: 'rgba(100,116,139,0.1)' };
|
||||||
return (
|
return (
|
||||||
|
|||||||
Reference in New Issue
Block a user