Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 594 Bytes

README_CN.md

File metadata and controls

45 lines (31 loc) · 594 Bytes

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

https://blog.hclonely.com/posts/94295339/#demo

License

MIT