航空公司指挥官 v2.4.20(无限货币)中文版《航空公司指挥官最新版本》是一款非常有趣且充满欢乐的飞行驾驶游戏,它获得了许多热爱飞行游戏的玩家的好评与推荐。游戏里拥有各种不同款式和大小的飞机,等着玩家们来体验驾驶。除此之外,玩家们还可以通过不断的接收各种订单来从中赚取更多的钱,来购买更高级和更大的飞机。还在等什么呢,赶快来点击这里快速下载吧!!



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’;
}
});
上一篇:剑术冲刺(内置技能无CDMOD菜单)
下一篇:海盗船建造与战斗 (免费内购)
