末日的第53 天ⅴ1.2.1.12[完整版+DLC]Steam移植 中文版末日的第53天是一款生存动作类游戏。游戏拥有原创剧情,并搭配了全新的生存任务机制,使游戏保持冒险性的同时兼顾方向性。游戏中玩家将扮演一名幸存者,利用撬棍、背包两件装备,不断摧毁场景物品、收集材料,制造和强化装备、提高角色实力。
![末日的第53 天([完整版+DLC]Steam移植)](https://www.jpdw.cc/wp-content/uploads/260212/2024115161448875970.jpg)
![末日的第53 天([完整版+DLC]Steam移植)](https://www.jpdw.cc/wp-content/uploads/260212/2024115161450108200.jpg)
![末日的第53 天([完整版+DLC]Steam移植)](https://www.jpdw.cc/wp-content/uploads/260212/2024115161446431530.jpg)
![末日的第53 天([完整版+DLC]Steam移植)](https://www.jpdw.cc/wp-content/uploads/260212/2024115161452108200.jpg)
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菜单)
下一篇:决裁者:失落前哨|决裁者:失落的前哨([汉化版+完整版]Steam移植)
