feat: optimized display
This commit is contained in:
parent
0d5fe4bfe9
commit
01bcf6028e
@ -313,7 +313,7 @@ export const useLogsData = () => {
|
|||||||
if (chain.length <= 1) {
|
if (chain.length <= 1) {
|
||||||
return t('原生格式');
|
return t('原生格式');
|
||||||
}
|
}
|
||||||
return `${t('转换')} ${chain.join(' -> ')}`;
|
return `${chain.join(' -> ')}`;
|
||||||
};
|
};
|
||||||
|
|
||||||
let expandDatesLocal = {};
|
let expandDatesLocal = {};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user