支持渠道、指令(自定义前缀)和事件(启用/禁用)管理
This commit is contained in:
@@ -379,6 +379,10 @@ mod tauri_app {
|
||||
chat_channel_commands::test_chat_channel,
|
||||
chat_channel_commands::get_chat_channel_status,
|
||||
chat_channel_commands::list_chat_channel_messages,
|
||||
chat_channel_commands::get_chat_command_prefix,
|
||||
chat_channel_commands::set_chat_command_prefix,
|
||||
chat_channel_commands::get_chat_event_filter,
|
||||
chat_channel_commands::set_chat_event_filter,
|
||||
web::start_web_server,
|
||||
web::stop_web_server,
|
||||
web::get_web_server_status,
|
||||
|
||||
Reference in New Issue
Block a user