diff --git a/README.md b/README.md index 8b12657..fd90a5b 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,17 @@ [English Version, Click Here](https://github.com/Terry-Su/blogs) ### 如何订阅? -点击右上角的“Watch”按钮后,在下拉菜单中选择”Releases only“即可(有最新博客Github将通过邮件为你推送)。 +方法1:关注微信公众号:苏溪云的博客 + +![微信公众号:苏溪云的博客](https://user-images.githubusercontent.com/23733477/77869172-2459f400-7270-11ea-8a84-d5d63a426c19.png) + 方法2:点击右上角的“Watch”按钮后,在下拉菜单中选择”Releases only“即可(有最新博客Github将通过邮件为你推送)。 ![](https://user-images.githubusercontent.com/23733477/55521767-b6a6d680-56b4-11e9-9ddf-87b7e2888153.gif) # 最近更新: +* 2020/03/30   [轻松学会HTTP缓存(强缓存,协商缓存)](https://terry-su.github.io/cn/http-cache) * 2020/01/15   [看完Webpack源码,我学到了这些](https://terry-su.github.io/cn/the-tour-of-travelling-webpack-internals) * 2019/07/04   [记一次前端项目重构要点总结](https://terry-su.github.io/cn/summary-of-refactoring-project) * 2019/04/23   [使用React手写一个对话框或模态框](https://terry-su.github.io/cn/write-a-modal-or-dialog-using-react) * 2019/03/28   [动画演绎排序算法](https://terry-su.github.io/cn/demonstrate-sorting-algorithms-using-animated-demos) -* 2019/03/02   [节流 - 理解,实践与实现](https://terry-su.github.io/cn/understand-and-make-the-throttle) # 技术 ## 算法 * [动画演绎排序算法](https://terry-su.github.io/cn/demonstrate-sorting-algorithms-using-animated-demos) @@ -21,6 +24,8 @@ * [使用React手写一个对话框或模态框](https://terry-su.github.io/cn/write-a-modal-or-dialog-using-react) ### Webpack * [看完Webpack源码,我学到了这些](https://terry-su.github.io/cn/the-tour-of-travelling-webpack-internals) +## Network +* [轻松学会HTTP缓存(强缓存,协商缓存)](https://terry-su.github.io/cn/http-cache) ## 项目 * [记一次前端项目重构要点总结](https://terry-su.github.io/cn/summary-of-refactoring-project) ## 工具