File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -219,11 +219,11 @@ onMounted(() => init());
219219 :is-selected =' selectedPlatform === "windows10"'
220220 :selectedDownloadInfo =" selectedDownloadInfoIds.windowsPortable"
221221 :download-route-root =' "/download/thank_you/v2/" + latestVersionInfo.latestVersionId + "/"' />
222- <SplitDownloadButton :download-infos =" downloadInfosInstaller.windows"
223- title =" 下载安装版"
224- :is-selected =' selectedPlatform === "windows10"'
225- :selectedDownloadInfo =" selectedDownloadInfoIds.windowsInstaller"
226- :download-route-root =' "/download/thank_you/v2/" + latestVersionInfo.latestVersionId + "/"' />
222+ <!-- <SplitDownloadButton :download-infos="downloadInfosInstaller.windows"-->
223+ <!-- title="下载安装版"-->
224+ <!-- :is-selected='selectedPlatform === "windows10"'-->
225+ <!-- :selectedDownloadInfo="selectedDownloadInfoIds.windowsInstaller"-->
226+ <!-- :download-route-root='"/download/thank_you/v2/" + latestVersionInfo.latestVersionId + "/"'/> -- >
227227 </div >
228228
229229 </DownloadPlatformCard >
You can’t perform that action at this time.
0 commit comments