mirror of
https://github.com/edwingeng/hotswap.git
synced 2025-12-24 11:52:07 +08:00
update README
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
|
||||
- Reload your code like a breeze
|
||||
- Run different versions of a plugin in complete isolation
|
||||
- Use the hierarchical package structure as usual
|
||||
- Invoke an in-plugin function from its host program with `Plugin.InvokeFunc()`
|
||||
- Expose in-plugin data and functions with `PluginManager.Vault.Extension` and/or `PluginManager.Vault.DataBag`
|
||||
- Handle asynchronous jobs using the latest code with `live function`, `live type`, and `live data`
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
|
||||
- 轻松热更代码
|
||||
- 完全隔离新老版本
|
||||
- 像往常一样使用层级结构的 `package`
|
||||
- 通过 `Plugin.InvokeFunc()` 从宿主调用插件中的函数
|
||||
- 通过 `PluginManager.Vault.Extension` 和 `PluginManager.Vault.DataBag` 向宿主暴露插件中的数据和函数
|
||||
- 借助 `live function`、`live type` 和 `live data` 用最新代码执行异步任务
|
||||
|
||||
Reference in New Issue
Block a user