[feat] added gif in some selects

This commit is contained in:
kwaroran
2023-06-12 18:58:43 +09:00
parent 316d3be397
commit 174594532c

View File

@@ -611,7 +611,7 @@
<th class="font-medium cursor-pointer w-10">
<button class="hover:text-green-500" on:click={async () => {
if(currentChar.type === 'character'){
const da = await selectMultipleFile(['png', 'webp', 'mp4', 'mp3'])
const da = await selectMultipleFile(['png', 'webp', 'mp4', 'mp3', 'gif'])
currentChar.data.additionalAssets = currentChar.data.additionalAssets ?? []
if(!da){
return