feat: optimized display

This commit is contained in:
Seefs
2026-01-21 00:17:20 +08:00
parent 0d5fe4bfe9
commit 01bcf6028e

View File

@@ -313,7 +313,7 @@ export const useLogsData = () => {
if (chain.length <= 1) {
return t('原生格式');
}
return `${t('转换')} ${chain.join(' -> ')}`;
return `${chain.join(' -> ')}`;
};
let expandDatesLocal = {};