This commit is contained in:
杜恒
2021-03-04 11:35:32 +08:00
parent 510c2b9160
commit 261ea75aa0
51 changed files with 290 additions and 267 deletions

View File

@@ -14,9 +14,8 @@
<head>
<?php $this->need('public/include.php'); ?>
<!-- 直播页面需要用到的CSS及JS -->
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.live.css?update=20210301'); ?>">
<script src="<?php $this->options->themeUrl('assets/js/joe.live.js?update=20210301'); ?>"></script>
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.live.min.css'); ?>">
<script src="<?php $this->options->themeUrl('assets/js/joe.live.min.js'); ?>"></script>
</head>
<body>