mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-16 22:13:47 +08:00
暂存
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user