Hexo-tag-steamgame插件 | HCLonely Blog
0%

Hexo-tag-steamgame插件

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

用于在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 %}
{% steamgame 1057090 "I like it." %}
{% steamgames %}
261570
1057090
{% endsteamgames %}

License

MIT

欢迎关注我的其它发布渠道