Skip to content

Commit

Permalink
修复错误UUID提示
Browse files Browse the repository at this point in the history
  • Loading branch information
cmliu committed Dec 11, 2024
1 parent 56d5f59 commit 97cab9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 明文源码.js
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ export default {
} else {
if (env.URL302) return Response.redirect(env.URL302, 302);
else if (env.URL) return await 代理URL(env.URL, url);
else return new Response(``, { status: 404 });
else return new Response('不用怀疑!你UUID就是错的!!!', { status: 404 });
}
} else {
socks5Address = url.searchParams.get('socks5') || socks5Address;
Expand Down

0 comments on commit 97cab9b

Please sign in to comment.