This commit is contained in:
杜恒
2021-02-19 09:18:41 +08:00
parent 0b40a7a990
commit 072a2f6faa
4 changed files with 13 additions and 11 deletions

View File

@@ -15,7 +15,7 @@
<head>
<?php $this->need('public/include.php'); ?>
<!-- 视频页面需要用到的CSS及JS -->
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.video.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('assets/css/joe.video.css?v=3434'); ?>">
<script src="<?php $this->options->themeUrl('assets/js/joe.video.js'); ?>"></script>
</head>