Skip to content

Commit 5bc51e6

Browse files
author
koko
committed
✅ 加入 4个网站
地皮-DefiedParty ,CORE,solar'blog,SpinTouch's Something
1 parent 38e0a62 commit 5bc51e6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@
119119
| 46 | 侧栏* | freejishu的美丽世界 | https://www.freejishu.com |
120120
| 47 | 侧栏* | 小太の游乐园 | https://713.moe |
121121
| 48 | 顶栏 | Zhou‘s Blog | https://zhoublog.tk |
122+
| 49 | 侧栏 | 地皮-DefiedParty | https://dpii.club |
123+
| 50 | 顶栏 | CORE | https://core.moe |
124+
| 51 | 侧栏 | solar'blog | https://www.solarme.vip |
125+
| 52 | 侧栏 | SpinTouch's Something | https://spblog.tk |
126+
122127

123128
> 🚨 下次维护日期暂定 20.04.26 ,会移除下线的网站。
124129

assets/travelling.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,15 @@ function travelling(){
5050
url[46]="https://www.freejishu.com";
5151
url[47]="https://713.moe";
5252
url[48]="https://zhoublog.tk";
53+
url[49]="https://dpii.club";
54+
url[50]="https://core.moe";
55+
url[51]="https://www.solarme.vip";
56+
url[52]="https://spblog.tk";
5357

5458

5559

5660
//修正概率
57-
url[49]="https://github.com/volfclub/travelling";
61+
url[53 ]="https://github.com/volfclub/travelling";
5862

5963

6064
var ints=parseInt(Math.random()*(url.length));

0 commit comments

Comments
 (0)