Update 雷蒙影视.js

This commit is contained in:
n3rddd 2024-06-22 00:15:03 +08:00 committed by GitHub
parent 7182c5631d
commit 832bf2195b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,7 +187,7 @@ var rule = {
let data = json.list;
VOD = data[0];
if (current_vod && current_vod.type_name) {
VOD.vod_play_from = VOD.vod_play_from.split('$$$').map(it => current_vod.type_name + '|' + it).join('$$$')
VOD.vod_play_from = VOD.vod_play_from.split('$$$').map(it => '雷蒙影视 | ' + it).join('$$$')
}
}
}),