新增中转站模块可拖拽

This commit is contained in:
2025-10-11 12:22:00 +08:00
parent e05a286653
commit 4046140413
5 changed files with 405 additions and 226 deletions

View File

@@ -59,7 +59,7 @@ use commands::relay_stations::{
relay_stations_list, relay_station_get, relay_station_create, relay_station_update,
relay_station_delete, relay_station_toggle_enable, relay_station_sync_config,
relay_station_restore_config, relay_station_get_current_config,
relay_stations_export, relay_stations_import,
relay_stations_export, relay_stations_import, relay_station_update_order,
};
use commands::relay_adapters::{
relay_station_get_info, relay_station_get_user_info,
@@ -452,6 +452,7 @@ fn main() {
relay_station_get_current_config,
relay_stations_export,
relay_stations_import,
relay_station_update_order,
relay_station_get_info,
relay_station_get_user_info,
relay_station_test_connection,