第一次提交

This commit is contained in:
2026-04-03 09:56:14 +08:00
commit 60e2c8debd
3598 changed files with 746659 additions and 0 deletions

10
jeecgboot-vue3/types/main.d.ts vendored Normal file
View File

@@ -0,0 +1,10 @@
// 应用参数
export type MainAppProps = {
container?: HTMLElement;
// 隐藏侧边栏(菜单)
hideSider?: boolean;
// 隐藏顶部
hideHeader?: boolean;
// 隐藏 多Tab 切换
hideMultiTabs?: boolean;
}