File tree 2 files changed +14
-26
lines changed
2 files changed +14
-26
lines changed Original file line number Diff line number Diff line change @@ -68,21 +68,15 @@ Doocs 技术社区,致力于打造一个内容完整、持续成长的互联
68
68
69
69
## 公众号
70
70
71
- [ Doocs] ( https://github.com/doocs ) 技术社区旗下唯一公众号「** Doocs 开源社区 ** 」,欢迎扫码关注,** 专注分享技术领域相关知识及行业最新资讯** 。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
71
+ [ Doocs] ( https://github.com/doocs ) 技术社区旗下唯一公众号「** Doocs** 」,欢迎扫码关注,** 专注分享技术领域相关知识及行业最新资讯** 。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
72
72
73
73
<table >
74
74
<tr >
75
- <td align="center" style="width: 200px;">
76
- <a href="https://github.com/doocs">
77
- <img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
78
- <sub>公众平台</sub>
79
- </a><br>
75
+ <td align="center" style="width: 260px;">
76
+ <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-doocs.png" style="width: 400px;"><br>
80
77
</td>
81
- <td align="center" style="width: 200px;">
82
- <a href="https://github.com/yanglbme">
83
- <img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
84
- <sub>个人微信</sub>
85
- </a><br>
78
+ <td align="center" style="width: 260px;">
79
+ <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" style="width: 400px;"><br>
86
80
</td>
87
81
</tr >
88
82
</table >
Original file line number Diff line number Diff line change 76
76
const subscription = `
77
77
## 公众号
78
78
79
- [Doocs](https://github.com/doocs) 技术社区旗下唯一公众号「**Doocs开源社区 **」,欢迎扫码关注,**专注分享技术领域相关知识及业内最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
79
+ [Doocs](https://github.com/doocs) 技术社区旗下唯一公众号「**Doocs **」,欢迎扫码关注,**专注分享技术领域相关知识及业内最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
80
80
81
81
<table>
82
- <tr>
83
- <td align="center" style="width: 200px;">
84
- <a href="https://github.com/doocs">
85
- <img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
86
- <sub>公众平台</sub>
87
- </a><br>
88
- </td>
89
- <td align="center" style="width: 200px;">
90
- <a href="https://github.com/yanglbme">
91
- <img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
92
- <sub>个人微信</sub>
93
- </a><br>
94
- </td>
95
- </tr>
82
+ <tr>
83
+ <td align="center" style="width: 260px;">
84
+ <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-doocs.png" style="width: 400px;"><br>
85
+ </td>
86
+ <td align="center" style="width: 260px;">
87
+ <img src="https://cdn-doocs.oss-cn-shenzhen.aliyuncs.com/gh/doocs/images/qrcode-for-yanglbme.png" style="width: 400px;"><br>
88
+ </td>
89
+ </tr>
96
90
</table>
97
91
` ;
98
92
return editHtml + content + `\n` + subscription ;
You can’t perform that action at this time.
0 commit comments