diff --git a/README.md b/README.md index 3d6c112c62e8badadba9075a9f4659ae1b4cd4c5..d9abb5b949c50579ec62b5b0e8bb551507f0dc50 100644 --- a/README.md +++ b/README.md @@ -180,4 +180,27 @@ - \ No newline at end of file + + +--- + +## 公众号 + +GitHub 技术社区 [Doocs](https://github.com/doocs) 旗下唯一公众号「**Doocs开源社区**」​,欢迎扫码关注,**专注分享技术领域相关知识及行业最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。 + + + + + + +
+ +
+ 公众平台 +

+
+ +
+ 个人微信 +

+
\ No newline at end of file diff --git a/index.html b/index.html index a8a752d0ff800e62ddd648116ed78fb256fa7822..1833f76ea7415372da8e383fefe5fd2270a5c056 100644 --- a/index.html +++ b/index.html @@ -87,7 +87,9 @@ } const edit = en ? 'Edit on GitHub' : '在 GitHub 编辑' const editHtml = `[:memo: ${edit}](${url})\n` - + if (vm.route.path == '/') { + return editHtml + content; + } const subscription = ` ## 公众号 @@ -110,7 +112,6 @@ GitHub 技术社区 [Doocs](https://github.com/doocs) 旗下唯一公众号「** ` - return editHtml + content + `\n` + subscription })