semantic markup update

This commit is contained in:
2026-01-18 21:29:54 +03:00
parent 1b863bea1b
commit c0505b4d4f
85 changed files with 7020 additions and 5953 deletions

View File

@@ -1,5 +1,10 @@
import { api } from '../lib/api';
// [DEF:load:Function]
/* @PURPOSE: Loads initial plugin data for the dashboard.
@PRE: None.
@POST: Returns an object with plugins or an error message.
*/
/** @type {import('./$types').PageLoad} */
export async function load() {
try {
@@ -15,3 +20,4 @@ export async function load() {
};
}
}
// [/DEF:load:Function]