Skip to content

Commit f0a6190

Browse files
authored
修改
1 parent 1344e54 commit f0a6190

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

header.php

+2-4
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
<!--icon图标-->
3838
<link href="<?php $this->options->ico() ?>" rel="shortcut icon">
39-
<!--<?php echo '<link href="/img/logo/'. $themes .'/favicon.ico" rel="shortcut icon">' ?>-->
4039

4140
<!--jquery-->
4241
<script src="<?php $this->options->themeUrl('js/jquery.min.js'); ?>"></script>
@@ -213,7 +212,7 @@ function getCurrentUrl() {
213212
link.setAttribute('href', 'https://' + domain);
214213
link.classList.add('hactive');
215214
}
216-
// 检查当前页面是否在下面的集合中
215+
// 检查当前页面是否在下面的集合中(没有这个需求可以删掉下面的代码)
217216
var pages = [
218217
"https://" + domain + "/logo.html",
219218
"https://" + domain + "/tv.html",
@@ -223,7 +222,6 @@ function getCurrentUrl() {
223222
"https://" + domain + "/shuimo.html",
224223
"https://" + domain + "/touxiang.html"
225224
];
226-
227225
if (pages.includes(currentUrl)) {
228226
// 然后获取这个yule.html链接
229227
var menuLink = document.querySelector('a[href="https://' + domain + '/yule.html"]');
@@ -283,7 +281,7 @@ function getCurrentUrl() {
283281
var music_name = ["1.mp3","2.mp3","3.mp3","4.mp3","5.mp3"];
284282
var arr = music_name.map(function(name) {
285283
//这里是歌曲目录列表url地址,然后拼接上面music_name列表中的歌曲名称
286-
return "https://xxx.com/mp3list/" + name;
284+
return "https://xxx.com/mp3list/ 或者 /mp3/list/ " + name;
287285
});
288286

289287
//监听页面第一次鼠标点击,自动播放歌曲

0 commit comments

Comments
 (0)