Commit 14c0b51c by Tianqing Liu

feat: 调整水印透明度

1 parent 3c540f73
...@@ -25,6 +25,7 @@ export default { ...@@ -25,6 +25,7 @@ export default {
type: Boolean, type: Boolean,
default: true, default: true,
}, },
// 是否是小程序
isXCXPage: { isXCXPage: {
type: Boolean, type: Boolean,
default: false, default: false,
...@@ -82,7 +83,9 @@ export default { ...@@ -82,7 +83,9 @@ export default {
controlAutoHide: true, controlAutoHide: true,
supportDblclickFullscreen: false, supportDblclickFullscreen: false,
showBandwidth: true, // 显示网速 showBandwidth: true, // 显示网速
// angle fontSize fontFamily
fullscreenWatermarkConfig: { fullscreenWatermarkConfig: {
opacity: 0.3,
text: this.watermarkText || '', text: this.watermarkText || '',
}, },
operateBtns: { operateBtns: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!