《沙滩赛车》最新汉化版 中文版沙滩赛车模拟器是一款非常精彩刺激的赛车竞速游戏,你将驾驶着各种各样的豪车在沙滩上行驶。游戏的玩法非常特别,你需要穿越一个个障碍物,并不是普通的竞速,让游戏的玩法变得更加有味道。游戏玩法精彩,需要玩家有非常好的操作能力,喜欢就快来下载吧。



const modal = document.getElementById(‘imageModal’);
const closeModal = document.getElementById(‘closeModal’);
const enlargedImg = document.getElementById(‘enlargedImg’);
const thumbnails = document.querySelectorAll(‘.img-thumbnail’);
thumbnails.forEach(thumbnail => {
thumbnail.addEventListener(‘click’, () => {
modal.classList.remove(‘hidden’);
enlargedImg.src = thumbnail.src;
enlargedImg.alt = thumbnail.alt;
document.body.style.overflow = ‘hidden’;
});
});
closeModal.addEventListener(‘click’, () => {
modal.classList.add(‘hidden’);
document.body.style.overflow = ‘auto’;
});
modal.addEventListener(‘click’, (e) => {
if (e.target === modal) {
modal.classList.add(‘hidden’);
document.body.style.overflow = ‘auto’;
}
});
document.addEventListener(‘keydown’, (e) => {
if (e.key === ‘Escape’ && !modal.classList.contains(‘hidden’)) {
modal.classList.add(‘hidden’);
document.body.style.overflow = ‘auto’;
}
});
上一篇:最后一场游戏(原版+mod版)
下一篇:神奇小子:龙之陷阱(中文修复版)
