Skip to content

unacro/games-static-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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