Skip to content

Commit 79ea33c

Browse files
committed
Update Desktop.vue
1 parent 7160e28 commit 79ea33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vuepress/components/Desktop.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (platform.includes("win")) {
1616
console.log(plat.value);
1717
1818
const res = await fetch(
19-
`${api()}/proxy/https://github.com/alist-org/desktop-release/releases/latest/download/proxy.json`
19+
`https://ad-api.nn.ci/v0/app/latest`
2020
);
2121
const data = await res.json();
2222
const version = data.version as string;

0 commit comments

Comments
 (0)