完成迭代1.10.0

This commit is contained in:
Dragon
2023-08-03 14:11:46 +08:00
parent d06a9136cc
commit 4a87f8e70f
178 changed files with 1026 additions and 1025 deletions

View File

@@ -5,18 +5,18 @@ let urlData = getQueryString()
let channelData = urlData.channel
//定义官方渠道包
const channelDict = {
'peko0': 'https://image.lecheng163.com/peko_peko0.apk',
'peko1': 'https://image.lecheng163.com/peko_peko1.apk',
'peko2': 'https://image.lecheng163.com/peko_peko2.apk',
'peko3': 'https://image.lecheng163.com/peko_peko3.apk',
'peko4': 'https://image.lecheng163.com/peko_peko4.apk',
'peko5': 'https://image.lecheng163.com/peko_peko5.apk',
'peko6': 'https://image.lecheng163.com/peko_peko6.apk',
'peko7': 'https://image.lecheng163.com/peko_peko7.apk',
'peko8': 'https://image.lecheng163.com/peko_peko8.apk',
'peko9': 'https://image.lecheng163.com/peko_peko9.apk',
'peko10': 'https://image.lecheng163.com/peko_peko10.apk',
'gongzhonghao': 'https://image.lecheng163.com/peko_gongzhonghao.apk',
'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',
'zhaohui': 'https://image.lecheng163.com/zhaohui.apk'
// 'baomihua01': 'https://image.lecheng163.com/accompany_release_v_213_1_baomihua01_sign.apk'
@@ -25,7 +25,7 @@ $(function () {
let version = checkVersion()
//判断url参数是否是与渠道包名一致
let androidUrl = null;
channelDict.hasOwnProperty(channelData) ? androidUrl = channelDict[channelData] : androidUrl = 'https://image.lecheng163.com/peko_official.apk';
channelDict.hasOwnProperty(channelData) ? androidUrl = channelDict[channelData] : androidUrl = 'https://image.lecheng163.com/piko_official.apk';
let iosUrl = 'http://doudouyue.com/8axv' //ios企业包
// let iosUrl = 'https://apps.apple.com/cn/app/id1571083482' //ios商店包