地域骑士3 v1.16(资源逆生长)中文版Hellrider冒险的新部分!成为全新故事的一员,享受新的3D游戏玩法。一堆不寻常的游戏机制,可以从新的角度看转轮游戏!游戏特色:-具有挑战和目标的多种游戏模式-从新角度揭示《地狱骑士》世界的惊人故事-许多需要真正英雄的角色!-日常挑战不会放松!-一个风景如画的世界等待着研究人员-以及更多!




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’;
}
});
上一篇:幻兽帕鲁
下一篇:僵尸攻击:行尸走肉(解锁大量货币)
