diff --git a/README.md b/README.md index a2647df..af47849 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/README.zh-CN.md b/README.zh-CN.md index 3fa2e83..bd84476 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -6,6 +6,7 @@ - 轻松热更代码 - 完全隔离新老版本 +- 像往常一样使用层级结构的 `package` - 通过 `Plugin.InvokeFunc()` 从宿主调用插件中的函数 - 通过 `PluginManager.Vault.Extension` 和 `PluginManager.Vault.DataBag` 向宿主暴露插件中的数据和函数 - 借助 `live function`、`live type` 和 `live data` 用最新代码执行异步任务