Update 雷蒙直播.js

This commit is contained in:
n3rddd 2024-06-28 22:41:20 +08:00 committed by GitHub
parent d4e2515208
commit 4aa563d733
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -412,9 +412,9 @@ var rule = {
let tabs = [];
for (let i = 0; i < groups.length; i++) {
if (i === 0) {
tabs.push(vod_name + ' | 雷蒙1');
tabs.push(vod_name + ' | ' + '雷蒙直播1');
} else {
tabs.push(` | 雷蒙${i + 1}`);
tabs.push(`雷蒙直播${i + 1}`);
}
}
vod_play_url = groups.map(it => it.join('#')).join('$$$');