We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a794ea commit 21a38deCopy full SHA for 21a38de
README.md
@@ -23,25 +23,25 @@
23
24
### 构建型模式
25
26
-* Builder (创建者)
+* Builder (创建者)
27
28
-* Abstract Factory (抽象工厂)
+* Abstract Factory (抽象工厂)
29
30
-* Factory Method (工厂方法)
+* Factory Method (工厂方法)
31
32
-* Prototype (原型模式)
+* Prototype (原型模式)
33
34
-* Singleton (单例模式)
+* Singleton (单例模式)
35
36
37
### 结构型模式
38
39
-* Adapter (适配器)
+* Adapter (适配器)
40
41
-* Bridge (桥接模式)
+* Bridge (桥接模式)
42
43
-* Composite (组合模式)
+* Composite (组合模式)
44
45
-* Decorator (装饰模式)
+* Decorator (装饰模式)
46
47
### 行为模式
0 commit comments