diff --git a/index.html b/index.html index b378b25..b3a440d 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ - 互联网 Java 工程师进阶知识完全扫盲 + 互联网 Java 工程师进阶知识完全扫盲 - Doocs 开源社区 @@ -17,6 +17,7 @@ .markdown-section code { font-weight: 400; } + article>p>img { background-color: #f4f4f4; } @@ -116,7 +117,7 @@ if (vm.route.path == "/") { return editHtml + content; } - const subscription = ` + const subscription = `--- ## 公众号 [Doocs](https://github.com/doocs) 技术社区旗下唯一公众号「**Doocs开源社区**」​,欢迎扫码关注,**专注分享技术领域相关知识及业内最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。 @@ -145,7 +146,7 @@ hook.afterEach(function (html) { const currentYear = new Date().getFullYear() - const footer = `` + const footer = `` return html + footer; }); },