feat: 脚本筛选支持节点快捷脚本. 语法与 Shadowrocket 脚本类似

```
const port = Number($server.port)

return [80, 443].includes(port)
```
This commit is contained in:
xream
2023-12-11 11:57:12 +08:00
parent a1776644a0
commit 76b5dc5809
2 changed files with 40 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "sub-store",
"version": "2.14.119",
"version": "2.14.120",
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and ShadowRocket.",
"main": "src/main.js",
"scripts": {