cicy-desktop 2.1.52 → 2.1.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,7 +4,7 @@
4
4
  <meta charset="utf-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1" />
6
6
  <title>CiCy Desktop</title>
7
- <script type="module" crossorigin src="./assets/index-ywzcLUTY.js"></script>
7
+ <script type="module" crossorigin src="./assets/index-BgapmfYp.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="./assets/index-BN_rniiJ.css">
9
9
  </head>
10
10
  <body>
@@ -579,7 +579,7 @@ function LocalTeamCard({ team, onOpen, onRename, onRefresh }) {
579
579
  {tr("sidecar.updateTo", "更新到")} v{latest}
580
580
  </button>
581
581
  )}
582
- {running && (
582
+ {local && running && (
583
583
  <>
584
584
  <button
585
585
  type="button"