docs(site): add "No Skin" option to installation skin picker (#1525)

This commit is contained in:
Ronald Urbina
2026-06-18 12:07:23 -03:00
committed by GitHub
parent 07428519a5
commit 0b1491c30e
15 changed files with 146 additions and 44 deletions
+1
View File
@@ -0,0 +1 @@
import '../define/audio/player';
+1
View File
@@ -0,0 +1 @@
import '../define/video/player';
+2
View File
@@ -15,12 +15,14 @@ const buildModes: BuildMode[] = ['dev', 'prod'];
const presets = [
'video',
'video-headless',
'video-minimal',
'video-ui',
'video-minimal-ui',
'live-video',
'live-video-minimal',
'audio',
'audio-headless',
'audio-minimal',
'audio-ui',
'audio-minimal-ui',