This commit is contained in:
sijinhui
2024-05-14 19:04:27 +08:00
parent c2f563677e
commit 6449c925a7
2 changed files with 10 additions and 2 deletions

View File

@@ -204,5 +204,7 @@ export function getHeaders(isAzure?: boolean) {
export function useGetMidjourneySelfProxyUrl(url: string) {
const accessStore = useAccessStore.getState();
console.log("useMjImgSelfProxy", accessStore.useMjImgSelfProxy);
return url;
console.log("---------", url);
return url.replace("cdn.discordapp.com", "cdnig.duckagi.com");
}