This commit is contained in:
2025-10-05 01:34:22 +08:00
parent 7b139d404e
commit aa8fcccf7d
4 changed files with 48 additions and 6 deletions

View File

@@ -175,7 +175,7 @@ defineExpose({
@click="toggleSync"
/>
<template v-if="props.isSynced">
<template v-if="isDesktop && props.isSynced">
<n-tag v-if="otherUserInfo" type="info">
{{ otherUserInfo.name }} 同步中
</n-tag>