Skip to content

Commit a090097

Browse files
author
jiahaixin
committed
build pattern
1 parent 03551d3 commit a090097

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

docs/.DS_Store

0 Bytes
Binary file not shown.

docs/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ function genDesignPatternSidebar() {
172172
['Singleton-Pattern', '单例模式'],
173173
['Factory-Pattern', '工厂模式'],
174174
['Prototype-Pattern', '原型模式'],
175+
['Builder-Pattern', '建造者模式'],
175176
['Decorator-Pattern', '装饰模式'],
176177
['Proxy-Pattern', '代理模式'],
177178
['Adapter-Pattern', '适配器模式'],

docs/design-pattern/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
- [单例模式](Singleton-Pattern.md)
1010
- [工厂模式](Factory-Pattern.md)
1111
- [原型模式](Prototype-Pattern.md)
12+
- [建造者模式](Builder-Pattern.md)
1213

1314
#### 结构型模式
1415

docs/others/.DS_Store

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)