首页
来自勿忘草与永远的少女
<img src="https://wiki.biligame.com/zmd/images/thumb/8/8d/KeyVisual.jpg/960px-KeyVisual.jpg" alt="明日方舟终末地" onerror="this.src='https://via.placeholder.com/960x300?text=Endfield+Banner'">
📖 终末地 WIKI
现有文章
44
活跃编辑
1
总编辑次数
1,984
<a href="#" class="zmd-btn">💬 加入编辑群</a>
🔗 常用链接
<a href="#">官网地址</a>
<a href="#">官方B站</a>
<a href="#">攻略投稿</a>
<a href="#">数据勘误</a>
<a href="#">版本更新</a>
<a href="#">WIKI教程</a>
📱 游戏下载
<a href="#" style="background:#2f4f6f; text-align:center; padding:8px; border-radius:24px; color:white; text-decoration:none;">Android 下载</a>
<a href="#" style="background:#2f4f6f; text-align:center; padding:8px; border-radius:24px; color:white; text-decoration:none;">iOS 下载</a>
<a href="#" style="background:#2f4f6f; text-align:center; padding:8px; border-radius:24px; color:white; text-decoration:none;">PC 桌面版</a>
📢 正在进行
「技术测试」终末地测试开启
2025年6月10日 10:00 - 2025年6月24日 23:59
加载中...
「签到活动」每日登录领好礼
长期开放 · 每日重置
✨ 进行中
⚔️ 干员图鉴
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/1/12/Operator_Peilika.png/200px-Operator_Peilika.png" alt="佩丽卡" onerror="this.src='https://via.placeholder.com/200x200?text=佩丽卡'">
佩丽卡
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/1/12/Operator_Chen.png/200px-Operator_Chen.png" alt="陈" onerror="this.src='https://via.placeholder.com/200x200?text=陈'">
陈
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/4/4b/Operator_SilverAsh.png/200px-Operator_SilverAsh.png" alt="银灰" onerror="this.src='https://via.placeholder.com/200x200?text=银灰'">
银灰
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/d/d1/Operator_List.png/200px-Operator_List.png" alt="更多" onerror="this.src='https://via.placeholder.com/200x200?text=全部'">
查看全部 →
🔫 武器精选
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/6/62/Weapon_Sword.png/200px-Weapon_Sword.png" alt="赤霄" onerror="this.src='https://via.placeholder.com/200x200?text=赤霄'">
赤霄
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/9/9f/Weapon_Gun.png/200px-Weapon_Gun.png" alt="破阵者" onerror="this.src='https://via.placeholder.com/200x200?text=破阵者'">
破阵者
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/4/4c/Weapon_Staff.png/200px-Weapon_Staff.png" alt="终末法杖" onerror="this.src='https://via.placeholder.com/200x200?text=终末法杖'">
终末法杖
<img class="zmd-card-img" src="https://wiki.biligame.com/zmd/images/thumb/d/d1/Weapon_List.png/200px-Weapon_List.png" alt="更多" onerror="this.src='https://via.placeholder.com/200x200?text=更多'">
武器列表 →
📰 最近更新
- 06/15<a href="#">新增干员「凛视」档案</a>
- 06/14<a href="#">「象限结构术」机制详解</a>
- 06/13<a href="#">版本更新公告 1.2.0</a>
- 06/12<a href="#">材料掉落一图流</a>
- 06/11<a href="#">新活动预告「终末协议」</a>
📖 攻略推荐
- <a href="#">新手入门指南 · 开荒必看</a>
- <a href="#">干员培养优先级推荐</a>
- <a href="#">基建布局最优解</a>
- <a href="#">全关卡三星攻略合集</a>
🤝 友情链接
<a href="#">明日方舟WIKI</a>
<a href="#">BWIKI首页</a>
<a href="#">攻略组招募</a>
<script> // 倒计时函数 function updateCountdown() {
const endTime = new Date("June 24, 2025 23:59:59").getTime();
const now = new Date().getTime();
const distance = endTime - now;
if (distance < 0) {
document.getElementById("countdown1").innerHTML = "活动已结束";
return;
}
const days = Math.floor(distance / (1000 * 60 * 60 * 24));
const hours = Math.floor((distance % (1000 * 60 * 60 * 24)) / (1000 * 60 * 60));
const minutes = Math.floor((distance % (1000 * 60 * 60)) / (1000 * 60));
const seconds = Math.floor((distance % (1000 * 60)) / 1000);
document.getElementById("countdown1").innerHTML = days + "天 " + hours + "时 " + minutes + "分 " + seconds + "秒";
} setInterval(updateCountdown, 1000); updateCountdown(); </script>