从 马来西亚 地区 200 多位歌手 中评选而出
根据「日均观看数」排行,以下是30天内 TOP 10 热门新歌榜:
window.addEventListener(“DOMContentLoaded”, function () {
let ytPlaylist = [];
let ytTitles = {};
let currentIndex = 0;
let iframe = document.getElementById(“ytMiniPlayerIframe”);
let nowPlaying = document.getElementById(“ytNowPlaying”);
window.openYtModal = function (videoId, title = “”) {
if (!ytPlaylist.includes(videoId)) {
ytPlaylist.push(videoId);
ytTitles[videoId] = title;
showToast(“已加入:” + title);
} else {
showToast(“已在播放列表中:” + title);
}
if (document.getElementById(“ytMiniPlayer”).style.display === “none”) {
currentIndex = ytPlaylist.length – 1;
playCurrentVideo();
}
}
function playCurrentVideo() {
if (ytPlaylist.length === 0) return;
let currentId = ytPlaylist[currentIndex];
iframe.src = “https://www.youtube.com/embed/” + currentId + “?autoplay=1&enablejsapi=1”;
document.getElementById(“ytMiniPlayer”).style.display = “block”;
nowPlaying.innerText = ytTitles[currentId] || “-“;
}
window.skipVideo = function () {
if (ytPlaylist.length === 0) return;
currentIndex = (currentIndex + 1) % ytPlaylist.length;
playCurrentVideo();
}
window.clearPlaylist = function () {
ytPlaylist = [];
ytTitles = {};
currentIndex = 0;
iframe.src = “”;
nowPlaying.innerText = “-“;
document.getElementById(“ytMiniPlayer”).style.display = “none”;
}
function showToast(message) {
let toast = document.getElementById(“ytToast”);
toast.innerText = message;
toast.style.display = “block”;
setTimeout(() => {
toast.style.display = “none”;
}, 2000);
}
});



![Bunga - ME[MAHA]MI (Official Music Video)](https://topcharts.news/wp-content/plugins/wp-fastest-cache-premium/pro/images/blank.gif)
![Floor 88 - Kaamatan Medley [Official Music Video]](https://topcharts.news/wp-content/plugins/wp-fastest-cache-premium/pro/images/blank.gif)