添加折叠面板

This commit is contained in:
yuding
2025-12-22 15:39:58 +08:00
parent 005535a26d
commit ed0414c75b
29 changed files with 2759 additions and 1416 deletions

View File

@@ -16,6 +16,7 @@ export const enUS: TranslationDictionary = {
walkPerson: 'Person',
walkBird: 'Bird Eye',
walkMenu: 'Menu',
tree: 'Tree',
},
dialog: {
testTitle: 'Test Dialog',
@@ -35,5 +36,14 @@ export const enUS: TranslationDictionary = {
component: 'Component',
system: 'System',
space: 'Space',
}
};
},
panel: {
property: {
title: 'Property Panel',
base: 'Basic Info',
material: 'Material',
advanced: 'Advanced'
}
}
};