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

10 lines
210 B
TOML
Raw Normal View History

2024-08-16 16:16:16 +08:00
# 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"