From bf7b7b1518e300a536d87d84ad7f85726a97f6ee Mon Sep 17 00:00:00 2001 From: woodchen Date: Mon, 31 Jul 2023 18:26:08 +0800 Subject: [PATCH] update --- index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.html b/index.html index 536ab42..a896008 100644 --- a/index.html +++ b/index.html @@ -470,7 +470,6 @@ let currentDate = new Date(); const subscriptionData = await response.json(); - console.log("1:" + subscriptionData); const expiryDate = new Date(subscriptionData.access_until * 1000 + 8 * 60 * 60 * 1000); const formattedDate = `${expiryDate.getFullYear()}-${(expiryDate.getMonth() + 1).toString().padStart(2, '0')}-${expiryDate.getDate().toString().padStart(2, '0')}`; @@ -737,7 +736,6 @@ } - console.log('查看行信息', row) tableBody.appendChild(row); if (i === apiKeys.length - 1) {