Skip to content

Commit 97cab9b

Browse files
committedDec 11, 2024
修复错误UUID提示
1 parent 56d5f59 commit 97cab9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎明文源码.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ export default {
200200
} else {
201201
if (env.URL302) return Response.redirect(env.URL302, 302);
202202
else if (env.URL) return await 代理URL(env.URL, url);
203-
else return new Response(``, { status: 404 });
203+
else return new Response('不用怀疑!你UUID就是错的!!!', { status: 404 });
204204
}
205205
} else {
206206
socks5Address = url.searchParams.get('socks5') || socks5Address;

0 commit comments

Comments
 (0)