Skip to content

Commit

Permalink
0.11.0
Browse files Browse the repository at this point in the history
新增MTDP对接,来自 https://www.nodeseek.com/post-188355-1
  • Loading branch information
BlueSkyXN committed Nov 5, 2024
1 parent 73126c0 commit bafcc08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudflare-page/OneAPI-imgbed-MIX.html
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ <h2>File Upload</h2>
<option value="vviptuangou">vviptuangou-国内CDN</option>
<option value="da8m">da8m-国内CDN</option>
<option value="aliex">AliEx-国内CDN国外Akamai-不提供账号请自行部署后端</option>
<option value="mtdp">MTDP</option>
<option value="mtdp">MTDP-国内CDN国外腾讯云CDN</option>
</select>
</div>
<div class="form-check mb-2">
Expand Down
1 change: 1 addition & 0 deletions cloudflare-worker-js-api/API_IMG_mtdp.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// 来自 https://www.nodeseek.com/post-188355-1
async function handleMtDpRequest(request) {
console.log('Request received for DP upload:', request.url);

Expand Down
3 changes: 2 additions & 1 deletion docs/History.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 20241029 移除了几个不支持的,新增了一个图片Test页面 https://imgup.pages.dev/tools/test
- 20241105 新增MTDP对接,来自 https://www.nodeseek.com/post-188355-1

0 comments on commit bafcc08

Please sign in to comment.