forked from mirror/MCSManager
Feat: 新增显示备注
This commit is contained in:
parent
ff5d98122f
commit
9010f29b2b
@ -104,6 +104,7 @@ router.get("/remote_services", permission({ level: 10 }), async (ctx) => {
|
||||
ip: remoteService.config.ip,
|
||||
port: remoteService.config.port,
|
||||
available: remoteService.available,
|
||||
remarks: remoteService.config.remarks,
|
||||
instances: instancesInfo
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user