fix(update): append timestamp to GITHUB_RAW_URL for cache busting

This commit is contained in:
zimplexing
2025-08-15 18:10:55 +08:00
parent e83f9d68fc
commit 172815f926

View File

@@ -7,7 +7,7 @@ export const UPDATE_CONFIG = {
// GitHub相关URL
GITHUB_RAW_URL:
"https://ghfast.top/https://raw.githubusercontent.com/orion-lib/OrionTV/refs/heads/master/package.json",
`https://ghfast.top/https://raw.githubusercontent.com/orion-lib/OrionTV/refs/heads/master/package.json?t=${Date.now()}`,
// 获取平台特定的下载URL
getDownloadUrl(version: string): string {