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
|
@@ -667,11 +667,11 @@ export default {
|
|
|
667
667
|
data: {
|
|
668
668
|
// 百度实时转译 appid appkey
|
|
669
669
|
appid: Number(_this.appData.appId),
|
|
670
|
-
appkey: _this.appData.
|
|
670
|
+
appkey: _this.appData.key,
|
|
671
671
|
// appid: 101913097,
|
|
672
672
|
// appkey: 'xv9715uwu2jqkTmIzlJl8eGx',
|
|
673
673
|
dev_pid: 15372,
|
|
674
|
-
cuid:
|
|
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.
|
|
605
|
-
'height': (y2 + 0.
|
|
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:
|
|
1717
|
+
height: 90% !important;
|
|
1718
1718
|
display: block;
|
|
1719
1719
|
margin: 0 auto;
|
|
1720
1720
|
}
|