[feat] add persona

This commit is contained in:
kwaroran
2023-07-16 02:52:00 +09:00
parent 8a4aaadfd6
commit f6c5c8be9e
9 changed files with 238 additions and 73 deletions

View File

@@ -728,6 +728,10 @@ export function getUnpargeables(db:Database, uptype:'basename'|'pure' = 'basenam
}
}
}
db.personas.map((v) => {
addUnparge(v.icon)
})
return unpargeable
}