𝕄𝔼𝕃𝕆𝕊 (@melos) 在 在 Sub-Store 内添加 Webshare 节点 中发帖
之前写了个在 Sub-Store 里添加 webshare 节点的脚本 ( 适用于 Sub-Store 的 WebShare 节点生成脚本 ),但终归缺少了流量信息,现在补齐,需要在参数设置里设置 apiKey。效果如图:
[1000180512.jpg]
async function operator(proxies, targetPlatform, context) {
proxies = Array.isArray(proxies) ? proxies : [];
var SUBS_KEY = "subs";
var A = typeof $arguments !== "undefined" && $arguments ? $arguments : {};
var $ = typeof $substore !== "undefined" ? $substore...