diff options
| author | niubinghui <[email protected]> | 2024-08-13 17:23:13 +0800 |
|---|---|---|
| committer | niubinghui <[email protected]> | 2024-08-13 17:23:13 +0800 |
| commit | 88a34dec4d64b4f2eea86fc21286504ed06eea16 (patch) | |
| tree | 0065e989c095fa571eff9d7e075cab8424bd709f /config/lua_plugin_manage.toml | |
| parent | a52c210f77a9cd5914abd955a32f372367bbcd29 (diff) | |
【修改】修改example样例,调用方式修改为传入已经加载完成的config specifig
Diffstat (limited to 'config/lua_plugin_manage.toml')
| -rw-r--r-- | config/lua_plugin_manage.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/config/lua_plugin_manage.toml b/config/lua_plugin_manage.toml new file mode 100644 index 0000000..c1d6220 --- /dev/null +++ b/config/lua_plugin_manage.toml @@ -0,0 +1,10 @@ +# config.toml +[[plugin]] +path = "example_plugin-1.lua" +init = "plugin_load" +exit = "plugin_unload" + +[[plugin]] +path = "example_plugin-2.lua" +init = "plugin_load" +exit = "plugin_unload"
\ No newline at end of file |
