feat:删除备用下载
This commit is contained in:
parent
cc7137b6ad
commit
200946b2c7
@ -11,7 +11,6 @@ import {
|
|||||||
import logoImg from "@/assets/logo.png";
|
import logoImg from "@/assets/logo.png";
|
||||||
import {
|
import {
|
||||||
TEACHER_APP_DOWNLOAD_URL,
|
TEACHER_APP_DOWNLOAD_URL,
|
||||||
TEACHER_APP_BACKUP_DOWNLOAD_URL,
|
|
||||||
TEACHER_VC_REDIST_DOWNLOAD_URL,
|
TEACHER_VC_REDIST_DOWNLOAD_URL,
|
||||||
TEACHER_APP_FILE_NAME,
|
TEACHER_APP_FILE_NAME,
|
||||||
TEACHER_APP_FILE_SIZE,
|
TEACHER_APP_FILE_SIZE,
|
||||||
@ -206,26 +205,15 @@ onUnmounted(() => {
|
|||||||
<Download class="w-4 h-4" />
|
<Download class="w-4 h-4" />
|
||||||
重新下载
|
重新下载
|
||||||
</a>
|
</a>
|
||||||
<div class="grid grid-cols-2 gap-3">
|
<a
|
||||||
<a
|
:href="TEACHER_VC_REDIST_DOWNLOAD_URL"
|
||||||
:href="TEACHER_APP_BACKUP_DOWNLOAD_URL"
|
target="_blank"
|
||||||
target="_blank"
|
rel="noopener noreferrer"
|
||||||
rel="noopener noreferrer"
|
class="w-full inline-flex items-center justify-center gap-2 px-4 py-3.5 text-sm font-semibold text-primary bg-white border-2 border-primary/20 rounded-2xl hover:border-primary/40 hover:bg-primary/5 transition-all duration-200 cursor-pointer"
|
||||||
class="inline-flex items-center justify-center gap-2 px-4 py-3.5 text-sm font-semibold text-primary bg-white border-2 border-primary/20 rounded-2xl hover:border-primary/40 hover:bg-primary/5 transition-all duration-200 cursor-pointer"
|
>
|
||||||
>
|
<Download class="w-4 h-4" />
|
||||||
<Download class="w-4 h-4" />
|
VC++环境
|
||||||
备用版
|
</a>
|
||||||
</a>
|
|
||||||
<a
|
|
||||||
:href="TEACHER_VC_REDIST_DOWNLOAD_URL"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
class="inline-flex items-center justify-center gap-2 px-4 py-3.5 text-sm font-semibold text-primary bg-white border-2 border-primary/20 rounded-2xl hover:border-primary/40 hover:bg-primary/5 transition-all duration-200 cursor-pointer"
|
|
||||||
>
|
|
||||||
<Download class="w-4 h-4" />
|
|
||||||
VC++环境
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
<RouterLink
|
<RouterLink
|
||||||
to="/"
|
to="/"
|
||||||
class="w-full inline-flex items-center justify-center gap-2 px-6 py-3 text-sm font-medium text-text-muted hover:text-primary transition-colors duration-200"
|
class="w-full inline-flex items-center justify-center gap-2 px-6 py-3 text-sm font-medium text-text-muted hover:text-primary transition-colors duration-200"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user