xream
5ecce27f4e
feat: 脚本内部 produceArtifact 支持指定 produceType: 'internal', produceOpts: { 'include-unsupported-proxy': true } 来获得内部的数据结构; 订阅链接参数支持 type=internal&includeUnsupportedProxy=true; 文件支持 nunjucks 模板, 为 sing-box 增加的 Filter 用法 sub/col 为订阅/组合订阅中的节点名 {{ '订阅的name' | sub('美国| 🇺🇸 |us', 'i') }}, subNode/colNode 为订阅/组合订阅中的节点 {{ '订阅的name' | subNode('美国| 🇺🇸 |us', 'i') }}, 底层 produceArtifact('subscription', 'sing-box', 'internal', '美国| 🇺🇸 |us', 'i')
2024-01-14 12:13:29 +08:00
xream
4ca5f5e355
feat: 支持忽略失败的远程订阅(前端版本 > 2.14.20)
2023-12-18 01:24:48 +08:00
xream
c541b83037
feat: 支持按顺序合并本地和远程订阅(前端版本 > 2.14.14 可输入)
2023-11-29 03:57:20 +08:00
xream
ff8573cae7
fix: 修复 app 版参数
2023-11-16 12:49:06 +08:00
xream
53925518b4
feat: Sub-Store 生成的订阅地址支持传入 订阅链接/User-Agent/节点内容 可以复用此订阅的其他设置
...
例如: 建一个 name 为 sub 的订阅, 配置好节点操作
以后可以自由传入参数 无需在 Sub-Store 前端创建新的配置
`/download/sub?target=Surge&content=encodeURIComponent编码过的本地节点`
`/download/sub?target=Surge&url=encodeURIComponent编码过的订阅链接&ua=encodeURIComponent编码过的User-Agent`
2023-11-14 21:46:56 +08:00
xream
5e14d05c30
feat: 组合订阅错误信息将包含出现错误的子订阅名称; 获取流量失败时, 不影响节点订阅; 订阅上游无有效节点时将报错
2023-08-26 20:27:12 +08:00
Peng-YM
6ee6a9b5e2
build: Split sub-store.min.js for better performance on iOS devices
2022-09-09 23:11:13 +08:00
Peng-YM
813f2b839d
perf: Add switch for cron-sync-artifacts
2022-07-12 18:56:24 +08:00
Peng-YM
00c28c6cb8
refactor: Standardize error handling for RESTful APIs
2022-07-06 18:12:36 +08:00
Peng-YM
84b4dba425
refactor: Migrate to API v2
...
- Added auto schema migration
- Refactored /api/subs, /api/collections, /api/artifacts. Now these APIs will return array instead of object. This enables sorting items in the future.
2022-07-06 18:12:36 +08:00
Peng-YM
bb87a6c41e
refactor: Download API
...
Now the download APIs are moved into a new file
2022-06-30 12:19:43 +08:00