换皮:新增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

@@ -2,7 +2,7 @@ function render(templateId, templateData, target) {
var html = template(templateId, templateData);
target.innerHTML += html;
}
var tranUrl = 'https://yeying.api.shengxuanwangluo.com/';
var tranUrl = 'https://api.lecheng163.com';
function dateFormat(date, fmt) {
date = new Date(date);
@@ -124,7 +124,7 @@ function checkVersion() {
webApp: u.indexOf('Safari') > -1, //是否web应该程序没有头部与底部
weixin: u.indexOf('MicroMessenger') > -1, //是否微信
qq: u.match(/\sQQ/i) == " qq", //是否QQ
tutuApp: u.match('tutuApp'),
pekoApp: u.match('pekoApp'),
app: u.match('tutuApp') //是否在app内
};
}