掘地求财 V0.0.14(无限金币)中文版只因听闻了这套低价出售的小院里埋藏着原主人的秘密小金库迫不及待地买下这套房产的你,开启了这趟令人兴奋的地下冒险在小小的花园里面……挖!不停地挖!往深处挖!出售你挖到的物品!升级你的装备!然后接着挖!(挖!金色矿石!)每挖一铲子,你就离真相更近一步。没有压力,没有规则。简单的快乐,Best快乐!




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’;
}
});
上一篇:恐怖冰淇淋8
下一篇:街头霸王4冠军版(解锁全人物)
