npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

poi-plugin-kancolle-sync

v1.0.1

Published

数据导出 - 自动导出舰队Collection核心数值数据到JSON,支持设置面板配置输出目录

Downloads

13

Readme

poi-plugin-kancolle-sync

POI 浏览器插件,自动将舰队 Collection 游戏数据导出为 JSON 文件。

功能

  • 自动导出:每次进港(port)时自动触发数据转储
  • 导出文件
    • ships.json — 持有舰娘列表(排除 Lv1 未锁定)
    • equips.json — 持有装备列表
    • account.json — 账号概要(提督信息、资源、家具币)
    • useitems.json — 道具列表(消耗品、勋章、设计图等)
  • 设置面板:在 POI 插件设置中可自定义输出目录
  • 状态面板:主面板显示当前配置和导出状态
  • 零依赖:仅依赖 POI 内置的 React

安装

在 POI 插件管理中搜索 poi-plugin-kancolle-sync 安装,或手动:

cd %APPDATA%\poi\plugins
npm install poi-plugin-kancolle-sync

使用

  1. 安装后重启 POI
  2. 进入游戏港口,插件自动导出数据
  3. 默认输出到 %APPDATA%\poi
  4. 如需修改输出目录,前往 插件设置 > 数据导出

数据说明

ships.json

  • 排除 Lv1 且未上锁的舰娘
  • 含 ID、名称、等级、锁定状态、舰型等字段

equips.json

  • 飞机类装备熟练度默认按满熟练度(alv=7)输出,陆侦保留实际值
  • 改修等级(level)保留实际值

account.json

  • 提督基本信息(昵称、等级、经验值、军阶)
  • 资源:燃料/弹药/钢材/铝土/高速建造材/高速修复材/开发资材/改修资材
  • 家具币(fcoin)从 basic.api_fcoin 单独读取

useitems.json

  • 持有道具列表(家具箱、粮食舰、勋章、设计图、甲种勋章等)

不导出的数据

以下数据为实时变化数据,进港快照无代表性,故不导出:

  • 舰队编成(decks)、入渠/建造进度(ndocks/kdocks)
  • 远征状况(missions)、基地航空队(baseCorps)
  • 各舰当前燃料/弹药/搭载量

开发

# 在 POI 插件目录安装
cd %APPDATA%\poi\plugins
npm install poi-plugin-kancolle-sync

变更记录

v1.0.1

  • 修复资源字段映射错误(instantBuild/instantRepair/devmat/screw)
  • 新增 fcoin(家具币)字段
  • 移除 quest_record.json 和 furniture.json 导出(数据为空)
  • 中文名改为「数据导出」

License

MIT


本插件由 AI 辅助开发完成。