zydx-plus 1.33.391 → 1.33.393
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -482,19 +482,61 @@
|
|
|
482
482
|
isShowVirtualScore: false
|
|
483
483
|
},
|
|
484
484
|
action_scene: {
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
485
|
+
actionName: '情景学习',
|
|
486
|
+
endTimeBtn1: '任务截止',
|
|
487
|
+
endTimeBtn2: '任务时长',
|
|
488
|
+
laterScoreBtn: '迟交扣分',
|
|
489
|
+
isShowFinishState: true,
|
|
490
|
+
isShowEndTime: true,
|
|
491
|
+
isShowLaterScore: true,
|
|
492
|
+
isShowReviewObj: true,
|
|
493
|
+
isShowReviewDemand: true,
|
|
494
|
+
isShowScreenLimit: false,
|
|
495
|
+
isShowFunDisable: false,
|
|
496
|
+
isShowVirtualScore: false
|
|
497
|
+
},
|
|
498
|
+
action_lesson_dissertation1: {
|
|
499
|
+
actionName: '开题报告',
|
|
500
|
+
endTimeBtn1: '任务截止',
|
|
501
|
+
endTimeBtn2: '任务时长',
|
|
502
|
+
laterScoreBtn: '迟交扣分',
|
|
503
|
+
isShowFinishState: true,
|
|
504
|
+
isShowEndTime: true,
|
|
505
|
+
isShowLaterScore: true,
|
|
506
|
+
isShowReviewObj: true,
|
|
507
|
+
isShowReviewDemand: true,
|
|
508
|
+
isShowScreenLimit: false,
|
|
509
|
+
isShowFunDisable: false,
|
|
510
|
+
isShowVirtualScore: false
|
|
511
|
+
},
|
|
512
|
+
action_lesson_biographical: {
|
|
513
|
+
actionName: '求职简历',
|
|
514
|
+
endTimeBtn1: '任务截止',
|
|
515
|
+
endTimeBtn2: '任务时长',
|
|
516
|
+
laterScoreBtn: '迟交扣分',
|
|
517
|
+
isShowFinishState: true,
|
|
518
|
+
isShowEndTime: true,
|
|
519
|
+
isShowLaterScore: true,
|
|
520
|
+
isShowReviewObj: true,
|
|
521
|
+
isShowReviewDemand: true,
|
|
522
|
+
isShowScreenLimit: false,
|
|
523
|
+
isShowFunDisable: false,
|
|
524
|
+
isShowVirtualScore: false
|
|
525
|
+
},
|
|
526
|
+
action_lesson_facew: {
|
|
527
|
+
actionName: '面试指导',
|
|
528
|
+
endTimeBtn1: '任务截止',
|
|
529
|
+
endTimeBtn2: '任务时长',
|
|
530
|
+
laterScoreBtn: '迟交扣分',
|
|
531
|
+
isShowFinishState: true,
|
|
532
|
+
isShowEndTime: true,
|
|
533
|
+
isShowLaterScore: true,
|
|
534
|
+
isShowReviewObj: true,
|
|
535
|
+
isShowReviewDemand: true,
|
|
536
|
+
isShowScreenLimit: false,
|
|
537
|
+
isShowFunDisable: false,
|
|
538
|
+
isShowVirtualScore: false
|
|
539
|
+
},
|
|
498
540
|
},
|
|
499
541
|
showExamJoinCalenderTime:{
|
|
500
542
|
1: false,
|
|
@@ -67,7 +67,7 @@ const clearJson = {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
|
-
|
|
70
|
+
let editorAPP = null;
|
|
71
71
|
|
|
72
72
|
export default {
|
|
73
73
|
name: "zydx-sketchpad",
|
|
@@ -324,10 +324,14 @@ export default {
|
|
|
324
324
|
}])
|
|
325
325
|
const imageId = createShapeId()
|
|
326
326
|
editorAPP.createShape({
|
|
327
|
+
id: imageId,
|
|
327
328
|
type: 'image',
|
|
328
329
|
x: 200,
|
|
329
330
|
y: 200,
|
|
331
|
+
isLocked: false,
|
|
330
332
|
props: {
|
|
333
|
+
w: img.width,
|
|
334
|
+
h: img.height,
|
|
331
335
|
assetId
|
|
332
336
|
},
|
|
333
337
|
})
|