hearthstone-deck:炉石卡组代码解析 & iframe 展示 | Hearthstone deckstring parser written in Node.js

时间:2024-06-01 06:28:03
【文件属性】:

文件名称:hearthstone-deck:炉石卡组代码解析 & iframe 展示 | Hearthstone deckstring parser written in Node.js

文件大小:1.74MB

文件格式:ZIP

更新时间:2024-06-01 06:28:03

nodejs base64 hearthstone JavaScript

Hearthstone Deck 利用 Node.js 实现的炉石传说卡组解析应用。 具体实现可参见博文: 使用方法 # Clone this repository git clone https://github.com/stevenjoezhang/hsdeck.git # Go into the repository cd hsdeck # Install dependencies npm install 依赖安装完成后,执行 npm start,然后通过浏览器访问 localhost:8080 即可查看效果。支持以下 GET 参数: 参数 含义 典型有效值 code 卡组代码 Base64 编码的 String name 卡组名称 炉石传说卡组 lang 卡牌语言 zhCN lazy 是否懒加载卡牌图片 lazy, eager, auto 更新 随着炉石传说的版本更新,卡池也会发生


【文件预览】:
hearthstone-deck-master
----.gitignore(1KB)
----templates()
--------error.njk(210B)
--------layout.njk(2KB)
----package.json(500B)
----LICENSE(34KB)
----public()
--------fonts()
--------js()
--------css()
--------img()
----update.js(1KB)
----README.md(5KB)
----renovate.json(41B)
----core.js(3KB)
----server.js(2KB)

网友评论