diff --git a/README.md b/README.md index 50371c9a1..be156ad89 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ | 14 | 顶栏 | Yuki Yuki | https://wp.remudaisuki.top | | 15 | 顶栏 | Legroft | https://jinjis.cn | | 16 | 侧栏 | FANTASY | https://blog.tigerxly.com | +| 17 | 侧栏 | DIego's Blog | https://diego.plus | +| 18 | 顶栏 | 果子小酱 | https://sublimerui.top | +| 19 | 顶栏 | Sakura | https://cwxyr.me | --- diff --git a/assets/travelling.js b/assets/travelling.js index a7143d220..96928b44e 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -18,10 +18,13 @@ function travelling(){ url[14]="https://wp.remudaisuki.top"; url[15]="https://jinjis.cn"; url[16]="https://blog.tigerxly.com"; + url[17]="https://diego.plus"; + url[18]="https://sublimerui.top"; + url[19]="https://cwxyr.me"; //修正概率 - url[17]="https://github.com/volfclub/travelling"; + url[20]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));