《斯普拉遁 涂击队》中文玩家攻略站。
非官方网站,与任天堂无关。
玩家共建的《斯普拉遁 涂击队》中文攻略站,包含:
- 🗡️ 武器图鉴:11 大类主武器详解
- ⚙️ 配件搭配:力量/速度/技术三大流派
- 🐟 鲑鱼图鉴:17 种鲑鱼弱点速查
- 📖 攻略文章:新手入门、构筑、Boss、配队
纯 HTML + CSS + JavaScript,零依赖、零框架、零构建。
直接静态托管即可(GitHub Pages / Cloudflare Pages / Vercel / Netlify)。
需要 Python 3:
python -m http.server 8765详见 DEPLOY.md(可选)。
最简单方式:推送到 GitHub,开启 Pages。
.
├── index.html # 首页
├── weapons.html # 武器列表
├── gears.html # 配件列表
├── salmons.html # 鲑鱼列表
├── guides.html # 攻略列表
├── about.html # 关于
├── contact.html # 联系
├── privacy.html # 隐私政策
├── terms.html # 服务条款
├── 404.html # 错误页
├── favicon.svg # 站点图标
├── robots.txt # 爬虫规则
├── sitemap.xml # 站点地图
├── css/
│ └── style.css # 全部样式
├── js/
│ ├── app.js # 公共脚本(header/footer/搜索)
│ └── search-data.js # 搜索数据
└── detail/
├── weapon-*.html # 武器详情 (11)
├── gear-*.html # 配件详情 (9)
└── salmon-*.html # 鲑鱼详情 (16)
页面已为 Google AdSense 预留 4 类广告位:
- AD-1 首页 Hero 下方(970×90)
- AD-2 列表页 page-header 下方(728×90)
- AD-3 详情页 Sidebar 顶部(300×250)
- AD-4 全站 Footer 上方(970×90)
接入 AdSense 时,将对应 <div class="ad-slot ad-xxx"> 替换为:
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-你的ID"
data-ad-slot="你的广告位ID"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>内容采用 CC BY-NC-SA 4.0 协议。
游戏素材版权归任天堂所有。