debug
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
{block name="head-css"}{/block}
|
||||
{block name="head-js"}{/block}
|
||||
|
||||
{// 站点统计 }
|
||||
{$DomainModel->d_statis|raw}
|
||||
|
||||
<script>
|
||||
(function () {
|
||||
var bp = document.createElement('script');
|
||||
@@ -78,8 +81,7 @@
|
||||
{// 全局统计 }
|
||||
{site:cfg code="PUBLIC_TONGJI_CODE" encode="false"/}
|
||||
|
||||
{// 站点统计 }
|
||||
{$DomainModel->d_statis|raw}
|
||||
|
||||
|
||||
{block name="footer-js"}{/block}
|
||||
<script type="text/javascript"
|
||||
|
||||
@@ -172,8 +172,8 @@
|
||||
{block name="strPageCode"}<?php $strPageCode = 'player'; ?>{/block}
|
||||
|
||||
{block name="head-css"}
|
||||
<link rel="stylesheet" href="/public/video/DPlayer.min.css">
|
||||
|
||||
{// <link rel="stylesheet" href="/public/video/DPlayer.min.css"> /}
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/dplayer/dist/DPlayer.min.css">
|
||||
{/block}
|
||||
|
||||
{block name="main"}
|
||||
@@ -207,8 +207,11 @@
|
||||
|
||||
{/block}
|
||||
{block name="footer-js"}
|
||||
<script src="https://cdn.staticfile.org/jquery/3.7.1/jquery.min.js"></script>
|
||||
<script type="text/javascript" src="/public/video/hls.min.js" ></script>
|
||||
<script type="text/javascript" src="/public/video/DPlayer.min.js" ></script>
|
||||
{// <script src="https://cdn.staticfile.org/jquery/3.7.1/jquery.min.js"></script>/}
|
||||
{// <script type="text/javascript" src="/public/video/hls.min.js" ></script>/}
|
||||
{// <script type="text/javascript" src="/public/video/DPlayer.min.js" ></script>/}
|
||||
<script src="https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/dplayer/dist/DPlayer.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/hls.js/dist/hls.min.js"></script>
|
||||
|
||||
{/block}
|
||||
Reference in New Issue
Block a user