From 12eb3b96153a5039eb75579ffa3b85f1862769eb Mon Sep 17 00:00:00 2001 From: TBXark Date: Tue, 7 Mar 2023 13:46:33 +0800 Subject: [PATCH] =?UTF-8?q?-=20alert=EF=BC=9A=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=8D=B1=E9=99=A9=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.js | 7 ++----- dist/timestamp | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 95f767e0..56f2fde6 100644 --- a/dist/index.js +++ b/dist/index.js @@ -23,9 +23,9 @@ var ENV = { // 调试模式 DEBUG_MODE: false, // 当前版本 - BUILD_TIMESTAMP: 1678159364, + BUILD_TIMESTAMP: 1678167980, // 当前版本 commit id - BUILD_VERSION: "796dce4" + BUILD_VERSION: "6bd5596" }; var CONST = { PASSWORD_KEY: "chat_history_password" @@ -823,9 +823,6 @@ async function handleRequest(request) { if (pathname.startsWith(`/telegram`) && pathname.endsWith(`/webhook`)) { return telegramWebhookAction(request); } - if (pathname.startsWith(`/env`)) { - return new Response(JSON.stringify(ENV), { status: 200 }); - } return null; } diff --git a/dist/timestamp b/dist/timestamp index 44082e60..5d35a2ef 100644 --- a/dist/timestamp +++ b/dist/timestamp @@ -1 +1 @@ -1678159364 +1678167980