We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7668241 commit 21f3045Copy full SHA for 21f3045
docs/updateRecord.md
@@ -13,6 +13,7 @@
13
7. 不夜的推送不讲规矩,只支持get不支持post,需要壳适配。一级不讲规则,ac只能detail才有数据,list/videolist不行
14
8. 统一挨着修改网盘源,增加二级数据返回 vod_play_pan,按$$$分割的原始网盘链接,包括push也有效,方便海阔本地小程序播放
15
9. 增加 [源动力](https://www.sourcepower.top/source) 官方出品的`短剧库.js`
16
+10. 设置中心推送视频去掉编码,交给壳子处理,防止双层编码导致的问题
17
18
### 20250121
19
js/设置中心.js
@@ -949,7 +949,8 @@ var rule = {
949
action: {
950
actionId: '__detail__',
951
skey: 'push_agent',
952
- ids: encodeURIComponent(obj.push),
+ // ids: encodeURIComponent(obj.push),
953
+ ids: obj.push,
954
},
955
toast: `开始解析视频:${obj.push}`
956
});
0 commit comments