We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7160e28 commit 79ea33cCopy full SHA for 79ea33c
docs/.vuepress/components/Desktop.vue
@@ -16,7 +16,7 @@ if (platform.includes("win")) {
16
console.log(plat.value);
17
18
const res = await fetch(
19
- `${api()}/proxy/https://github.com/alist-org/desktop-release/releases/latest/download/proxy.json`
+ `https://ad-api.nn.ci/v0/app/latest`
20
);
21
const data = await res.json();
22
const version = data.version as string;
0 commit comments