首页
来自勿忘草与永远的少女
全站通知: 本站数据正在完善中,欢迎参与编辑贡献
⚔️
<a href="/角色图鉴" style="color:white; text-decoration:none; font-size:18px; font-weight:bold;">角色图鉴</a>
查看所有角色
🗺️
<a href="/地图资料" style="color:white; text-decoration:none; font-size:18px; font-weight:bold;">地图资料</a>
探索世界
📖
<a href="/游戏攻略" style="color:white; text-decoration:none; font-size:18px; font-weight:bold;">游戏攻略</a>
新手入门指南
📊
<a href="/数据统计" style="color:white; text-decoration:none; font-size:18px; font-weight:bold;">数据统计</a>
最新数据排行
✨ 角色一览
{{#ask:
|?角色名称
|?稀有度
|?职业
|limit=8
|format=template
|template=角色卡片模板
}}
👤
<a href="/角色/示例角色" style="font-weight:bold; text-decoration:none;">示例角色</a>
稀有度 ★★★★★
⚔️
<a href="/角色/示例角色2" style="font-weight:bold; text-decoration:none;">示例角色2</a>
稀有度 ★★★★
🧙
<a href="/角色/示例角色3" style="font-weight:bold; text-decoration:none;">示例角色3</a>
稀有度 ★★★★★
🏹
<a href="/角色/示例角色4" style="font-weight:bold; text-decoration:none;">示例角色4</a>
稀有度 ★★★★
<a href="/分类:角色" style="display:inline-block; padding:8px 24px; background:#36c; color:white; border-radius:20px; text-decoration:none;">查看全部角色 →</a>
📢 更新公告
v1.2.0 版本更新
更新日期:2026年05月23日
• 新增3位新角色
• 优化游戏性能
• 修复已知Bug
v1.1.0 版本更新
更新日期:2026年3月15日
• 新增活动副本
• 调整角色平衡性
<a href="/更新日志" style="color:#36c;">查看完整更新日志 →</a>
🎁 兑换码
WIKI2026
⏰ 有效期至:2026年12月31日
🎁 奖励:钻石×100 + 招募券×1
<a href="/兑换中心" style="display:inline-block; background:white; color:#667eea; padding:6px 20px; border-radius:20px; text-decoration:none; font-weight:bold;">前往兑换 →</a>
🔥 热门推荐
- <a href="/新手入门">📘 新手入门指南</a>
- <a href="/角色强度排行">📊 角色强度排行</a>
- <a href="/装备推荐">⚔️ 装备搭配推荐</a>
- <a href="/活动攻略">🎪 限时活动攻略</a>
<style> /* 卡片悬停效果 */ .feature-card {
transition: transform 0.2s, box-shadow 0.2s; cursor: pointer;
} .feature-card:hover {
transform: translateY(-5px); box-shadow: 0 10px 25px rgba(0,0,0,0.2);
} .character-card {
transition: transform 0.2s;
} .character-card:hover {
transform: translateY(-3px); box-shadow: 0 6px 16px rgba(0,0,0,0.15);
} /* 移动端适配 */ @media (max-width: 768px) {
.feature-cards {
grid-template-columns: repeat(2, 1fr) !important;
gap: 12px !important;
}
.feature-card {
padding: 15px 10px !important;
}
.feature-card div:first-child {
font-size: 32px !important;
}
.character-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 12px !important;
}
} </style>