Marketplace: handle the new stuff!

This commit is contained in:
MotorTruck1221 2024-10-16 03:10:47 -06:00
parent 71ec6f76cc
commit 6d2ab6e0f9
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
10 changed files with 106 additions and 140 deletions

View file

@ -33,23 +33,23 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
{
package_name: 'com.nebula.gruvbox',
title: 'Gruvbox',
image: 'com.nebula.gruvbox.jpeg',
image: 'gruvbox.jpeg',
author: 'Nebula Services',
version: '1.0.0',
description: 'The gruvbox theme',
tags: ["Theme", "Simple"],
payload: "com.nebula.gruvbox.css",
payload: "gruvbox.css",
type: 'theme'
},
{
package_name: 'com.nebula.oled',
title: 'Oled theme',
image: 'com.nebula.oled.jpg',
image: 'oled.jpg',
author: 'Nebula Services',
version: '1.0.0',
description: 'A sleek & simple Oled theme for Nebula',
tags: ['Theme', 'Simple', 'Sleek'],
payload: 'com.nebula.oled.css',
payload: 'oled.css',
type: 'theme'
}
]