We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 556ac86 commit e2a82e0Copy full SHA for e2a82e0
README.md
@@ -8,4 +8,5 @@ JavaScript设计模式的相关学习
8
- [原型模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Prototype/Prototype.md)
9
10
### 结构型
11
-- [适配器模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Adapter/Adapter.md)
+- [适配器模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Adapter/Adapter.md)
12
+- [代理模式](https://github.com/Reaper622/JavaScript-DesignPatterns/blob/master/Proxy/Proxy.md)
0 commit comments