Add module comment

This commit is contained in:
kwaroran
2024-08-28 23:58:00 +09:00
parent 4ca51d62b0
commit cc03297a38

View File

@@ -66,6 +66,14 @@
<button class="text-textcolor2 hover:text-green-500 mr-2 cursor-pointer" use:tooltip={language.download} on:click={async (e) => {
e.stopPropagation()
exportModule(rmodule)
// const data = await alertCardExport('module')
// if(data.type === ''){
// exportModule(rmodule)
// }
// if(data.type === 'realm'){
// const index = $DataBase.modules.findIndex((v) => v.id === rmodule.id)
// $ShowRealmFrameStore = `module:${index}`
// }
}}>
<Share2Icon size={18}/>
</button>