Add multiple icon support

This commit is contained in:
kwaroran
2024-05-26 02:37:25 +09:00
parent 8fe3c2d403
commit d3a180215d
3 changed files with 73 additions and 12 deletions

View File

@@ -807,6 +807,11 @@ export function getUnpargeables(db:Database, uptype:'basename'|'pure' = 'basenam
addUnparge(vit)
}
}
if(cha.ccAssets){
for(const asset of cha.ccAssets){
addUnparge(asset.uri)
}
}
}
}