Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 668 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 668 Bytes

Games Static Database

Usage

Hugo

Install Module

Edit config/_default/module.toml:

[[imports]]
disable = false
path = "github.com/unacro/games-static-database"

Then run hugo server to download automatically.

Update Module

hugo mod get -u

Other

通过 GitHub 直接在线调用 JSON 数据:

https://github.com/unacro/games-static-database/raw/main/data/games/black-myth-wukong/achievements.json

通过互联网行业顶级大善人之一的 jsDelivr 缓存 CDN 调用数据:

https://cdn.jsdelivr.net/gh/unacro/games-static-database@main/data/games/black-myth-wukong/achievements.json