Update 雷蒙直播.js

This commit is contained in:
n3rddd 2024-06-28 22:35:08 +08:00 committed by GitHub
parent cd37fc7faf
commit d4e2515208
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('$$$');