Add background embeding to module

This commit is contained in:
kwaroran
2024-07-10 17:03:43 +09:00
parent 3eafd786f6
commit 9a53bd642e
4 changed files with 29 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ export interface RisuModule{
id: string
lowLevelAccess?: boolean
hideIcon?: boolean
backgroundEmbedding?:string
}
export async function exportModule(module:RisuModule){