修复未登录720p

This commit is contained in:
develop202
2026-02-12 13:47:15 +08:00
parent 0863762695
commit dc1bae808e
2 changed files with 5 additions and 1 deletions

View File

@@ -145,7 +145,7 @@ async function getAllURL() {
const updateTime = new Date(result?.timestamp + (8 * 60 * 60 * 1000))
const updateTimeStr = `更新日期: ${updateTime.getFullYear()}-${updateTime.getMonth() + 1}-${updateTime.getDate()} ${String(updateTime.getHours()).padStart(2, "0")}:${String(updateTime.getMinutes()).padStart(2, "0")}:${String(updateTime.getSeconds()).padStart(2, "0")}`
channelsURLM3U.push(`#EXTINF:-1 tvg-id="${channel?.title}" tvg-name="${channel?.title}" tvg-logo="" group-title="${channel?.province}",${updateTimeStr}\n${decryptURL}`)
channelsURLTXT.push(`更新日期: ${updateTimeStr},${decryptURL}`)
channelsURLTXT.push(`${updateTimeStr},${decryptURL}`)
}
channelsURLM3U.push(channelURLM3U)
channelsURLTXT.push(channelURLTXT)