限制每天使用量

This commit is contained in:
sijinhui
2024-05-25 21:14:21 +08:00
parent b3654cb4cf
commit a697822445
7 changed files with 54 additions and 12 deletions

View File

@@ -205,6 +205,6 @@ export function useGetMidjourneySelfProxyUrl(url: string) {
const accessStore = useAccessStore.getState();
console.log("useMjImgSelfProxy", accessStore.useMjImgSelfProxy);
console.log("---------", url);
// console.log("---------", url);
return url.replace("cdn.discordapp.com", "cdnig.duckagi.com");
}