From 4ac12f65264ba93ff2862f0c6625768c11b3348a Mon Sep 17 00:00:00 2001 From: surenjun Date: Fri, 20 Dec 2024 11:33:11 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Agitigore=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b6fe8db5..a6da3e53 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,5 @@ /.clang-format /.clang-tidy /entry/src/main/cpp +/entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts /build-profile.json5 \ No newline at end of file diff --git a/entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts b/entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts index a505696d..d6e6899f 100644 --- a/entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts +++ b/entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts @@ -2,9 +2,9 @@ //考试回放开关 export const judgeConfig = { //本地目录开关 - isTrajectoryOpen: true, + isTrajectoryOpen: false, //是否开启拍照 - isPhotoOpen: false, + isPhotoOpen: true, //扣分语音是否强制开启 kfVoiceOpen: false, //忽略的考试项目