链接缓存问题
This commit is contained in:
parent
64beed9c4e
commit
1f09babe86
@ -17,7 +17,7 @@ interface UpdateInfo {
|
||||
updateLogs: string[];
|
||||
}
|
||||
|
||||
const UPDATE_JSON_URL = "https://powerfun.oss-cn-shanghai.aliyuncs.com/yecongdfu/apks/update.json";
|
||||
const UPDATE_JSON_URL = `https://powerfun.oss-cn-shanghai.aliyuncs.com/yecongdfu/apks/update.json?t=${Date.now()}`;
|
||||
|
||||
const compareVersions = (latest: string, current: string): boolean => {
|
||||
const latestParts = latest.split(".").map(Number);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user