Remove the random testing plugin

This commit is contained in:
MotorTruck1221 2025-01-15 02:15:58 -07:00
parent 8b25af88e0
commit 009836647b
No known key found for this signature in database
GPG key ID: 08F417E2B8B61EA4

View file

@ -74,7 +74,7 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
payload: "retro.css", payload: "retro.css",
type: "theme" type: "theme"
}, },
{ /* {
package_name: 'gyatt', package_name: 'gyatt',
title: 'gyatt', title: 'gyatt',
image: 'gyatt', image: 'gyatt',
@ -84,7 +84,7 @@ async function setupDB(db: ModelStatic<CatalogModel>) {
tags: [ "e" ], tags: [ "e" ],
payload: "gyatt.js", payload: "gyatt.js",
type: "plugin-page" type: "plugin-page"
} } */
//To add plugins: plugin types consist of plugin-sw (workerware) & plugin-page (uv.config.inject) //To add plugins: plugin types consist of plugin-sw (workerware) & plugin-page (uv.config.inject)
]; ];
const dbItems = await db.findAll(); const dbItems = await db.findAll();