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 4fb05ea commit 81690efCopy full SHA for 81690ef
docs/.vuepress/components/Desktop.vue
@@ -16,10 +16,10 @@ 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/alist-desktop-proxy.json`
+ `${api()}/proxy/https://github.com/alist-org/desktop-release/releases/latest/download/proxy.json`
20
);
21
const data = await res.json();
22
-const version = (data.name as string).slice(1);
+const version = data.version as string;
23
24
let text = {
25
down: "Download",
0 commit comments