feat:gitigore文件添加

This commit is contained in:
surenjun 2024-12-20 11:33:11 +08:00
parent fbfdbd797b
commit 4ac12f6526
2 changed files with 3 additions and 2 deletions

1
.gitignore vendored
View File

@ -9,4 +9,5 @@
/.clang-format /.clang-format
/.clang-tidy /.clang-tidy
/entry/src/main/cpp /entry/src/main/cpp
/entry/src/main/ets/pages/judgeSDK/utils/judgeConfig.ts
/build-profile.json5 /build-profile.json5

View File

@ -2,9 +2,9 @@
//考试回放开关 //考试回放开关
export const judgeConfig = { export const judgeConfig = {
//本地目录开关 //本地目录开关
isTrajectoryOpen: true, isTrajectoryOpen: false,
//是否开启拍照 //是否开启拍照
isPhotoOpen: false, isPhotoOpen: true,
//扣分语音是否强制开启 //扣分语音是否强制开启
kfVoiceOpen: false, kfVoiceOpen: false,
//忽略的考试项目 //忽略的考试项目