
查看教程 SlyLi/hexo-steam (github.com)https://github.com/SlyLi/hexo-steam 1.安装依赖1npm install hexo-steam --save 2.添加代码在_config.yml切记!!不是主题文件!!中添加以下代码 123456789101112steam: enable: true path : steamId: "xxxxx" length: 1000 auto_generate: false front_matter: title: Steam游戏库 top_img: aside: false except: - 205790 enable 值:true/false path 默认是/steam/index.html steamId: steam 64位Id(需要放在引号里面,不 ...



