From 0bac5bcb1b41d156f9e0c74d5633ec56a450b1bd Mon Sep 17 00:00:00 2001 From: yanglbme Date: Mon, 1 Jun 2020 09:08:32 +0800 Subject: [PATCH] docs: update README and index.html --- README.md | 25 ++++++++++++++++++++++++- index.html | 5 +++-- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d6c112..d9abb5b 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 a8a752d..1833f76 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 }) -- GitLab