雪月诛仙背景图

雪月诛仙

7月6号19:00 五职微仿火暴公测!期待您的加入!

首区已开放

首区已开放!

游戏特色

公平公正

绿色长久

五职微仿

打造绿色长久,公平公正的精品人族诛仙!

最新公告

• 雪月诛仙将于7月6日19:00正式开启公测,欢迎新老玩家体验

• 本次测试为五职微仿版本,还原经典玩法,优化游戏体验

// 页面滚动动画效果 window.addEventListener('scroll', function() { const elements = document.querySelectorAll('.glass-effect'); elements.forEach(el => { const position = el.getBoundingClientRect(); // 如果元素进入视口 if(position.top < window.innerHeight && position.bottom >= 0) { el.classList.add('animate-fade-in'); } }); });