完成迭代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,7 +5,7 @@ if (env == 'test') {
new VConsole();
}
let appName = 'peko'
let appName = 'piko'
// 封装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 = 'peko'
appName = 'piko'
}
}
}