From a36fafed2bda8795482d14e02c546b56729041ef Mon Sep 17 00:00:00 2001 From: koko Date: Tue, 14 Apr 2020 09:26:36 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=E5=8A=A0=E5=85=A5=204=20=E4=B8=AA?= =?UTF-8?q?=E7=BD=91=E7=AB=99;=E2=9C=85=20=E6=9B=B4=E6=96=B0=20=E5=8E=9F?= =?UTF-8?q?=E8=B0=85=E7=B3=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 摸鱼堂,Pluveto,Ma's Blog,艺术长廊 --- README.md | 6 +++++- assets/travelling.js | 10 ++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 59b80ae4e..924fdad57 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ | 0 | 缺省 | 开往 | https://github.com/volfclub/travelling | | 1 | 侧栏 | 狼牌工作网址导航 | https://www.volf.club | | 2 | 侧栏 | 音速装机 | https://sonic.volf.club | -| 3 | 顶栏 | 原谅糖 | https://blog.luhe.xyz | +| 3 | 顶栏 | 原谅糖 | https://yltang.cn | | 4 | 底栏* | Barkure | https://guguga.cn | | 5 | 侧栏 | Emoticon | https://mQAQm.com | | 6 | 底部* | Yamdr | https://www.yamdr.cn | @@ -128,6 +128,10 @@ | 55 | 侧栏 | 自说自话 | https://rua.ink | | 56 | 侧栏 | TigerRoot | https://blog.tigerroot.cn | | 57 | 顶栏 | 蝶恋花 | http://liqilinhub.cloud | +| 58 | 侧栏 | 摸鱼堂 | https://moefishtang.xyz | +| 59 | 顶栏 | Pluveto | https://www.pluvet.com | +| 60 | 侧栏 | Ma's Blog | https://6773.ink | +| 61 | 侧栏 | 艺术长廊 | https://www.6zgm.com | diff --git a/assets/travelling.js b/assets/travelling.js index 557c469f3..8cd12e7f0 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -4,7 +4,7 @@ function travelling(){ url[0]="https://github.com/volfclub/travelling"; url[1]="https://www.volf.club"; url[2]="https://sonic.volf.club"; - url[3]="https://blog.luhe.xyz"; + url[3]="https://yltang.cn"; url[4]="https://guguga.cn"; url[5]="https://mQAQm.com"; url[6]="https://www.yamdr.cn"; @@ -59,11 +59,13 @@ function travelling(){ url[55]="https://rua.ink"; url[56]="https://blog.tigerroot.cn"; url[57]="http://liqilinhub.cloud"; - - + url[58]="https://moefishtang.xyz"; + url[59]="https://www.pluvet.com"; + url[60]="https://6773.ink"; + url[61]="https://www.6zgm.com"; //修正概率 - url[58]="https://github.com/volfclub/travelling"; + url[62]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));