Skip to content

Commit bafcc08

Browse files
committed
0.11.0
新增MTDP对接,来自 https://www.nodeseek.com/post-188355-1
1 parent 73126c0 commit bafcc08

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

cloudflare-page/OneAPI-imgbed-MIX.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ <h2>File Upload</h2>
7777
<option value="vviptuangou">vviptuangou-国内CDN</option>
7878
<option value="da8m">da8m-国内CDN</option>
7979
<option value="aliex">AliEx-国内CDN国外Akamai-不提供账号请自行部署后端</option>
80-
<option value="mtdp">MTDP</option>
80+
<option value="mtdp">MTDP-国内CDN国外腾讯云CDN</option>
8181
</select>
8282
</div>
8383
<div class="form-check mb-2">

cloudflare-worker-js-api/API_IMG_mtdp.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// 来自 https://www.nodeseek.com/post-188355-1
12
async function handleMtDpRequest(request) {
23
console.log('Request received for DP upload:', request.url);
34

docs/History.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@
1616
- 20240908 新增 da8m,qts8,vviptuangou三个,均来自之前的10086,今天发现他改版了
1717
- 20240912 新增 ipfs-img对接,来自 https://www.nodeseek.com/post-158028-1 ,TGPH临时修复方案,来自 https://www.nodeseek.com/post-159355-1
1818
- 20241014 新增 AliEx对接,来自 https://jike.info/topic/36748/ ; 另外发现10086图床对CF IP进行了封禁 error "您的IP已被封禁,请联系管理员" ; 新增JDKF对接,来自即刻图床插件
19-
- 20241029 移除了几个不支持的,新增了一个图片Test页面 https://imgup.pages.dev/tools/test
19+
- 20241029 移除了几个不支持的,新增了一个图片Test页面 https://imgup.pages.dev/tools/test
20+
- 20241105 新增MTDP对接,来自 https://www.nodeseek.com/post-188355-1

0 commit comments

Comments
 (0)