第九黎明3汉化版_v1.71(MOD菜单)中文版《第九黎明III:厄西尔之影》是一款大型2D开放世界角色扮演游戏和收集马拉松地牢爬行器,充满了冒险!当被要求调查埃尔姆森湖周围神秘的幽灵目击事件时,你徒步穿越塞达蒂亚的土地以揭开真相。抵达后,您会听到有关一位不值得信赖的国王的谣言。走上被选中者的道路,您将前往洛威克城堡,面对强大的敌人 – 穿越古老的堡垒、黑暗的地牢、危险的沼泽等等!




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增伤增防版)
