diff --git a/index.html b/index.html index 703cd48..6c47705 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@ .then(function (text) { text = text.replaceAll("\\", ""); console.log(text); - var split = text.split(`"createTime":"`); + var split = text.split(`"createTime":`); split = split[1].split(`"`); var formatted = dayjs