- 检测入口 脚本支持使用正则从响应获取数据
使用场景: 从网页响应中获取某些信息, 自定义节点名称
举例: 把节点名从繁体转为简体
https://translate.google.com/m?sl=zh-tw&tl=zh-cn&hl=zh-cn&q={{proxy.name}}a:<div class="result-container">(.+?)<\/div>{{api.a}}Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
👍2❤1
前端
2.15.21- 修复
Surge(macOS) 选项感谢群友 @yyhhyyyyyy 的 PR!
Please open Telegram to view this post
VIEW IN TELEGRAM
前端
2.15.22- 添加透明覆盖层,以在滑动操作进行时捕获点击。
- 延迟设置 swipeIsOpen 状态,以确保滑动动画完成。
- 防止在点击滑动内容时打开预览面板。
- 改进点击处理,以正确关闭滑动状态。
感谢群友 @yyhhyyyyyy 的 PR!
Please open Telegram to view this post
VIEW IN TELEGRAM
👍3🎉1
后端
2.19.43-
2.2.66(2646) 如果下发的节点里包含 chain/dialer-proxy, App 里 GUI 里的 代理通过 会显示前置节点, 但其实没生效, 需要手动选择. 已报告给李老师underlying-proxy 为前置代理, 不同平台会自动转换例如
$server['underlying-proxy'] = '名称'只给 mihomo 输出的话,
dialer-proxy 也行只给 sing-box 输出的话,
detour 也行只给 Egern 输出的话,
prev_hop 也行只给 Shadowrocket 输出的话,
chain 也行输出到 Clash/Stash 时, 会过滤掉配置了前置代理的节点, 并提示使用对应的功能.
Please open Telegram to view this post
VIEW IN TELEGRAM
前端
2.15.26- 新增了方便无比的快捷后端配置
@yyhhyyyyyy 佬加入开发组后持续发力
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
前端
2.15.28- 优化后端配置
- 支持一键复制前后端完整 URL
感谢群友 @rainstart 的建议
Please open Telegram to view this post
VIEW IN TELEGRAM
Sub-Store 更新
后端
- 日志增加 body JSON limit
相关 Docker 说明
🤭 Sub-Store 合集
🥰 #SubStore #更新记录 #changlog #updates
后端
2.19.44- 日志增加 body JSON limit
相关 Docker 说明
自定义 JSON Body limit(默认为 1mb), 例: SUB_STORE_BODY_JSON_LIMIT=10mb. 注: HTTP-META 有个类似的环境变量 BODY_JSON_LIMIT
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.44 前端 2.15.33- 预处理支持 Base64 兜底
感谢群友 @mrhios7 的反馈
- 后端连接管理优化调整
- 修改前端缓存机制
之前的逻辑里 后缀名为 js|css|gz|html|json 时, 会走缓存
可能需要
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
后端
2.19.48- 修复 QX VLESS TLS
感谢群友 @faramitas 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.49- Node.js 环境中 JSON 数据文件校验失败后会备份原文件, 创建新文件
可在日志中查看详情
可在原数据文件同目录下 查看带时间戳的备份文件
感谢群友的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.50- 为 env 响应增加如何使用前端搭配后端的引导说明
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.52- Shadowrocket 支持 anytls
感谢群友 Wayne 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
前端
2.15.34- 暂时去除 GitHub 版本检查, 防止 getEnv 因为 GitHub API 请求而超时
感谢群友 @Maple_kedo 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.19.54- VMess 支持 kcp/quic(正确处理 type, host, path, fp, alpn, tls等参数)
部分参数可能有误 若遇到问题麻烦 URI 示例反馈
感谢群友 @dadaosizhishi 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
后端
2.19.55- Stash 正式版支持 VLESS REALITY(xtls-rprx-vision)
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
后端
2.19.57- 脚本支持使用绝对路径读取本地文件
在此版本之前, 只能通过创建一个空内容的 Sub-Store 文件, 然后使用脚本读取
const fs = eval(`require("fs")`)
$content = fs.readFileSync('/tmp/1.txt', "utf8");新版本里可直接使用绝对路径. 注意不能跟原内部文件格式相同(
/api/file/xxx 或 /api/module/xxx )Please open Telegram to view this post
VIEW IN TELEGRAM
❤3