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` 上也存在, 说明输出结果为组合订阅, 但是脚本设置在单条订阅上