mirror of
https://github.com/BlueSkyXN/WorkerJS_CloudFlare_ImageBed.git
synced 2024-11-16 03:32:26 +08:00
0.9.20
阿里尝试修复
This commit is contained in:
parent
78fc32eed6
commit
d858aaea50
|
@ -72,7 +72,7 @@
|
|||
<select class="form-control" id="apiSelect">
|
||||
<option value="ipfs">IPFS-去中心化多网关兼容</option>
|
||||
<option value="58img">58img-定期删图</option>
|
||||
<option value="AliEx">Ali</option>
|
||||
<option value="aliex">Ali</option>
|
||||
<option value="tgphimg">TGPH-Debug通道</option>
|
||||
<option value="qst8">qst8-国内CDN</option>
|
||||
<option value="vviptuangou">vviptuangou-国内CDN</option>
|
||||
|
|
|
@ -63,7 +63,7 @@ async function handleRequest(request) {
|
|||
response = await handleTgphimgRequest(request);
|
||||
break;
|
||||
case '/upload/aliex':
|
||||
response = await handleAliExpressRequest(request);
|
||||
response = await handleAliExpressRequest(request, env);
|
||||
break;
|
||||
default:
|
||||
response = new Response('Not Found', { status: 404 });
|
||||
|
|
Loading…
Reference in New Issue
Block a user