ITADN

README文档中"内置标签插件"的"TagRoulette 标签轮盘"似乎标写错误以及引用错误

#129Openhee1310 创建于 2026-03-01
bug
H
hee1310commented
### Description **[TagRoulette 标签轮盘](https://github.com/D-Sketon/hexo-theme-reimu?tab=readme-ov-file#tagroulette-%E6%A0%87%E7%AD%BE%E8%BD%AE%E7%9B%98-v190)中编写为** > {% **heatMapCard** tags icon %} **错误的引用了[HeatMapCard 文章热力图](https://github.com/D-Sketon/hexo-theme-reimu?tab=readme-ov-file#heatmapcard-%E6%96%87%E7%AB%A0%E7%83%AD%E5%8A%9B%E5%9B%BE-v170)的heatMapCard值,而正确使用应为** > {% **tagRoulette** tags icon %} 以及个人使用**tags icon**时发现文档中描述的`tags="1,2,3"`在实际部署时会变为以下三种标签,icon值同理 > **tags=1** > **2** > **3** **tags**和**icon**似乎需要直接被文本替换,也有可能是个人部署时的问题。 ### 在此谢谢大佬的主题以及长期维护的努力 ### Reproduction Steps _No response_ ### Your Hexo and Plugin Versions ```text hexo-site@0.0.0 /workspaces/hexo-blog/hexo-blog ├── hexo-deployer-git@4.0.0 ├── hexo-generator-archive@2.0.0 ├── hexo-generator-category@2.0.0 ├── hexo-generator-index@4.0.0 ├── hexo-generator-tag@2.0.0 ├── hexo-renderer-ejs@2.0.0 ├── hexo-renderer-marked@7.0.1 ├── hexo-renderer-stylus@3.0.1 ├── hexo-server@3.0.0 ├── hexo-theme-landscape@1.1.0 └── hexo@8.1.1 ``` ### Your Site's `_config.yml` (optional) ```yaml ``` ### Your Site's `_config.reimu.yml` (optional) ```yaml ```
2 条评论