Cool Scripts
QuanX, Loon, Surge, JsBox, Pythonista, Scriptable, Shortcuts等脚本分享
Show more📈 Analytical overview of Telegram channel Cool Scripts
Channel Cool Scripts (@cool_scripts) in the Chinese language segment is an active participant. Currently, the community unites 16 241 subscribers, ranking 7 880 in the Technologies & Applications category and 13 729 in the China region.
📊 Audience metrics and dynamics
Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 16 241 subscribers.
According to the latest data from 28 July, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by -37 over the last 30 days and by 2 over the last 24 hours, overall reach remains high.
- Verification status: Not verified
- Engagement rate (ER): The average audience engagement rate is 7.90%. Within the first 24 hours after publication, content typically collects 3.93% reactions from the total number of subscribers.
- Post reach: On average, each post receives 1 283 views. Within the first day, a publication typically gains 639 views.
- Reactions and interaction: The audience actively supports content: the average number of reactions per post is 3.
- Thematic interests: Content is focused on key topics such as substore, changlog, updates, shadowrocket, surge.
📝 Description and content policy
The author describes the resource as a platform for expressing subjective opinions:
“QuanX, Loon, Surge, JsBox, Pythonista, Scriptable, Shortcuts等脚本分享”
Thanks to the high frequency of updates (latest data received on 29 July, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.
2.19.0
- 修复使用 .env 时 /api/utils/env 接口中的 env 字段为空的问题
- 新增环境变量 SUB_STORE_BACKEND_MERGE
若设置此字段, 后端支持同时处理 API 和前端资源请求, 不会再分为前后端俩端口
环境变量为 SUB_STORE_BACKEND_MERGE=1 SUB_STORE_FRONTEND_BACKEND_PATH=/abc SUB_STORE_FRONTEND_PATH=/front-end 时, 日志为:
[BACKEND] MERGE mode is [ON]. [BACKEND PREFIX] :::3000/abc此时使用
http://127.0.0.1:3000?api=http://127.0.0.1:3000/abc 即可
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.18.7
- 支持 .env 文件设置环境变量 参考
- 新增环境变量 SUB_STORE_BACKEND_PREFIX
若设置此字段, 后端(SUB_STORE_BACKEND_API_PORT 监听的, 原本无后缀) 也会加上后缀. 适用于某些场景(例如同主机防扫)
感谢 WuKongDoll 的 PR
欢迎 WuKongDoll 加入开发组
- 调整日志
1. 若仅设置后端后缀
SUB_STORE_BACKEND_PREFIX=1 SUB_STORE_FRONTEND_BACKEND_PATH=/abc
日志会显示监听地址, 端口和后缀
[BACKEND PREFIX] :::3000/abc -> :::30002. 若设置前后端完整配置
SUB_STORE_BACKEND_PREFIX=1 SUB_STORE_FRONTEND_BACKEND_PATH=/abc SUB_STORE_FRONTEND_PATH=/front-end
日志会显示更多内容
[BACKEND PREFIX] :::3000/123 -> :::3000 [FRONTEND -> BACKEND] :::3001/123/api/ -> :::3000/123/api/ [FRONTEND -> BACKEND] :::3001/123/download/ -> :::3000/123/download/ [SHARE BACKEND] :::3001/share/:type/:name🤭 Sub-Store 合集 🥰 #SubStore #更新记录 #changlog #updates
2.18.6
- 增加更多的同步配置日志
- HTTP-META 增加环境变量 BODY_JSON_LIMIT, 默认为 1mb
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.18.5
- undici 配置重定向
感谢群友 @LUCY_1024 的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.18.4
- 处理 YAML short-id 为 null 的情况
感谢群友 @iz7z8 的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.18.3
- 增强 VMess URI 解析兼容性
感谢群友 @Mr_Alex 的反馈
- 修改导出文件名格式
感谢群友的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.18.2
- 修复 VMess URI IPv6 格式
感谢亚托莉佬的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.18.1
- url 支持 credentials
undici 不支持...手搓了一个
- 修改导出文件名格式
感谢群友的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.18.0 前端 2.15.5
之前用于测试的 Docker 镜像 2.18.0-alpha 将删除
- 修复文件预览未使用代理策略的问题
- 升级 http-proxy-middleware
- patch http-proxy
- 使用 undici 替代 request
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updateshttp-proxy-middleware
- patch http-proxy
- 使用 undici 替代 request
Docker 镜像: xream/sub-store:2.18.0-alpha
sub-store.bundle.js 文件: 查看
主要测试项目:
1. 环境变量设置 HTTP_PROXY, HTTPS_PROXY, NO_PROXY 使用自定义代理时是否正常 文档
2. 订阅/文件中的 代理/策略 使用自定义代理时是否正常
3. 设置中的默认 代理/策略 使用自定义代理时是否正常
4. 节点操作 域名解析 中使用 DoH 时是否正常
5. 分享功能是否正常
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.17.9
- 🐱 mihomo Hysteria 2 兼容 obfs_password 字段
输入兼容 obfs_password, 会自动转为 obfs-password
感谢 @cmliucdn 佬的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.17.8
- 📦 sing-box hop_interval 和 server_ports 不再需要 includeUnsupportedProxy
- Hysteria2 URI 输入输出支持 hop-interval 和 keepalive 参数, 为保证兼容性, 输出时多端口暂时保持使用 mport 参数
注: 输入时, 端口跳跃有两种写法
1. 服务器的地址和可选端口。如果省略端口,则默认为 443。
端口部分支持 端口跳跃 的「多端口地址格式」。
https://hysteria.network/zh/docs/advanced/Port-Hopping
2. 参数 mport
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.15.4
- 脚本参数的值不去除空白符
感谢群友 @mimaboom 的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.17.7
- 🏂 Stash 使用 includeUnsupportedProxy 参数开启 XTLS-uTLS-Vision-REALITY
版本>=2.8.0 时自动开启
注: 目前判断条件为 flow 为 xtls-rprx-vision
- Node.js 环境支持自定义 JSON Body limit, 例: SUB_STORE_BODY_JSON_LIMIT=10mb
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.17.5
- 验证 🐱 mihomo ss cipher
参考的文档为 https://wiki.metacubex.one/config/proxies/ss/#cipher
感谢 @sbsbwei 的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.15.2
- 不展示图标时, 已同步的配置应有查看按钮
感谢 @EAlyce 的反馈
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates2.15.1
史诗级更新
- 脚本参数可视化编辑
- 本地内容的脚本也支持配置参数
2.17.4
- 修复 Surge shadow-tls-password 引号解析
- SurgeMac mihomo 配置中支持自定义 DNS
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates