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(() => {
-