Results 25 comments of ayu

建议参考这个 http://120.48.121.186/post/custom/live2d/ 或者使用一个叫做`hexo-helper-live2d`的插件

1. 表格渲染,宽度是100%的,如果想有横向滚动条,可以使用html的表格写法,例如下面的 ``` ID 标题 简介 作者 库存 价格 销量 备注 阅读数 点赞数 收藏数 评论数 发布时间 修改时间 1 这是一篇标题很长的文章用来测试表格的测试标题 这是一篇标题很长的文章用来测试表格不被太多列挤得变形的描述... 管理员 3000 120.68 1200 测试啊测试test 123 20 17 5 2018-03-06...

是单个文章的访问量吧,比如说 https://yuang01.github.io/post/hexo-theme-bamboo-new/ 和 https://yuang01.github.io/post/hexo-theme-bamboo/page/ 上面显示的阅读量就不一样,如果是所有文章阅读量的话,那么这两篇文章就应该阅读量相同

![image](https://user-images.githubusercontent.com/32896990/185857203-686f3837-bb46-4e47-b57a-e379ebe8f35e.png) ![image](https://user-images.githubusercontent.com/32896990/185857920-ffe68adf-f471-43fa-bcda-155e14664943.png) 我这个访问量和你那个截图是不一样的,一个是29,一个是1298 这个用的是 https://github.com/willin/hexo-wordcount 这个插件 这个插件确实是进入一次页面,访问量就加一,同一个ip也会加一,只要进一次就加一

友情链接的话 ```yaml --- title: friends date: 2021-06-17 15:30:30 onlyTitle: true # 只显示title toc: false # 不显示文章目录 # type: "friends" # 这个不要了 # layout: "friends" # 这个不要了 --- ``` **不用写**`layout: friends`的

我的友情链接是在根目录下的`source`文件夹下创建`huoban/index.md`文件,内容如下 ```md --- title: 友情链接 date: 2021-05-10 15:39:04 toc: false img: https://pic1.zhimg.com/80/v2-a0debb6ed3dfcad3d32b04a659bd64e3_1440w.jpg onlyTitle: true --- ## 友情链接 {% btns circle grid4 %} {% cell QQ头像, https://baidu.com, http://q1.qlogo.cn/g?b=qq&nk=1730241541&s=640 %} {% cell...

那就奇了怪了,还有一种可能是,你访问我的友情链接页面过多,然后github会有请求限制,所以你的ip暂时不能访问请求github,所以加载不出来

你的友情链接文件是在哪个目录下呢?内容是什么呢?

你写错了,应该是 ``` md {% issues sites | api=https://api.github.com/repos/zqzess/friends/issues?sort=updated&state=open&page=1&per_page=100&labels=active %} ```