From 3b63fa3d397abb1cc8128cc3a22f1f40a6598046 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Mon, 19 Apr 2021 16:42:52 +0800
Subject: [PATCH] jessiebuca插件初始化

---
 src/main/resources/public/renderer.js |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/public/renderer.js b/src/main/resources/public/renderer.js
index 5018566..2b63c40 100755
--- a/src/main/resources/public/renderer.js
+++ b/src/main/resources/public/renderer.js
@@ -45,11 +45,12 @@
         this._opt.isDebug = opt.debug === true;
         this._opt.timeout = typeof opt.timeout === 'number' ? opt.timeout : 30;
         this._opt.supportDblclickFullscreen = opt.supportDblclickFullscreen === true;
-        this._opt.showBandwidth = opt.showBandwidth === true;
+        //this._opt.showBandwidth = opt.showBandwidth === true;
+        opt.showBandwidth = true;
         this._opt.operateBtns = Object.assign({
-            fullscreen: false,
-            screenshot: false,
-            play: false,
+            fullscreen: true,
+            screenshot: true,
+            play: true,
             audio: false
         }, opt.operateBtns || {});
         this._opt.keepScreenOn = opt.keepScreenOn === true;

--
Gitblit v1.9.1