Update version to 1.103.0

This commit is contained in:
kwaroran
2024-05-15 00:40:27 +09:00
parent 6eb6f4f131
commit 66d39dc247
4 changed files with 4 additions and 4 deletions

View File

@@ -933,7 +933,7 @@ export async function downloadRisuHub(id:string) {
type: "wait",
msg: "Downloading..."
})
const res = await fetch("https://realm.risuai.net/api/v1/download/png-v3/" + id + '?cross=true', {
const res = await fetch("https://realm.risuai.net/api/v1/download/png-v3/" + id + '?cors=true', {
headers: {
"x-risu-api-version": "4"
}