修改下载链接

This commit is contained in:
Dragon
2023-08-03 14:24:22 +08:00
parent 4a87f8e70f
commit 63c10b4e2a

View File

@@ -7,18 +7,18 @@ const urlPrefix = getUrlPrefix()
let channelData = urlData.channel
//定义官方渠道包
const channelDict = {
'piko0': 'https://image.lecheng163.com/piko_piko0.apk',
'piko1': 'https://image.lecheng163.com/piko_piko1.apk',
'piko2': 'https://image.lecheng163.com/piko_piko2.apk',
'piko3': 'https://image.lecheng163.com/piko_piko3.apk',
'piko4': 'https://image.lecheng163.com/piko_piko4.apk',
'piko5': 'https://image.lecheng163.com/piko_piko5.apk',
'piko6': 'https://image.lecheng163.com/piko_piko6.apk',
'piko7': 'https://image.lecheng163.com/piko_piko7.apk',
'piko8': 'https://image.lecheng163.com/piko_piko8.apk',
'piko9': 'https://image.lecheng163.com/piko_piko9.apk',
'piko10': 'https://image.lecheng163.com/piko_piko10.apk',
'gongzhonghao': 'https://image.lecheng163.com/piko_gongzhonghao.apk',
'poke0': 'https://image.lecheng163.com/poke_poke0.apk',
'poke1': 'https://image.lecheng163.com/poke_poke1.apk',
'poke2': 'https://image.lecheng163.com/poke_poke2.apk',
'poke3': 'https://image.lecheng163.com/poke_poke3.apk',
'poke4': 'https://image.lecheng163.com/poke_poke4.apk',
'poke5': 'https://image.lecheng163.com/poke_poke5.apk',
'poke6': 'https://image.lecheng163.com/poke_poke6.apk',
'poke7': 'https://image.lecheng163.com/poke_poke7.apk',
'poke8': 'https://image.lecheng163.com/poke_poke8.apk',
'poke9': 'https://image.lecheng163.com/poke_poke9.apk',
'poke10': 'https://image.lecheng163.com/poke_poke10.apk',
'gongzhonghao': 'https://image.lecheng163.com/poke_gongzhonghao.apk',
'zhaohui': 'https://image.lecheng163.com/zhaohui.apk'
// 'baomihua01': 'https://image.lecheng163.com/accompany_release_v_213_1_baomihua01_sign.apk'
@@ -115,6 +115,6 @@ $(function () {
}
})
$('.apk').click(function () {
window.location.href = 'https://img.pekolive.com/piko_official.apk'
window.location.href = 'https://img.pekolive.com/poke_official.apk'
})
})