完成迭代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

@@ -51,7 +51,7 @@
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common2.js"></script>
<script>
$('.appname').html('peko')
$('.appname').html('piko')
getInfoFromClient()
let browser = checkVersion()
@@ -59,7 +59,7 @@
if (browser.android) {
let channel = JSON.parse(pubInfo.deviceInfo).channel
if (channel.indexOf('toutiao') != -1 || channel.indexOf('kuaishou') != -1) {
$('.appname').html('peko')
$('.appname').html('piko')
}
}
}