zydx-plus 1.33.375 → 1.33.377

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zydx-plus",
3
- "version": "1.33.375",
3
+ "version": "1.33.377",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -480,7 +480,21 @@
480
480
  isShowScreenLimit: false,
481
481
  isShowFunDisable: false,
482
482
  isShowVirtualScore: false
483
- }
483
+ },
484
+ action_scene: {
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
+ },
484
498
  },
485
499
  showExamJoinCalenderTime:{
486
500
  1: false,
@@ -82,7 +82,7 @@ export function butJson(editor, data) {
82
82
  name: '落   款',
83
83
  key: 'paragraphMenu',
84
84
  menuKeys: [],
85
- html: `<span> </span><p data-signId="paragraph" style="text-align: right;"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700;">落款人名</span></p><p style="text-align: right;"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700">${getTime()}</span></p>`
85
+ html: `<p data-signId="paragraph" style="text-align: right;margin: 30px 0 0 0"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700;">落款人名</span></p><p style="text-align: right;"><span style="color: rgb(0, 0, 0);font-size: 14px;font-weight: 700">${getTime()}</span></p>`
86
86
  }, {
87
87
  name: '致&nbsp;&nbsp;&nbsp;谢',
88
88
  key: 'ackMenu',
package/src/index.js CHANGED
@@ -83,7 +83,7 @@ function install(app) {
83
83
  }
84
84
 
85
85
  export default {
86
- version: '1.33.375',
86
+ version: '1.33.377',
87
87
  install,
88
88
  Calendar,
89
89
  Message,