Skip to content

Commit 63628b2

Browse files
authored
fix initial plat
1 parent 81690ef commit 63628b2

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
@@ -10,7 +10,7 @@ if (platform.includes("win")) {
1010
} else if (platform.includes("linux")) {
1111
plat.value = "linux";
1212
} else if (platform.includes("mac")) {
13-
plat.value = "mac";
13+
plat.value = "mac_arm64";
1414
}
1515
1616
console.log(plat.value);

0 commit comments

Comments
 (0)