From 4af7ea66eb2c67717ba4fa5669fa9887c6f7a7b4 Mon Sep 17 00:00:00 2001 From: Reaper622 <1064416560@qq.com> Date: Thu, 17 Oct 2019 00:00:22 +0800 Subject: [PATCH 01/11] :memo: UPDATE README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f53d97..b0e1f81 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ JavaScript设计模式的相关学习 - [观察者模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Observer/Observer.md) - [命令模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Command/Command.md) - [状态模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/State/State.md) +- [中介者模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Mediation/Mediation.md) From cf5babaf1c1f1417768cf6b50767c0b4754103e1 Mon Sep 17 00:00:00 2001 From: Reaper622 <1064416560@qq.com> Date: Sun, 20 Oct 2019 15:12:24 +0800 Subject: [PATCH 02/11] =?UTF-8?q?:pencil2:=20fix:=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E9=94=99=E5=88=AB=E5=AD=97=E5=92=8C=E4=BB=A3=E7=A0=81=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Command/Command.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Command/Command.md b/Command/Command.md index 1e49352..9004191 100644 --- a/Command/Command.md +++ b/Command/Command.md @@ -21,7 +21,7 @@