InstalledPlugins

This commit is contained in:
MotorTruck1221 2025-01-12 02:00:11 -07:00
parent 4fe4efd95a
commit ddca0f3038
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4
3 changed files with 84 additions and 71 deletions

View file

@ -73,6 +73,17 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
tags: ["Theme", "Simple", "Dark", "Retro"],
payload: "retro.css",
type: "theme"
},
{
package_name: 'gyatt',
title: 'gyatt',
image: 'gyatt',
author: "nebuka",
version: "2",
description: "e",
tags: [ "e" ],
payload: "gyatt.js",
type: "plugin-page"
}
//To add plugins: plugin types consist of plugin-sw (workerware) & plugin-page (uv.config.inject)
];