From d3f337c5a7bbb045267dc6ef8fb63b69ef4fe33e Mon Sep 17 00:00:00 2001 From: koko Date: Fri, 17 Apr 2020 16:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20=E5=8A=A0=E5=85=A55=20=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 遇见孤独,LifeAlsoIsGG's blog,Ojhdt's Blog,萌豚 Moechu,ncc的个人网站 --- README.md | 7 +++++++ assets/travelling.js | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9d59b6bf..65b5d16f1 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,8 @@ - 网站已有内容(建议已更新半年以上); - 强制启用 https 。 +> 💡 若用 Cloud flare 作为你网站的 CDN,可能导致国内访问很慢。 + 2. 将徽标插入打开您网页后**能直接看到的地方**(让友链传递下去),提出 issues 申请收录。这一般在 3 个工作日内完成审核。 ![example](https://travellings.now.sh/assets/logo.gif) @@ -132,6 +134,11 @@ | 59 | 顶栏 | Pluveto | https://www.pluvet.com | | 60 | 侧栏 | Ma's Blog | https://6773.ink | | 61 | 侧栏 | 艺术长廊 | https://www.6zgm.com | +| 62 | 顶栏 | 遇见孤独 | https://blog.aenjoy.cn | +| 63 | 顶栏 | LifeAlsoIsGG's blog | https://blog.lifeisgg.online | +| 64 | 顶栏 | Ojhdt's Blog | https://blog.ojhdt.com | +| 65 | 顶栏 | 萌豚 Moechu | https://moechu.cn | +| 66 | 侧栏 | ncc的个人网站 | https://www.zqcnc.cn | diff --git a/assets/travelling.js b/assets/travelling.js index c5387e74c..ccb3cb5df 100644 --- a/assets/travelling.js +++ b/assets/travelling.js @@ -63,9 +63,15 @@ function travelling(){ url[59]="https://www.pluvet.com"; url[60]="https://6773.ink"; url[61]="https://www.6zgm.com"; + url[62]="https://blog.aenjoy.cn"; + url[63]="https://blog.lifeisgg.online"; + url[64]="https://blog.ojhdt.com"; + url[65]="https://moechu.cn"; + url[66]="https://www.zqcnc.cn"; + //修正概率 - url[62]="https://github.com/volfclub/travelling"; + url[67]="https://github.com/volfclub/travelling"; var ints=parseInt(Math.random()*(url.length));