Skip to content

Commit

Permalink
更改网站名为 实时音乐热点
Browse files Browse the repository at this point in the history
  • Loading branch information
brown committed Mar 18, 2020
1 parent b8cd88f commit 0e88431
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/html/album.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../static/js/tabs.js"></script>
<script src="../static/js/album.js"></script>
<script src="../static/js/bottom_buttons.js"></script>
<title>音乐热点</title>
<title>实时音乐热点</title>
</head>

<body onload="load_tabs(); load_album(); load_bottom();">
Expand Down
2 changes: 1 addition & 1 deletion app/html/focus.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="../static/js/focuses.js"></script>
<script src="../static/js/loading.js"></script>
<script src="../static/js/bottom_buttons.js"></script>
<title>音乐热点</title>
<title>实时音乐热点</title>
</head>

<body onload="load_tabs(); loading('focus_list'); render_focuses('{{ music_type }}'); load_bottom();">
Expand Down
2 changes: 1 addition & 1 deletion app/html/lizhi.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="../static/js/tabs.js"></script>
<script src="../static/js/lizhi.js"></script>
<script src="../static/js/bottom_buttons.js"></script>
<title>音乐热点</title>
<title>实时音乐热点</title>
</head>

<body onload="load_tabs(); load_albums(); load_bottom();">
Expand Down
2 changes: 1 addition & 1 deletion app/html/video.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="../static/js/videos.js"></script>
<script src="../static/js/loading.js"></script>
<script src="../static/js/bottom_buttons.js"></script>
<title>音乐热点</title>
<title>实时音乐热点</title>
</head>

<body onload="load_tabs(); loading('video_list'); render_videos('{{ music_type }}'); load_bottom();">
Expand Down
2 changes: 1 addition & 1 deletion app/html/weibo.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<script src="../static/js/posts.js"></script>
<script src="../static/js/loading.js"></script>
<script src="../static/js/bottom_buttons.js"></script>
<title>音乐热点</title>
<title>实时音乐热点</title>
</head>

<body onload="load_tabs(); loading('weibo_list'); render_posts('{{ music_type }}'); load_bottom();">
Expand Down

0 comments on commit 0e88431

Please sign in to comment.