Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Forairaaaaa authored Mar 15, 2024
1 parent 4686824 commit 86fe67e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

A light weight multiple apps' life cycle dispatcher, simplify app launcher designing and app code reusing

目的:

- 将应用抽象成多个有序的生命周期 (`AppBase`
- 将应用的静态资源、创建销毁抽象成工厂 (`AppPacker`
- 提供内外 API 控制应用生命周期
- 提供调度器,根据应用状态,调度生命周期钩子函数 (`Mooncake`

TODO:
- 删掉没用的东西
- 也许会抛弃工厂模式

------

Monica 项目请切换 [monica](https://github.com/Forairaaaaa/mooncake/tree/monica) 分支
Expand Down

0 comments on commit 86fe67e

Please sign in to comment.