Commit 01bcf602 by Seefs

feat: optimized display

parent 0d5fe4bf
......@@ -313,7 +313,7 @@ export const useLogsData = () => {
if (chain.length <= 1) {
return t('原生格式');
}
return `${t('转换')} ${chain.join(' -> ')}`;
return `${chain.join(' -> ')}`;
};
let expandDatesLocal = {};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment