diff --git a/src/assets/js/navTools.js b/src/assets/js/navTools.js index bd7a91f..9864d3d 100644 --- a/src/assets/js/navTools.js +++ b/src/assets/js/navTools.js @@ -23,8 +23,8 @@ let navTools = { title: '比例计算', desc: '按设定的比例计算给出的数值所对应的数值。', component: 'CalcRatio', - update: '2021-11-14', - version: '1', + update: '2021-11-16', + version: '2', enabled: true }, 'simple': { @@ -125,8 +125,8 @@ let navTools = { title: 'WebSocket', desc: 'WebSocket 测试工具', component: 'OtherWebSocket', - update: '2021-11-14', - version: '3', + update: '2021-11-19', + version: '4', enabled: true }, } diff --git a/src/components/tools/CalcRatio.vue b/src/components/tools/CalcRatio.vue index 8ba2505..fecce7e 100644 --- a/src/components/tools/CalcRatio.vue +++ b/src/components/tools/CalcRatio.vue @@ -11,11 +11,11 @@ -
由于浏览器限制,通过 HTTPS 访问网站时只能连接带 SSL 的 WebSocket(WSS);
+若需要连接不带 SSL 的 WebSocket(WS),建议下载到本地后使用。
+