换皮:新增peko

This commit is contained in:
Dragon
2022-09-27 15:34:30 +08:00
parent 3cf89feaa0
commit eca795c6a4
449 changed files with 21845 additions and 2202 deletions

View File

@@ -5,7 +5,7 @@ if (env == 'test') {
new VConsole();
}
let appName = '夜莺'
let appName = 'peko'
// 封装layer消息提醒框
let layerIndex
@@ -100,7 +100,7 @@ $(function () {
if(browser.android){
let channel = JSON.parse(pubInfo.deviceInfo).channel
if(channel.indexOf('toutiao') != -1 || channel.indexOf('kuaishou') != -1){
appName = '夜莺'
appName = 'peko'
}
}
}