From 7a047d98e9741aa92dc356e205201e6297fcf908 Mon Sep 17 00:00:00 2001 From: HenryC-3 <2324375439@qq.com> Date: Wed, 3 Mar 2021 18:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 ++-- README.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 README.md diff --git a/.gitignore b/.gitignore index d93b113..773565a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ node_modules -README.md img -.DS_Store \ No newline at end of file +.DS_Store +Draft.md \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..cccc0d0 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +配合 [轻松理解浏览器缓存(Koa缓存源码解析)](https://juejin.cn/post/6844904133024022536#heading-4) 食用 \ No newline at end of file