From bafcc083e586ae907c215865eed72d25e996fa04 Mon Sep 17 00:00:00 2001
From: BlueSkyXN <63384277+BlueSkyXN@users.noreply.github.com>
Date: Tue, 5 Nov 2024 11:26:40 +0800
Subject: [PATCH] 0.11.0
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
新增MTDP对接,来自 https://www.nodeseek.com/post-188355-1
---
cloudflare-page/OneAPI-imgbed-MIX.html | 2 +-
cloudflare-worker-js-api/API_IMG_mtdp.js | 1 +
docs/History.md | 3 ++-
3 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/cloudflare-page/OneAPI-imgbed-MIX.html b/cloudflare-page/OneAPI-imgbed-MIX.html
index e56ed0d..2b1d784 100644
--- a/cloudflare-page/OneAPI-imgbed-MIX.html
+++ b/cloudflare-page/OneAPI-imgbed-MIX.html
@@ -77,7 +77,7 @@
-
+
diff --git a/cloudflare-worker-js-api/API_IMG_mtdp.js b/cloudflare-worker-js-api/API_IMG_mtdp.js
index 236e78a..f9d03d8 100644
--- a/cloudflare-worker-js-api/API_IMG_mtdp.js
+++ b/cloudflare-worker-js-api/API_IMG_mtdp.js
@@ -1,3 +1,4 @@
+// 来自 https://www.nodeseek.com/post-188355-1
async function handleMtDpRequest(request) {
console.log('Request received for DP upload:', request.url);
diff --git a/docs/History.md b/docs/History.md
index fe82487..41c0f35 100644
--- a/docs/History.md
+++ b/docs/History.md
@@ -16,4 +16,5 @@
- 20240908 新增 da8m,qts8,vviptuangou三个,均来自之前的10086,今天发现他改版了
- 20240912 新增 ipfs-img对接,来自 https://www.nodeseek.com/post-158028-1 ,TGPH临时修复方案,来自 https://www.nodeseek.com/post-159355-1
- 20241014 新增 AliEx对接,来自 https://jike.info/topic/36748/ ; 另外发现10086图床对CF IP进行了封禁 error "您的IP已被封禁,请联系管理员" ; 新增JDKF对接,来自即刻图床插件
-- 20241029 移除了几个不支持的,新增了一个图片Test页面 https://imgup.pages.dev/tools/test
\ No newline at end of file
+- 20241029 移除了几个不支持的,新增了一个图片Test页面 https://imgup.pages.dev/tools/test
+- 20241105 新增MTDP对接,来自 https://www.nodeseek.com/post-188355-1
\ No newline at end of file