feat: enhance description component, update property panel with tabs, and refine docs

This commit is contained in:
yuding
2025-12-22 16:41:24 +08:00
parent ed0414c75b
commit e1bb5558ff
19 changed files with 2640 additions and 1856 deletions

View File

@@ -39,11 +39,14 @@ export const enUS: TranslationDictionary = {
},
panel: {
property: {
title: 'Property Panel',
title: 'Component Details',
base: 'Basic Info',
material: 'Material',
advanced: 'Advanced'
advanced: 'Advanced',
tab: {
props: 'Properties',
material: 'Material'
}
}
}
};
};