Skip to content

Commit

Permalink
更新设计模式列表
Browse files Browse the repository at this point in the history
  • Loading branch information
guanguans committed Apr 30, 2024
1 parent 34e55c0 commit 81dbfe9
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
- [注意](#注意)
- [设计模式的类型](#设计模式的类型)
- [创建型设计模式](#创建型设计模式)
- [🏠简单工厂模式(Simple Factory)](#简单工厂模式simple-factory)
- [🏭工厂方法模式(Factory Method)](#工厂方法模式factory-method)
- [🔨抽象工厂模式(Abstract Factory)](#抽象工厂模式abstract-factory)
- [👷建造者模式](#建造者模式)
- [🐑原型模式(Prototype)](#原型模式prototype)
- [💍单例模式(Singleton)](#单例模式singleton)
- [🏠简单工厂模式(Simple Factory)](#简单工厂模式simple-factory)
- [🏭工厂方法模式(Factory Method)](#工厂方法模式factory-method)
- [🔨抽象工厂模式(Abstract Factory)](#抽象工厂模式abstract-factory)
- [👷建造者模式](#建造者模式)
- [🐑原型模式(Prototype)](#原型模式prototype)
- [💍单例模式(Singleton)](#单例模式singleton)
- [结构型设计模式](#结构型设计模式)
- [🔌适配器模式(Adapter)](#适配器模式adapter)
- [🚡桥梁模式(Bridge)](#桥梁模式bridge)
- [🌿组合模式(Composite)](#组合模式composite)
- [☕装饰模式(Decorator)](#装饰模式decorator)
- [📦门面模式(Facade)](#门面模式facade)
- [🍃享元模式(Flyweight)](#享元模式flyweight)
- [🎱代理模式(Proxy)](#代理模式proxy)
- [🔌适配器模式(Adapter)](#适配器模式adapter)
- [🚡桥梁模式(Bridge)](#桥梁模式bridge)
- [🌿组合模式(Composite)](#组合模式composite)
- [☕装饰模式(Decorator)](#装饰模式decorator)
- [📦门面模式(Facade)](#门面模式facade)
- [🍃享元模式(Flyweight)](#享元模式flyweight)
- [🎱代理模式(Proxy)](#代理模式proxy)
- [行为型设计模式](#行为型设计模式)
- [🔗责任链模式(Chain Of Responsibilities)](#责任链模式chain-of-responsibilities)
- [👮命令行模式(Command)](#命令行模式command)
- [➿迭代器模式(Iterator)](#迭代器模式iterator)
- [👽中介者模式(Mediator)](#中介者模式mediator)
- [💾备忘录模式(Memento)](#备忘录模式memento)
- [😎观察者模式(Observer)](#观察者模式observer)
- [🏃访问者模式(Visitor)](#访问者模式visitor)
- [💡策略模式(Strategy)](#策略模式strategy)
- [💢状态模式(State)](#状态模式state)
- [📒模板方法模式(Template Method)](#模板方法模式template-method)
- [🔗责任链模式(Chain Of Responsibilities)](#责任链模式chain-of-responsibilities)
- [👮命令行模式(Command)](#命令行模式command)
- [➿迭代器模式(Iterator)](#迭代器模式iterator)
- [👽中介者模式(Mediator)](#中介者模式mediator)
- [💾备忘录模式(Memento)](#备忘录模式memento)
- [😎观察者模式(Observer)](#观察者模式observer)
- [🏃访问者模式(Visitor)](#访问者模式visitor)
- [💡策略模式(Strategy)](#策略模式strategy)
- [💢状态模式(State)](#状态模式state)
- [📒模板方法模式(Template Method)](#模板方法模式template-method)
- [总结](#总结)
- [贡献](#贡献)
- [License](#license)
Expand Down

0 comments on commit 81dbfe9

Please sign in to comment.