feat:gitigore文件添加
This commit is contained in:
parent
fbfdbd797b
commit
4ac12f6526
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
@ -2,9 +2,9 @@
|
|||||||
//考试回放开关
|
//考试回放开关
|
||||||
export const judgeConfig = {
|
export const judgeConfig = {
|
||||||
//本地目录开关
|
//本地目录开关
|
||||||
isTrajectoryOpen: true,
|
isTrajectoryOpen: false,
|
||||||
//是否开启拍照
|
//是否开启拍照
|
||||||
isPhotoOpen: false,
|
isPhotoOpen: true,
|
||||||
//扣分语音是否强制开启
|
//扣分语音是否强制开启
|
||||||
kfVoiceOpen: false,
|
kfVoiceOpen: false,
|
||||||
//忽略的考试项目
|
//忽略的考试项目
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user