feat: Add export without login

This commit is contained in:
kwaroran
2024-05-31 09:39:17 +09:00
parent 6b79ee872f
commit f24989c901
6 changed files with 8 additions and 16 deletions

View File

@@ -92,7 +92,7 @@
})
const getUrl = () => {
let url = `https://realm.risuai.net/upload?token=${tk}&token_id=${id}`
let url = tk ? `https://realm.risuai.net/upload?token=${tk}&token_id=${id}` : 'https://realm.risuai.net/upload'
if($ShowRealmFrameStore.startsWith('preset') || $ShowRealmFrameStore.startsWith('module')){
//TODO, add preset edit
}