Skip to content

Commit

Permalink
Merge pull request #13 from jianjianai/dev
Browse files Browse the repository at this point in the history
朗读功能
  • Loading branch information
jianjianai authored Jun 16, 2024
2 parents f088007 + ed7b468 commit 9e1be4f
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 9e1be4f

Please sign in to comment.