feat(工具箱): 实现“WebSocket 测试”工具
This commit is contained in:
@@ -177,18 +177,18 @@ export const toolList = [
|
||||
{
|
||||
id: 'network-tools',
|
||||
title: '网络',
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
items: [
|
||||
{
|
||||
id: 'websocket-test-tool',
|
||||
component: 'Network/WebSocketTestTool',
|
||||
title: 'WebSocket',
|
||||
title: 'WebSocket 测试',
|
||||
iconClass: 'mdi mdi-connection',
|
||||
desc: 'WebSocket 测试工具',
|
||||
createdAt: '',
|
||||
updatedAt: '',
|
||||
version: '0',
|
||||
enabled: false,
|
||||
desc: '连接 WebSocket 服务端,发送和接收消息。',
|
||||
createdAt: '2024-12-01',
|
||||
updatedAt: '2024-12-01',
|
||||
version: '1',
|
||||
enabled: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
|
Reference in New Issue
Block a user