xream
62295895a9
fix: 修复组合订阅预览
2024-10-12 10:46:39 +08:00
xream
b4ec6cfd0d
feat: 增加 _subDisplayName _collectionDisplayName
2024-09-18 19:42:53 +08:00
xream
ebcf1265e6
feat: 正式弃用旧的 subName 和 collectionName
2024-09-18 19:18:50 +08:00
xream
ffe0de5add
fix: 修复组合订阅子订阅失败导致预览失败
2024-03-26 14:59:24 +08:00
xream
bcb8bd2882
feat: 支持使用代理/节点/策略获取订阅
2024-03-13 05:33:52 +08:00
xream
f586ba09fd
revert: 回滚文件模板功能
2024-01-14 12:33:36 +08:00
xream
474d5fea57
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
a87eec14bd
fix: 修复无脚本操作时 文件数据结构错误
2024-01-13 22:01:02 +08:00
xream
61df4d2144
feat: 支持输出到 sing-box; 文件脚本支持 ` ; 脚本支持 ProxyUtils.yaml`
2024-01-13 10:28:07 +08:00
xream
628e280383
feat: 文件支持远程/合并, /api/file/name 接口支持参数覆盖
2024-01-12 07:22:25 +08:00
xream
98a028e72a
feat: 文件支持脚本操作
2024-01-12 06:16:39 +08:00
xream
b049f12e5b
feat: 支持忽略失败的远程订阅(前端版本 > 2.14.20)
2023-12-18 01:41:37 +08:00
xream
e21a25e8f4
feat: 支持忽略失败的远程订阅(前端版本 > 2.14.20)
2023-12-18 01:24:48 +08:00
xream
76c67c14b8
fix: 处理预览时子订阅出错的情况
2023-12-08 18:16:50 +08:00
xream
22c7ab8d5d
feat: 支持按顺序合并本地和远程订阅(前端版本 > 2.14.14 可输入)
2023-11-29 03:57:20 +08:00
xream
46498234b7
feat: 远程订阅支持换行符连接的多个订阅链接(前端版本 > 2.14.13 可输入)
2023-11-29 02:24:03 +08:00
xream
cc8ba7782e
feat: proxy 增加 subName(订阅名), collectionName(组合订阅名); 脚本增加第三个参数 env(包含订阅/组合订阅/环境/版本等信息)
2023-10-08 13:21:22 +08:00
xream
3cbeba07b6
fix: 预览时脚本下载报错导致的崩溃
2023-09-07 23:17:36 +08:00
Peng-YM
60c1c3d2a5
build: Split sub-store.min.js for better performance on iOS devices
2022-09-09 23:11:13 +08:00
Peng-YM
83d7d789a9
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
b4d5003d0e
feat (backend): Add preview API
...
- POST /api/preview/sub for previewing subs
- POST /api/preview/collection for previewing collection
2022-07-01 17:36:48 +08:00
Peng-YM
818e94f41d
refactor: Download API
...
Now the download APIs are moved into a new file
2022-06-30 12:19:43 +08:00