后端
2.19.96 前端 2.15.57- 单条订阅确保没有 subscriptions 字段
之前导出的单条订阅的 JSON 若误识别为组合订阅, 请重新导出 或自己删除 JSON 中的 subscriptions 字段
- 优化 PC 端订阅预览样式
- 更新分享管理路由
- 修复开发模式下编辑订阅页面报错
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
后端
2.19.97 前端 2.15.60- 支持 GitHub 加速代理
1. 仅用于上传/下载 Gist 和获取 GitHub 头像
2. 请填写完整 如 https://a.com
3. 需支持代理 https://api.github.com/users/* 和 https://api.github.com/gists
测试方式:
浏览器打开
https://a.com/https://api.github.com/gists?per_page=1&page=1
和
https://a.com/https://api.github.com/users/xream
有正常的响应
4. 使用此方式时, 自行注意安全隐私问题
这种代理是支持的 https://proxy.api.030101.xyz
或者自建一下 https://github.com/sky22333/hubproxy 和 https://github.com/PuerNya/git-proxy
Please open Telegram to view this post
VIEW IN TELEGRAM
❤2
后端
2.19.98- 获取订阅时, 总是检查是否包含有效节点
不包含有效节点时, 不写入缓存
Please open Telegram to view this post
VIEW IN TELEGRAM
前端
2.15.60- 优化PC端样式(局中显示)和样式细节调整
Link 佬持续发力
Please open Telegram to view this post
VIEW IN TELEGRAM
👍1
前端
2.15.63- 优化 PC 端文件预览样式
- GitHub 加速代理文案更新
使用说明:
1. 仅用于上传/下载 Gist 和获取 GitHub 头像
2. 请填写完整 如 https://a.com
3. 需支持代理 https://api.github.com/users/* 和 https://api.github.com/gists
测试方式:
浏览器打开
https://a.com/https://api.github.com/gists?per_page=1&page=1
和
https://a.com/https://api.github.com/users/xream
有正常的响应
4. 使用此方式时, 自行注意安全隐私问题
这种代理是支持的 https://proxy.api.030101.xyz
或者自建一下 https://github.com/sky22333/hubproxy 和 https://github.com/PuerNya/git-proxy
Please open Telegram to view this post
VIEW IN TELEGRAM
前端
2.15.64 后端 2.19.99- 订阅流量信息中的
expire <=0 时, 视为空- 自动去除 api 参数末尾
/ Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.20.0-
tls-name 和 sni 若同时存在, 以后面的为准- @horr_self 发现了 3K 的 bug 导入某些 VMess ws 的时候会变成 tcp
Sub-Store 背了一口大黑锅 已帮你们狠狠鞭策 3K
Please open Telegram to view this post
VIEW IN TELEGRAM
Gist 操作异常 - 如何判断 GitHub 账号被 shadow ban 了
1. 假设你的 id 是 xxx. 已登录状态, 浏览器访问 https://github.com/xxx 是正常的; 未登录状态 https://github.com/xxx 是 404
2. 日志里显示: 获取到当前 GitHub 用户的 gist: 0 个. API 获取不到 gists 列表
建议申诉或换号
🤭 Sub-Store 合集
🥰 #SubStore #Gist #GitHub #API #Ban
1. 假设你的 id 是 xxx. 已登录状态, 浏览器访问 https://github.com/xxx 是正常的; 未登录状态 https://github.com/xxx 是 404
2. 日志里显示: 获取到当前 GitHub 用户的 gist: 0 个. API 获取不到 gists 列表
建议申诉或换号
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
- 更新模块引用链接
GitHub 不知道在搞什么鬼
以前的
https://raw.githubusercontent.com/sub-store-org/Sub-Store/release/* 都 404 了先换成
https://github.com/sub-store-org/Sub-Store/releases/latest/download/*Please open Telegram to view this post
VIEW IN TELEGRAM
-
可能有些地方用了旧的格式
https://github.com/sub-store-org/Sub-Store/releases/latest/download/sub-store-parser.loon.min.js
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.20.3- 完善
ws 传输层确保
ws-opts 存在, 默认 path 为 /之前只在解析里处理了, 但是可能中间经过了各种自定义操作
本次在输出时处理了
其实还是偷了懒 只处理了
ws 传输层 问题不大 应该也没人乱改传输层Please open Telegram to view this post
VIEW IN TELEGRAM
❤🔥1
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.20.5- 若设置
$options._res.status, 拉取文件时将设置自定义响应状态码举例: 请求来自分享且 ua 不符合时, 返回自定义状态码和响应内容
const { headers, url, path } = $options._req || {}
const ua = headers?.['user-agent'] || headers?.['User-Agent']
if (/^\/share\//.test(url) && !/surge/i.test(ua)) {
$options._res = {
status: 418
}
$content = `I'm a teapot`
}Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
后端
2.20.6- 修复 doh
感谢群友 @idokdb_ix 的反馈
Please open Telegram to view this post
VIEW IN TELEGRAM
❤1
Please open Telegram to view this post
VIEW IN TELEGRAM