Feat: new entry point for app creation (#10847)

This commit is contained in:
NFish 2024-12-13 17:29:09 +08:00 committed by GitHub
commit a725b8bb6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
93 changed files with 1368 additions and 592 deletions

View file

@ -201,14 +201,6 @@
@apply block w-6 h-6 bg-center bg-contain;
}
.githubIcon {
background-image: url("./apps/assets/github.svg");
}
.discordIcon {
background-image: url("./apps/assets/discord.svg");
}
/* #region new app dialog */
.newItemCaption {
@apply inline-flex items-center mb-2 text-sm font-medium;