diff --git a/README.md b/README.md index 9da0030ec..43cab0db4 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ | 23 | 侧栏 | 风渐远 | https://www.naraku.cn | | 24 | 顶部 | XiYo吧 | https://www.xiyo8.cn | | 25 | 侧栏 | 锴 | https://www.wangkai88.com | +| 26 | 侧栏 |Zeruns's Blog | https://blog.zeruns.tech | --- @@ -103,6 +104,7 @@ ### 开往能增加我网站的流量吗? 当然。不恰当的估算下:假设当前有 2 个网站加入了开往,每个网站有 10 人使用开往,那么每个网站似乎就增加了 `10*2*1/2=10` 的流量;如果有10个网站加入开往是不是还是平均下来增加 10 人的流量呢?显然不是,因为: + - 访客可通过开往多次友链接力; - 有开往的网站多了,单站击量也会提高; diff --git a/assets/travelling.js b/assets/travelling.js index 5e78eeb4d..c92673b02 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -27,9 +27,10 @@ function travelling(){ url[23]="https://www.naraku.cn"; url[24]="https://www.xiyo8.cn"; url[25]="https://www.wangkai88.com"; + url[26]="https://blog.zeruns.tech"; //修正概率 - url[26]="https://github.com/volfclub/travelling"; + url[27]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));