This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
niubinghui-luapluginmanage/example/conf/lua_plugin_manage.toml
2024-08-16 16:16:16 +08:00

10 lines
202 B
TOML

# config.toml
[[plugin]]
path = "./plugin/example_plugin-1.lua"
init = "plugin_load"
exit = "plugin_unload"
[[plugin]]
path = "./plugin/example_plugin-2.lua"
init = "plugin_load"
exit = "plugin_unload"