update README

This commit is contained in:
gengbing
2024-05-24 08:45:06 +08:00
parent 812bd3d0c9
commit cb7c6779d0
2 changed files with 2 additions and 0 deletions

View File

@@ -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`

View File

@@ -6,6 +6,7 @@
- 轻松热更代码
- 完全隔离新老版本
- 像往常一样使用层级结构的 `package`
- 通过 `Plugin.InvokeFunc()` 从宿主调用插件中的函数
- 通过 `PluginManager.Vault.Extension``PluginManager.Vault.DataBag` 向宿主暴露插件中的数据和函数
- 借助 `live function``live type``live data` 用最新代码执行异步任务