Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
snltty committed Sep 24, 2024
1 parent 1d05d05 commit d9d8390
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
10 changes: 6 additions & 4 deletions linker.web/src/views/full/status/ServerFlow.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default {
'1':'客户端列表',
'2':'客户端删除',
'4':'客户端改名(转发)',
'7':'服务器版本',
'7':'获取服务器版本',
'8':'客户端搜索ids',
'9':'客户端id列表',
'10':'客户端排序',
Expand All @@ -62,15 +62,15 @@ export default {
'2102':'中继通知(转发)',
'2103':'中继请求',
'2105':'中继测试',
'2105':'中继连通测试',
'2201':'运行网卡(转发)',
'2203':'停止网卡(转发)',
'2205':'更新网卡(转发)',
'2207':'同步网卡(转发)',
'2301':'添加穿透',
'2302':'移除穿透',
'2301':'添加内网穿透',
'2302':'移除内网穿透',
'2305':'获取穿透列表(转发)',
'2401':'测试端口转发(转发)',
Expand All @@ -87,6 +87,8 @@ export default {
'2607':'服务器更新信息',
'2608':'确认服务器更新',
'2609':'服务器重启',
'2701':'获取服务器流量',
}
const _getFlows = ()=>{
getFlows().then(res => {
Expand Down
3 changes: 1 addition & 2 deletions linker/plugins/messenger/MessengerResolver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ public void LoadMessenger(Assembly[] assemblys)
}
messengers.TryAdd(mid.Id, cache);

if (mid.Id != 2701)
messangerFlows.TryAdd(mid.Id, new MessengerFlowItemInfo { });
messangerFlows.TryAdd(mid.Id, new MessengerFlowItemInfo { });
}
else
{
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
v1.4.4
2024-09-24 17:19:22
2024-09-24 17:25:39
1. 增加流量统计(暂时显示服务端流量)

0 comments on commit d9d8390

Please sign in to comment.