From 6e425e590869916667cb4267d24f22084949b677 Mon Sep 17 00:00:00 2001 From: xream Date: Wed, 18 Sep 2024 19:22:12 +0800 Subject: [PATCH] doc: demo.js --- scripts/demo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/demo.js b/scripts/demo.js index aaba6db..079091c 100644 --- a/scripts/demo.js +++ b/scripts/demo.js @@ -152,7 +152,7 @@ function operator(proxies = [], targetPlatform, context) { // 1. https://t.me/zhetengsha/948 // context 为传入的上下文 - // 其中 source 为 订阅和组合订阅的数据, 有三种情况, 按需判断 + // 其中 source 为 订阅和组合订阅的数据, 有三种情况, 按需判断 (若只需要取订阅/组合订阅名称 直接用 `_subName` 和 `_collectionName` 即可) // 若存在 `source._collection` 且 `source._collection.subscriptions` 中的 key 在 `source` 上也存在, 说明输出结果为组合订阅, 但是脚本设置在单条订阅上