Skip to content

Commit 87eb13f

Browse files
committedJan 18, 2024
Generate Playground
1 parent 8e1194c commit 87eb13f

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed
 

‎Design-Patterns-CN.playground.zip

0 Bytes
Binary file not shown.

‎Design-Patterns.playground.zip

0 Bytes
Binary file not shown.

‎README-CN.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@ print("您好!")
2828
| [👓 观察者 Observer](#-观察者observer) | | [☔ 保护代理 Protection Proxy](#-保护代理模式protection-proxy) |
2929
| [🐉 状态 State](#-状态state) | | [🍬 虚拟代理 Virtual Proxy](#-虚拟代理virtual-proxy) |
3030
| [💡 策略 Strategy](#-策略strategy) | | |
31-
| [🏃 访问者 Visitor](#-访问者visitor) | | |
3231
| [📝 模板方法 Templdate Method](#-template-method) | | |
33-
32+
| [🏃 访问者 Visitor](#-访问者visitor) | | |
3433

3534
行为型模式
3635
========

‎README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ print("Welcome!")
3232
| [👓 Observer](#-observer) | | [☔ Protection Proxy](#-protection-proxy) |
3333
| [🐉 State](#-state) | | [🍬 Virtual Proxy](#-virtual-proxy) |
3434
| [💡 Strategy](#-strategy) | | |
35-
| [🏃 Visitor](#-visitor) | | |
3635
| [📝 Template Method](#-template-method) | | |
37-
36+
| [🏃 Visitor](#-visitor) | | |
3837

3938
Behavioral
4039
==========

0 commit comments

Comments
 (0)
Please sign in to comment.