Compare commits
2 Commits
5c622d32c8
...
776843b9df
| Author | SHA1 | Date | |
|---|---|---|---|
| 776843b9df | |||
| b5a45f077b |
Binary file not shown.
@ -60,7 +60,7 @@ struct Index {
|
||||
private context = getContext(this) as common.UIAbilityContext;
|
||||
private serviceExtProxy: IdlServiceExtProxy
|
||||
@State judgeVersion: string = ""
|
||||
private version: string = "2025.04.22.01"
|
||||
private version: string = "2025.04.23.01"
|
||||
|
||||
@Styles
|
||||
commStyle(){
|
||||
|
||||
@ -1,28 +1,28 @@
|
||||
//考试回放开关
|
||||
export const judgeConfig = {
|
||||
//本地目录开关
|
||||
isTrajectoryOpen: true,
|
||||
isTrajectoryOpen: false,
|
||||
//是否开启拍照
|
||||
isPhotoOpen: true,
|
||||
//扣分语音是否强制开启
|
||||
kfVoiceOpen: false,
|
||||
//忽略的考试项目
|
||||
ignoreProjects:[],
|
||||
ignoreProjects: [],
|
||||
// 是否忽略考试前熄火、车门检查
|
||||
isCheckFireOpen: false,
|
||||
//轨迹回放是否开启Udp
|
||||
udpOpen:true,
|
||||
udpOpen: true,
|
||||
// 本地模型地址
|
||||
modelPath: 'models/model_enc',
|
||||
// 济南科目三
|
||||
trajectoryPath: 'logs/2024_10_12/2024_10_12_11_50_10_9999427676823_744299437502336256_隋统/judge_exam_data.txt',
|
||||
//四合一画面配置
|
||||
fourInOneScreen:{
|
||||
fourInOneScreen: {
|
||||
//gps位数
|
||||
gpsDigit:6
|
||||
gpsDigit: 6
|
||||
},
|
||||
// 杭州科目二
|
||||
// trajectoryPath: 'logs/2024_07_19/0000000000001_342323199501470011_测试学员1_2024_07_19_06_49_12/judge_exam_data.txt',
|
||||
//TODO 济南临时特殊配置
|
||||
systemParamConfig:{}
|
||||
systemParamConfig: {}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user