你的目的就是杀死我3 v19.1 货币反加 中文版你的目的就是杀死我3游戏是一款趣味休闲的手机单机游戏,如果你玩过前作的话相信不会让你所失望的,以以可爱Q萌的画风搭配上十分炫酷的人物特,具有多样的关卡和各个元素,玩家需要去不断的进行探索才有可能在世界之中生存再下来。




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’;
}
});
上一篇:黎明施法者菜单版(无敌+能量获取加强+经验倍数)
下一篇:重返猴岛(steam移植)
