mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
chore(site): preset pipeline — scan source directories instead of barrel files (#1333)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
d8cd59e0fd
commit
7daec38b88
@@ -553,10 +553,12 @@ export interface PresetSkinDef {
|
||||
|
||||
export interface PresetReference {
|
||||
name: string;
|
||||
description?: string;
|
||||
featureBundle: string;
|
||||
features: string[];
|
||||
html: {
|
||||
skins: PresetSkinDef[];
|
||||
mediaElement?: string;
|
||||
};
|
||||
react: {
|
||||
skins: PresetSkinDef[];
|
||||
|
||||
Reference in New Issue
Block a user