Skip to content

Commit

Permalink
修复音乐创作无法正常使用
Browse files Browse the repository at this point in the history
修复音乐创作无法正常使用
  • Loading branch information
jianjianai authored Jun 12, 2024
2 parents 6be51db + cfd5a0d commit 92b40d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default {
p.startsWith("/images/") ||
p.startsWith("/idp/") ||
p.startsWith("/cdx/") ||
p.startsWith("/pwa/")
p.startsWith("/pwa/") ||
p.startsWith("/videos/")
){
url.hostname = "copilot.microsoft.com"
}
Expand Down

0 comments on commit 92b40d9

Please sign in to comment.