From 3195134b553f78aba1baadc1d080f164485330c7 Mon Sep 17 00:00:00 2001 From: n3rddd <119649988+n3rddd@users.noreply.github.com> Date: Sun, 23 Jun 2024 15:56:33 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E9=9B=B7=E8=92=99=E5=BD=B1=E8=A7=86.j?= =?UTF-8?q?s?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JN/dr_py/js/雷蒙影视.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JN/dr_py/js/雷蒙影视.js b/JN/dr_py/js/雷蒙影视.js index dde74f55..11ff581d 100644 --- a/JN/dr_py/js/雷蒙影视.js +++ b/JN/dr_py/js/雷蒙影视.js @@ -192,7 +192,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('$$$') } } }), @@ -297,4 +297,4 @@ var rule = { } } }), -} \ No newline at end of file +}