diff --git a/src/renderer/src/components/profiles/profile-item.tsx b/src/renderer/src/components/profiles/profile-item.tsx index 8c1d993..92055bf 100644 --- a/src/renderer/src/components/profiles/profile-item.tsx +++ b/src/renderer/src/components/profiles/profile-item.tsx @@ -261,6 +261,22 @@ const ProfileItem: React.FC = (props) => { )} )} + + + {info.type === 'remote' && !extra && ( +
+ + 远程 + + {dayjs(info.updated).fromNow()} +
+ )} {info.type === 'local' && (
= (props) => {
)} - - {extra && ( { )} )} + + + {info.type === 'remote' && !extra && ( +
+ + 远程 + + {dayjs(info.updated).fromNow()} +
+ )} {info.type === 'local' && (
{
)} - - {extra && (