Add FakeProfileThemesAndEffects back

This commit is contained in:
thororen1234 2024-10-19 15:49:41 -04:00
parent 79a44729a0
commit 857e4ae872
13 changed files with 981 additions and 0 deletions

View file

@ -250,6 +250,7 @@ function isPluginFile({ name }: { name: string; }) {
plugins.push(data);
if (readme) readmes[data.name] = readme;
})
.sort()
));
const data = JSON.stringify(plugins);