Skip to content

Commit 6a8cc8a

Browse files
committed
chore: update resource url
1 parent f03f70f commit 6a8cc8a

File tree

2 files changed

+12
-24
lines changed

2 files changed

+12
-24
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -381,17 +381,11 @@ GitHub 技术社区 [Doocs](https://github.com/doocs),致力于打造一个内
381381

382382
<table>
383383
<tr>
384-
<td align="center" style="width: 200px;">
385-
<a href="https://github.com/doocs">
386-
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
387-
<sub>公众平台</sub>
388-
</a><br>
384+
<td align="center" style="width: 260px;">
385+
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-doocs.png" style="width: 400px;"><br>
389386
</td>
390-
<td align="center" style="width: 200px;">
391-
<a href="https://github.com/yanglbme">
392-
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
393-
<sub>个人微信</sub>
394-
</a><br>
387+
<td align="center" style="width: 260px;">
388+
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" style="width: 400px;"><br>
395389
</td>
396390
</tr>
397391
</table>

index.html

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -130,20 +130,14 @@
130130
关注「**Doocs**」公众号,回复 **PDF**,即可获取 [互联网 Java 工程师进阶知识完全扫盲](https://github.com/doocs/advanced-java) 项目离线 PDF 文档(283 页精华),学习更加方便!
131131
132132
<table>
133-
<tr>
134-
<td align="center" style="width: 200px;">
135-
<a href="https://github.com/doocs">
136-
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
137-
<sub>公众平台</sub>
138-
</a><br>
139-
</td>
140-
<td align="center" style="width: 200px;">
141-
<a href="https://github.com/yanglbme">
142-
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
143-
<sub>个人微信</sub>
144-
</a><br>
145-
</td>
146-
</tr>
133+
<tr>
134+
<td align="center" style="width: 260px;">
135+
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-doocs.png" style="width: 400px;"><br>
136+
</td>
137+
<td align="center" style="width: 260px;">
138+
<img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" style="width: 400px;"><br>
139+
</td>
140+
</tr>
147141
</table>
148142
`;
149143
return editHtml + content + `\n` + subscription;

0 commit comments

Comments
 (0)