Skip to content

Commit

Permalink
朗读功能
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjianai committed Jun 16, 2024
1 parent d859f6d commit ed7b468
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/proxy/porxyWorker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export async function porxyWorker(request: Request, env: Env): Promise<Response>
) {
url.hostname = "copilot.microsoft.com"
}
// bing请求
if(p.startsWith("/opaluqu/")){
url.hostname = "www.bing.com"
}
// login请求
if (
p == "/GetCredentialType.srf" ||
Expand Down

0 comments on commit ed7b468

Please sign in to comment.