Skip to content

Commit

Permalink
set img size
Browse files Browse the repository at this point in the history
  • Loading branch information
ascoders committed Nov 15, 2020
1 parent e72318a commit 9ae28c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 173.精读《设计模式 - Bridge 桥接模式》.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Bridge(桥接模式)属于结构型模式,是一种解决继承后灵活

## 结构图

<img width=400 src="https://img.alicdn.com/tfs/TB1mZv52oH1gK0jSZSyXXXtlpXa-1726-696.png">
<img width=600 src="https://img.alicdn.com/tfs/TB1mZv52oH1gK0jSZSyXXXtlpXa-1726-696.png">

- Abstraction:定义抽象类的接口。
- RefinedAbstraction:扩充 Abstraction。
Expand Down Expand Up @@ -98,7 +98,7 @@ class SuperWindow extends Window {

下图做了一个简单的解释:

<img width=300 src="https://img.alicdn.com/tfs/TB1nossndTfau8jSZFwXXX1mVXa-1308-1078.png">
<img width=500 src="https://img.alicdn.com/tfs/TB1nossndTfau8jSZFwXXX1mVXa-1308-1078.png">

> 讨论地址是:[精读《设计模式 - Bridge 桥接模式》· Issue #280 · dt-fe/weekly](https://github.com/dt-fe/weekly/issues/280)
Expand Down

0 comments on commit 9ae28c5

Please sign in to comment.