From cc7137b6ad9d58115ca6d401942f260a2ed0ec88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?M=E4=BA=86=E4=B8=AAJ?=
Date: Tue, 2 Jun 2026 09:02:09 +0800
Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E5=A2=9E=E5=8A=A0vc++=E4=B8=8B?=
=?UTF-8?q?=E8=BD=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.gitignore | 3 ++-
src/constants/teacherApp.ts | 3 +++
src/views/TeacherDownloadView.vue | 39 ++++++++++++++++++++-----------
3 files changed, 31 insertions(+), 14 deletions(-)
diff --git a/.gitignore b/.gitignore
index 8774359..49bf164 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,4 +23,5 @@ dist-ssr
*.sln
*.sw?
-.temp
\ No newline at end of file
+.temp
+*.gz
\ No newline at end of file
diff --git a/src/constants/teacherApp.ts b/src/constants/teacherApp.ts
index 76c6c8f..6cae084 100644
--- a/src/constants/teacherApp.ts
+++ b/src/constants/teacherApp.ts
@@ -4,6 +4,9 @@ export const TEACHER_APP_DOWNLOAD_URL =
export const TEACHER_APP_BACKUP_DOWNLOAD_URL =
'https://lxx-tea-1313840333.cos.ap-chengdu.myqcloud.com/%E7%81%B5%E7%8A%80%E5%AD%A6AI-1.0.0-x64-win.zip'
+export const TEACHER_VC_REDIST_DOWNLOAD_URL =
+ 'https://lxx-tea-1313840333.cos.ap-chengdu.myqcloud.com/VC_redist.x64.exe'
+
export const TEACHER_APP_FILE_NAME = '灵犀学AI-1.0.0-x64-win.exe'
export const TEACHER_APP_FILE_SIZE = '84.38 MB'
diff --git a/src/views/TeacherDownloadView.vue b/src/views/TeacherDownloadView.vue
index dc6309c..f1f6c04 100644
--- a/src/views/TeacherDownloadView.vue
+++ b/src/views/TeacherDownloadView.vue
@@ -12,6 +12,7 @@ import logoImg from "@/assets/logo.png";
import {
TEACHER_APP_DOWNLOAD_URL,
TEACHER_APP_BACKUP_DOWNLOAD_URL,
+ TEACHER_VC_REDIST_DOWNLOAD_URL,
TEACHER_APP_FILE_NAME,
TEACHER_APP_FILE_SIZE,
TEACHER_DOWNLOAD_COUNTDOWN_SECONDS,
@@ -185,11 +186,11 @@ onUnmounted(() => {
-
+