mirror of
https://github.com/youngyangyang04/leetcode-master.git
synced 2025-07-06 15:09:40 +08:00
更新文章头部
This commit is contained in:
@ -31,11 +31,17 @@ do
|
||||
|
||||
# 添加开头
|
||||
# 记得从后向前添加
|
||||
ex -sc '1i|<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>' -cx $i
|
||||
ex -sc '1i|</a>' -cx $i
|
||||
ex -sc '1i| <img src="../pics/训练营.png" width="1000"/>' -cx $i
|
||||
ex -sc '1i|<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">' -cx $i
|
||||
ex -sc '1i|<p align="center">' -cx $i
|
||||
# ex -sc '1i|<p align="center"><strong><a href="./qita/join.md">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们受益!</strong></p>' -cx $i
|
||||
# ex -sc '1i|</a>' -cx $i
|
||||
# ex -sc '1i| <img src="../pics/训练营.png" width="1000"/>' -cx $i
|
||||
# ex -sc '1i|<a href="https://www.programmercarl.com/xunlian/xunlianying.html" target="_blank">' -cx $i
|
||||
# ex -sc '1i|<p align="center">' -cx $i
|
||||
|
||||
ex -sc '1i|* [背八股(40天挑战高频面试题)](https://www.programmercarl.com/xunlian/bagu.html)' -cx $i
|
||||
ex -sc '1i|* [刷算法(两个月高强度学算法)](https://www.programmercarl.com/xunlian/xunlianying.html)' -cx $i
|
||||
ex -sc '1i|* [做项目(多个C++、Java、Go、测开、前端项目)](https://www.programmercarl.com/other/kstar.html)' -cx $i
|
||||
|
||||
|
||||
# echo '## 其他语言版本' >> $i
|
||||
# echo '\n' >> $i
|
||||
# echo 'Java:' >> $i
|
||||
@ -48,10 +54,10 @@ do
|
||||
|
||||
# 添加结尾
|
||||
|
||||
echo '<p align="center">' >> $i
|
||||
echo '<a href="https://programmercarl.com/other/kstar.html" target="_blank">' >> $i
|
||||
echo ' <img src="../pics/网站星球宣传海报.jpg" width="1000"/>' >> $i
|
||||
echo '</a>' >> $i
|
||||
# echo '<p align="center">' >> $i
|
||||
# echo '<a href="https://programmercarl.com/other/kstar.html" target="_blank">' >> $i
|
||||
# echo ' <img src="../pics/网站星球宣传海报.jpg" width="1000"/>' >> $i
|
||||
# echo '</a>' >> $i
|
||||
|
||||
# echo '-----------------------' >> $i
|
||||
|
||||
|
Reference in New Issue
Block a user