From 1ecac9da92a8f725e0432112da5becc59e5d4be3 Mon Sep 17 00:00:00 2001 From: xream Date: Thu, 6 Jun 2024 21:50:13 +0800 Subject: [PATCH] chore: demo.js --- scripts/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/demo.js b/scripts/demo.js index c8b2de0..6357f5d 100644 --- a/scripts/demo.js +++ b/scripts/demo.js @@ -103,7 +103,7 @@ function operator(proxies = [], targetPlatform, context) { // 4. 一个比较折腾的方案: 在脚本操作中, 把内容同步到另一个 gist // 见 https://t.me/zhetengsha/1428 // - // const content = ProxyUtils.produce(proxies, platform) + // const content = ProxyUtils.produce([...proxies], platform) // // YAML // ProxyUtils.yaml.load('YAML String')