feat: 缓存下微信 这个

This commit is contained in:
许永平
2025-07-05 14:49:39 +08:00
parent 87067011df
commit 0dbaa114ae
4 changed files with 394 additions and 15 deletions

View File

@@ -656,15 +656,15 @@ export default function DeviceDetail() {
disabled={accountsLoading}
>
{accountsLoading ? (
<>
<React.Fragment key="loading">
<Loader2 className="h-4 w-4 animate-spin" />
</>
</React.Fragment>
) : (
<>
<React.Fragment key="refresh">
<RefreshCw className="h-4 w-4" />
</>
</React.Fragment>
)}
</button>
</div>
@@ -765,15 +765,15 @@ export default function DeviceDetail() {
disabled={logsLoading}
>
{logsLoading ? (
<>
<React.Fragment key="logs-loading">
<Loader2 className="h-4 w-4 animate-spin" />
</>
</React.Fragment>
) : (
<>
<React.Fragment key="logs-refresh">
<RefreshCw className="h-4 w-4" />
</>
</React.Fragment>
)}
</button>
</div>