分站内容可能或出现渲染错误或内容过时等问题,请以主站为准!
分站禁止评论,评论请前往主站!

用于在Hexo博客中嵌入steam游戏。
安装
npm install hexo-tag-steamgame --save
|
使用方法
{% steamgame appid description %}
|
{% steamgames %} appid appid appid appid appid appid {% endsteamgames %}
|
参数
appid: Steam 游戏 id. description(可选): 用于替换默认游戏简介。
|
Demo
{% steamgame 1057090 "I like it." %}
|
{% steamgames %} 261570 1057090 {% endsteamgames %}
|
License
MIT