fix source name (#3834)

This commit is contained in:
heheer
2025-02-19 20:42:30 +08:00
committed by GitHub
parent 206325bc5f
commit 8604cbd021
5 changed files with 10 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ const Logs = () => {
>
<Td>
{/* @ts-ignore */}
<Box>{t(ChatSourceMap[item.source]?.name) || item.source}</Box>
<Box>{item.sourceName || t(ChatSourceMap[item.source]?.name) || item.source}</Box>
<Box color={'myGray.500'}>{dayjs(item.time).format('YYYY/MM/DD HH:mm')}</Box>
</Td>
<Td>