Skip to content

Commit 6fb4a67

Browse files
author
unknown
committed
fix:chage default platform
1 parent 0d31783 commit 6fb4a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/crossPlatforms.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const currenClickPlatform = ref('');
99
if (deviceType.value !== 'other') {
1010
currenClickPlatform.value = deviceType.value;
1111
} else {
12-
deviceType.value = 'linux';
12+
deviceType.value = 'mac';
1313
}
1414
1515
function showCode(type: string) {

0 commit comments

Comments
 (0)