Merge branch 'main' of https://github.com/kwaroran/RisuAI
This commit is contained in:
@@ -33,9 +33,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
onDestroy(() => {
|
onDestroy(() => {
|
||||||
if(DBState.db.moduleIntergration){
|
refreshModules()
|
||||||
refreshModules()
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
{#if mode === 0}
|
{#if mode === 0}
|
||||||
|
|||||||
@@ -268,9 +268,7 @@ function getModuleByIds(ids:string[]){
|
|||||||
modules.push(module)
|
modules.push(module)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if(db.moduleIntergration){
|
modules = deduplicateModuleById(modules)
|
||||||
modules = deduplicateModuleById(modules)
|
|
||||||
}
|
|
||||||
return modules
|
return modules
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user