Skip to content

Commit 21f3045

Browse files
committed
fix:设置中心视频推送
1 parent 7668241 commit 21f3045

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Diff for: docs/updateRecord.md

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
7. 不夜的推送不讲规矩,只支持get不支持post,需要壳适配。一级不讲规则,ac只能detail才有数据,list/videolist不行
1414
8. 统一挨着修改网盘源,增加二级数据返回 vod_play_pan,按$$$分割的原始网盘链接,包括push也有效,方便海阔本地小程序播放
1515
9. 增加 [源动力](https://www.sourcepower.top/source) 官方出品的`短剧库.js`
16+
10. 设置中心推送视频去掉编码,交给壳子处理,防止双层编码导致的问题
1617

1718
### 20250121
1819

Diff for: js/设置中心.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,8 @@ var rule = {
949949
action: {
950950
actionId: '__detail__',
951951
skey: 'push_agent',
952-
ids: encodeURIComponent(obj.push),
952+
// ids: encodeURIComponent(obj.push),
953+
ids: obj.push,
953954
},
954955
toast: `开始解析视频:${obj.push}`
955956
});

0 commit comments

Comments
 (0)