Redesign web interface with custom CSS and simplified layout

This commit is contained in:
2025-02-14 09:33:02 -05:00
parent 76935668c9
commit 2558da9810
4 changed files with 190 additions and 90 deletions

View File

@@ -11,7 +11,10 @@ The repository itself is defined by a `repository.json` file with the following
"id": string,
"name": string,
"description": string?,
"url": string (URL),
"urls": {
"repository": string (URL),
"git": string (URL)?
},
"official": boolean,
"author": {
"name": string,
@@ -48,8 +51,6 @@ The repository itself is defined by a `repository.json` file with the following
},
"tags": string[],
"stats": {
"downloads": number,
"stars": number,
"plugins": number
}?
}