From 7e73de673e22615003fd5c1ffc6505a9bc2d3245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Wed, 22 May 2024 02:33:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4debug=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/script.js b/script.js index c918bf6e..2b8959fb 100644 --- a/script.js +++ b/script.js @@ -3379,14 +3379,13 @@ function initialize() { "Content-Length": new Blob([postBody], {type: "application/json"}).size, } }; - console.log(options); const response = await btnExternalSupport.asyncGM_xmlhttpRequest(options); if (response.status === 401) { alert(localTranslating.link_read_message.paddb_unauthorized); } else if (response.status === 200) { try { const result = JSON.parse(response.response); - console.debug("数据上传返回结果:%o",result); + console.debug("sanbon 数据上传返回结果:%o",result); if (result.success) { sanbonTeamId.value = `https://sanbon.me/${sanbonTranslateRegion(currentDataSource.code)}/team/${result.code}`; alert(localTranslating.link_read_message.paddb_success);