diff --git a/README.md b/README.md index 9b160b4a3..f2364faf3 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,10 @@ | 124 | 顶栏 | 饿龙不是龙哩 | https://liuyifei.club | | 125 | 侧栏 | 低调阁 | https://www.ddg.ink | | 126 | 侧栏 | SWJ | https://blog.zggsong.cn | +| 127 | 顶栏 | Sanarous's Blog | https://bestzuo.cn | +| 128 | 顶栏 | HandSonic‘s Blog | https://handsonic.top | +| 129 | 顶栏 | 雾漫江南 | https://www.oxoch.com | +| 130 | 顶栏 | Sorryfu | https://sorryfu.top | diff --git a/assets/travelling.js b/assets/travelling.js index 0eeafee85..c4a455a89 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -128,12 +128,16 @@ function travelling(){ url[124]="https://liuyifei.club"; url[125]="https://www.ddg.ink"; url[126]="https://blog.zggsong.cn"; + url[127]="https://bestzuo.cn"; + url[128]="https://handsonic.top"; + url[129]="https://www.oxoch.com"; + url[130]="https://sorryfu.top"; //修正概率 - url[127]="https://github.com/volfclub/travelling"; + url[131]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));