1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

B站 前端页完善

This commit is contained in:
2022-07-28 23:13:21 +08:00
parent cf28f475e3
commit 1c70c88406
3 changed files with 239 additions and 6 deletions

View File

@@ -107,7 +107,8 @@ async function main() {
fs.writeFileSync(`${DATA_FOLDER}/latest.json`, JSON.stringify({
update_time: requestTimestamp,
update_time_friendly: now.substring(0, 19).replace(/T/g, " "),
data: data
data: data.list,
exp_str: data.exp_str,
}));
}