chore: 增加脚本说明

This commit is contained in:
xream 2024-02-01 21:58:30 +08:00
parent 8764e01d7e
commit 19920dbfa3
No known key found for this signature in database
GPG Key ID: 1D2C5225471789F9

View File

@ -113,7 +113,7 @@ function operator(proxies = [], targetPlatform, context) {
// "version": "2.14.198"
// }
console.log(JSON.stringify(env, null, 2))
console.log(JSON.stringify(context, null, 2))
return proxies
}