Merge branch 'main' into feat/electric-border

This commit is contained in:
David
2025-08-22 22:17:36 +03:00
committed by GitHub
8 changed files with 1021 additions and 1 deletions

View File

@@ -106,6 +106,8 @@ const backgrounds = {
'galaxy': () => import('../demo/Backgrounds/GalaxyDemo.vue'),
'faulty-terminal': () => import('../demo/Backgrounds/FaultyTerminalDemo.vue'),
'light-rays': () => import('../demo/Backgrounds/LightRaysDemo.vue'),
'plasma': () => import('../demo/Backgrounds/PlasmaDemo.vue'),
'prism': () => import('../demo/Backgrounds/PrismDemo.vue'),
};
export const componentMap = {