From 7e2c6650e82b85cd1d839b1d0924b492f28b4a18 Mon Sep 17 00:00:00 2001 From: koko Date: Thu, 26 Mar 2020 10:31:31 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=E5=8A=A0=E5=85=A5=204=E4=B8=AA?= =?UTF-8?q?=E7=BD=91=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 云游君的小站,Mr.Chrosing`s Home,Mr.Chrosing`s Home,yuaneuro的博客 --- README.md | 4 ++++ assets/travelling.js | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e347769..4c0c02801 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,10 @@ | 33 | 顶栏 | 阿猫阿狗 | https://ionssource.cn | | 34 | 侧栏 | Zi_Gao的小站 | https://zigao.tk | | 35 | 侧栏 | 风也温柔 | https://eas1.cn | +| 36 | 侧栏* | 云游君的小站 | https://www.yunyoujun.cn | +| 37 | 底部 | Mr.Chrosing`s Home | https://nasity.cn | +| 38 | 顶部 | Eltrac's Track | https://guhub.cn | +| 39 | 侧栏 | yuaneuro的博客 | https://yuaneuro.cn | --- diff --git a/assets/travelling.js b/assets/travelling.js index f117b4bfd..6f524f788 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -37,9 +37,13 @@ function travelling(){ url[33]="https://ionssource.cn"; url[34]="https://zigao.tk"; url[35]="https://eas1.cn"; + url[36]="https://www.yunyoujun.cn"; + url[37]="https://nasity.cn"; + url[38]="https://guhub.cn"; + url[39]="https://yuaneuro.cn"; //修正概率 - url[36]="https://github.com/volfclub/travelling"; + url[40]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));