在异世界的黑暗中(大量货币)v1.05 中文版是一款非常有乐趣的冒险游戏,在游戏中你醒来后发现自己到了异世界,你需要从一个冒险家的身份来赚取金币与暗之碎片,然后在重置后换取新的职业重新开始游戏重新冒险,在重复累计的过程中将存活的天数提高并且获得最优秀的装备和防具来挑战最后的魔王,通关游戏。



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’;
}
});
上一篇:在异世界活下去(汉化)
下一篇:刀片战争(免广告获取奖励)
