From 9b516646acbc7392d7647e2619383a45f8db2978 Mon Sep 17 00:00:00 2001
From: xc <double72cheng@gmail.com>
Date: Wed, 28 Apr 2021 15:55:51 +0800
Subject: [PATCH] 直播插件沉浸式修改
---
src/main/resources/public/monitor/history.html | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/main/resources/public/monitor/history.html b/src/main/resources/public/monitor/history.html
index ee25407..c615542 100755
--- a/src/main/resources/public/monitor/history.html
+++ b/src/main/resources/public/monitor/history.html
@@ -5,8 +5,8 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Jessibuca【回放】</title>
<meta charset="utf-8"/>
- <link rel="stylesheet" href="css/progressTime.css">
- <link rel="stylesheet" href="css/history/historyStyle.css">
+ <link rel="stylesheet" href="../css/progressTime.css">
+ <link rel="stylesheet" href="../css/history/historyStyle.css">
</head>
@@ -16,11 +16,11 @@
<div id="jessibucaContainerHistory"></div>
-<script src="js/jquery.min.js"></script>
-<script src="js/ajax.js"></script>
-<script src="js/renderer.js"></script>
-<script src="js/jquery.progressTime.js"></script>
-<script src="js/history/historyComponent.js"></script>
+<script src="../js/jquery.min.js"></script>
+<script src="../js/ajax.js"></script>
+<script src="../js/renderer.js"></script>
+<script src="../js/jquery.progressTime.js"></script>
+<script src="../js/history/historyComponent.js"></script>
<script>
--
Gitblit v1.9.1