地牢猎手4v1.9.0(高清优化版大量金币)中文版《地牢猎人4 Dungeon Hunter 4》是一款动作游戏,又名《地牢猎手4》大热的动作RPG 游戏Dungeon Hunter 4 地城猎手4,加入重量级剧情及RPG魔法新元素,经典归来!在史诗般的故事情节以及黑暗的奇幻冒险中杀出血路,砍杀数百名敌人及强大的魔王,掠夺无数的道具!




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菜单)
