peko:替换正是域名,新增官网

This commit is contained in:
Dragon
2022-09-29 16:09:05 +08:00
parent 591c346091
commit 295de6a184
38 changed files with 46 additions and 45 deletions

View File

@@ -2,7 +2,7 @@ function render(templateId, templateData, target) {
var html = template(templateId, templateData);
target.innerHTML += html;
}
var tranUrl = 'https://api.lecheng163.com';
var tranUrl = 'https://api.pekolive.com';
function dateFormat(date, fmt) {
date = new Date(date);