zydx-plus 1.32.256 → 1.32.257

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.32.256",
3
+ "version": "1.32.257",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -235,17 +235,17 @@ let buttonNames = {
235
235
  headLevel: {
236
236
  default: "demand",
237
237
  demand: '回答要求',
238
- singletonClass: this.getCurrentPrefix(item) + '项目',
238
+ singletonClass: this.getCurrentPrefix(item) + '追问',
239
239
  allClass: this.getPrefix(item) + '情况',
240
240
  },
241
241
  otherLevel: {
242
242
  default: "singletonClass",
243
- singletonClass: this.getCurrentPrefix(item) + '项目',
243
+ singletonClass: this.getCurrentPrefix(item) + '追问',
244
244
  allClass: this.getPrefix(item) + '情况',
245
245
  },
246
246
  lowLevel: {
247
247
  default: "singletonClass",
248
- singletonClass: this.getCurrentPrefix(item) + '项目',
248
+ singletonClass: this.getCurrentPrefix(item) + '追问',
249
249
  score: '回答成绩',
250
250
  analysis: '统计分析',
251
251
  power: '学习动力'
@@ -254,17 +254,17 @@ let buttonNames = {
254
254
  2: {
255
255
  headLevel: {
256
256
  default: "singletonClass",
257
- singletonClass: this.getCurrentPrefix(item) + '项目',
257
+ singletonClass: this.getCurrentPrefix(item) + '追问',
258
258
  allClass: this.getPrefix(item) + '情况',
259
259
  },
260
260
  otherLevel: {
261
261
  default: "singletonClass",
262
- singletonClass: this.getCurrentPrefix(item) + '项目',
262
+ singletonClass: this.getCurrentPrefix(item) + '追问',
263
263
  allClass: this.getPrefix(item) + '情况',
264
264
  },
265
265
  lowLevel: {
266
266
  default: "singletonClass",
267
- singletonClass: this.getCurrentPrefix(item) + '项目',
267
+ singletonClass: this.getCurrentPrefix(item) + '追问',
268
268
  score: '回答成绩',
269
269
  analysis: '统计分析',
270
270
  power: '学习动力'
@@ -1333,17 +1333,17 @@ let buttonNames = {
1333
1333
  headLevel: {
1334
1334
  default: "demand",
1335
1335
  demand: '回答要求',
1336
- singletonClass: this.getCurrentPrefix(item) + '项目',
1336
+ singletonClass: this.getCurrentPrefix(item) + '追问',
1337
1337
  allClass: this.getPrefix(item) + '情况',
1338
1338
  },
1339
1339
  otherLevel: {
1340
1340
  default: "singletonClass",
1341
- singletonClass: this.getCurrentPrefix(item) + '项目',
1341
+ singletonClass: this.getCurrentPrefix(item) + '追问',
1342
1342
  allClass: this.getPrefix(item) + '情况',
1343
1343
  },
1344
1344
  lowLevel: {
1345
1345
  default: "singletonClass",
1346
- singletonClass: this.getCurrentPrefix(item) + '项目',
1346
+ singletonClass: this.getCurrentPrefix(item) + '追问',
1347
1347
  score: '学习成绩',
1348
1348
  analysis: '统计分析',
1349
1349
  power: '学习动力'
@@ -363,6 +363,11 @@ export default {
363
363
  this.recordingStatus = true
364
364
  }, (error) => {
365
365
  this.recordingStatus = false
366
+ this.$message({
367
+ type: 'text',
368
+ cancelShow: false,
369
+ promptContent: '录音失败,请检查麦克风是否可用'
370
+ })
366
371
  });
367
372
  } else {
368
373
  this.stopRecording()
@@ -765,6 +770,7 @@ export default {
765
770
  font-size: 18px;
766
771
  line-height: 26px;
767
772
  font-weight: 700;
773
+ background: rgba(255,255,255,0.8);
768
774
  }
769
775
  :deep(.imgCont) {
770
776
  line-height: 0 !important;
@@ -4,7 +4,7 @@
4
4
  <path id="并集_轮廓_" data-name="并集 (轮廓)" fill="#ccc"
5
5
  d="M10,44a3,3,0,0,1-3-3V3a3,3,0,0,1,3-3H28a3,3,0,0,1,3,3V41a3,3,0,0,1-3,3Zm17-4V4H11V40ZM0,47V24a2,2,0,0,1,4,0V45a2,2,0,0,0,2,2H32a2,2,0,0,0,2-2V24a2,2,0,0,1,4,0V47a4,4,0,0,1-4,4H21v9c7.34.26,13,1.93,13,4,0,2.21-6.72,4-15,4S4,66.21,4,64c0-2,5.66-3.7,13-4V51H4A4,4,0,0,1,0,47ZM19,64h.79L19,64l-.79,0Z"/>
6
6
  <rect fill="#fff" x="11" y="4" width="16" height="36"/>
7
- <rect class="volume" :height="volume(vol)" width="12" :y="volume2(vol)" x="13" :fill="vol === 0? '#CCCCCC':'#43cf7c'"/>
7
+ <rect class="volume" :height="volume(vol)" width="12" :y="volume2(vol)" x="13" fill="#43cf7c"/>
8
8
  </svg>
9
9
  </div>
10
10
  </template>
package/src/index.js CHANGED
@@ -79,7 +79,7 @@ function install(app) {
79
79
  }
80
80
 
81
81
  export default {
82
- version: '1.32.256',
82
+ version: '1.32.257',
83
83
  install,
84
84
  Calendar,
85
85
  Message,