Skip to content

Commit 3c4b39a

Browse files
committed
feat: 恢复自动下载
1 parent 3dd82d2 commit 3c4b39a

File tree

1 file changed

+1
-1
lines changed
  • src/pages/download/thank_you/v2/[version]/[appSubChannel]

1 file changed

+1
-1
lines changed

src/pages/download/thank_you/v2/[version]/[appSubChannel]/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ async function init(){
5555
// 更新页面标题
5656
pageTitle.value = `感谢下载 ClassIsland ${downloadInfo.value.version}! | ClassIsland`;
5757
58-
// downloadArchive();
58+
downloadArchive();
5959
} catch (e) {
6060
console.error(e);
6161
isError.value = true;

0 commit comments

Comments
 (0)