剑术冲刺 v2.1.4(内置技能无CDMOD菜单)中文版《剑术冲刺》是一款二次元风格的动作格斗手游,主要玩法就是用武器刺杀僵尸。玩家需要操控角色不断战斗,利用各种武器和技能打出炫酷连招,感受真实的打击爽感。游戏里关卡很多,每一关都能考验玩家的格斗反应和技巧。喜欢刺激战斗的玩家,不妨来试一试。




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’;
}
});
上一篇:街头霸王4冠军版(解锁全人物)
下一篇:航空公司指挥官(无限货币)
