Add new module and preset format

This commit is contained in:
kwaroran
2024-08-27 20:18:36 +09:00
parent c765cfabad
commit cce2f12033
8 changed files with 785 additions and 15 deletions

View File

@@ -51,9 +51,6 @@
if(data.type === ''){
downloadPreset(i, 'risupreset')
}
if(data.type === 'json'){
downloadPreset(i, 'json')
}
if(data.type === 'realm'){
$ShowRealmFrameStore = `preset:${i}`
}