From bbd5341d7a7ff573558be8c29f08ab36ea71bdad Mon Sep 17 00:00:00 2001 From: xream Date: Fri, 2 Feb 2024 11:58:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=84=9A=E6=9C=AC=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/demo.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/demo.js b/scripts/demo.js index 7aada51..93d1ba3 100644 --- a/scripts/demo.js +++ b/scripts/demo.js @@ -25,6 +25,15 @@ function operator(proxies = [], targetPlatform, context) { // ProxyUtils 为节点处理工具 // 可参考 https://t.me/zhetengsha/1066 + // const ProxyUtils = { + // parse, // 订阅解析 + // process, // 节点操作/文件操作 + // produce, // 输出订阅 + // isIPv4, + // isIPv6, + // isIP, + // yaml, // yaml 解析和生成 + // } // flowUtils 为机场订阅流量信息处理工具 // 可参考 https://t.me/zhetengsha/948