From 38e0a62349c458af30f85231ab63262e74e5d8a5 Mon Sep 17 00:00:00 2001 From: koko Date: Sun, 5 Apr 2020 16:02:48 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=E5=8A=A0=E5=85=A5=20=E5=B0=8F?= =?UTF-8?q?=E5=A4=AA=E3=81=AE=E6=B8=B8=E4=B9=90=E5=9B=AD,Zhou=E2=80=98s=20?= =?UTF-8?q?Blog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ assets/travelling.js | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c32d59a2..f00127219 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,8 @@ | 44 | 顶栏 | 风吟 | https://blog.yilon.top | | 45 | 顶栏 | ajian | https://blog.ajian.online | | 46 | 侧栏* | freejishu的美丽世界 | https://www.freejishu.com | +| 47 | 侧栏* | 小太の游乐园 | https://713.moe | +| 48 | 顶栏 | Zhou‘s Blog | https://zhoublog.tk | > 🚨 下次维护日期暂定 20.04.26 ,会移除下线的网站。 diff --git a/assets/travelling.js b/assets/travelling.js index e76743768..bc7ccfb45 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -48,10 +48,13 @@ function travelling(){ url[44]="https://blog.yilon.top"; url[45]="https://blog.ajian.online"; url[46]="https://www.freejishu.com"; + url[47]="https://713.moe"; + url[48]="https://zhoublog.tk"; + //修正概率 - url[47]="https://github.com/volfclub/travelling"; + url[49]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));