36
36
37
37
<!--icon图标-->
38
38
<link href="<?php $ this ->options ->ico () ?> " rel="shortcut icon">
39
- <!--<?php echo '<link href="/img/logo/ ' . $ themes .'/favicon.ico" rel="shortcut icon"> ' ?> -->
40
39
41
40
<!--jquery-->
42
41
<script src="<?php $ this ->options ->themeUrl ('js/jquery.min.js ' ); ?> "></script>
@@ -213,7 +212,7 @@ function getCurrentUrl() {
213
212
link.setAttribute('href', 'https://' + domain);
214
213
link.classList.add('hactive');
215
214
}
216
- // 检查当前页面是否在下面的集合中
215
+ // 检查当前页面是否在下面的集合中(没有这个需求可以删掉下面的代码)
217
216
var pages = [
218
217
"https://" + domain + "/logo.html",
219
218
"https://" + domain + "/tv.html",
@@ -223,7 +222,6 @@ function getCurrentUrl() {
223
222
"https://" + domain + "/shuimo.html",
224
223
"https://" + domain + "/touxiang.html"
225
224
];
226
-
227
225
if (pages.includes(currentUrl)) {
228
226
// 然后获取这个yule.html链接
229
227
var menuLink = document.querySelector('a[href="https://' + domain + '/yule.html"]');
@@ -283,7 +281,7 @@ function getCurrentUrl() {
283
281
var music_name = ["1.mp3","2.mp3","3.mp3","4.mp3","5.mp3"];
284
282
var arr = music_name.map(function(name) {
285
283
//这里是歌曲目录列表url地址,然后拼接上面music_name列表中的歌曲名称
286
- return "https://xxx.com/mp3list/" + name;
284
+ return "https://xxx.com/mp3list/ 或者 /mp3/list/ " + name;
287
285
});
288
286
289
287
//监听页面第一次鼠标点击,自动播放歌曲
0 commit comments