diff --git a/README.md b/README.md index 43cab0db4..a6408fae2 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,15 @@ | 23 | 侧栏 | 风渐远 | https://www.naraku.cn | | 24 | 顶部 | XiYo吧 | https://www.xiyo8.cn | | 25 | 侧栏 | 锴 | https://www.wangkai88.com | -| 26 | 侧栏 |Zeruns's Blog | https://blog.zeruns.tech | +| 26 | 侧栏 | Zeruns's Blog | https://blog.zeruns.tech | +| 27 | 顶栏 | Guqing's Blog | https://guqing.xyz | +| 28 | 侧栏 | lxxs的小屋 | https://lxxs.xyz | +| 29 | 侧栏 | 非礼勿言 | https://feiliwuyan.com | +| 30 | 侧栏 | 星云C馆 | https://www.m78.co | +| 31 | 顶栏 | Cheung | https://icheung.net | +| 32 | 侧栏 | 雁陎的自耕地 | https://www.sitstars.com | +| 33 | 顶栏 | 阿猫阿狗 | https://ionssource.cn | +| 34 | 侧栏 | Zi_Gao的小站 | https://zigao.tk | --- diff --git a/assets/travelling.js b/assets/travelling.js index c92673b02..a5f4d6978 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -28,9 +28,17 @@ function travelling(){ url[24]="https://www.xiyo8.cn"; url[25]="https://www.wangkai88.com"; url[26]="https://blog.zeruns.tech"; + url[27]="https://guqing.xyz"; + url[28]="https://lxxs.xyz"; + url[29]="https://feiliwuyan.com"; + url[30]="https://www.m78.co"; + url[31]="https://icheung.net"; + url[32]="https://www.sitstars.com"; + url[33]="https://ionssource.cn"; + url[34]="https://zigao.tk"; //修正概率 - url[27]="https://github.com/volfclub/travelling"; + url[35]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));