zydx-plus 1.35.579 → 1.35.580

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.35.579",
3
+ "version": "1.35.580",
4
4
  "description": "Vue.js",
5
5
  "main": "src/index.js",
6
6
  "files": [
@@ -667,11 +667,11 @@ export default {
667
667
  data: {
668
668
  // 百度实时转译 appid appkey
669
669
  appid: Number(_this.appData.appId),
670
- appkey: _this.appData.qfClientId,
670
+ appkey: _this.appData.key,
671
671
  // appid: 101913097,
672
672
  // appkey: 'xv9715uwu2jqkTmIzlJl8eGx',
673
673
  dev_pid: 15372,
674
- cuid: 'HpURryNC91ddJmAPq7iwu26OvMDW4jMS',
674
+ cuid: _this.appData.secret,
675
675
  format: 'pcm',
676
676
  sample: 16000,
677
677
  }
Binary file
@@ -601,8 +601,8 @@ export default {
601
601
  return {
602
602
  'left': x1 - 0.2 + '%',
603
603
  'top': (y1 - y2) - 0.2 + '%',
604
- 'width': x2 + 0.4 + '%',
605
- 'height': (y2 + 0.4) + '%',
604
+ 'width': x2 + 0.1 + '%',
605
+ 'height': (y2 + 0.1) + '%',
606
606
  'border': `${v.borderStyle.width}px solid rgb(${v.borderColor[0]},${v.borderColor[1]},${v.borderColor[2]})`
607
607
  }
608
608
  },
@@ -1714,7 +1714,7 @@ export default {
1714
1714
  }
1715
1715
  .magnifier>img{
1716
1716
  width: 80% !important;
1717
- height: 80% !important;
1717
+ height: 90% !important;
1718
1718
  display: block;
1719
1719
  margin: 0 auto;
1720
1720
  }
package/src/index.js CHANGED
@@ -89,7 +89,7 @@ function install(app) {
89
89
  }
90
90
 
91
91
  export default {
92
- version: '1.35.579',
92
+ version: '1.35.580',
93
93
  install,
94
94
  Calendar,
95
95
  Message,