This commit is contained in:
LINING-PC\lining
2025-06-28 21:20:50 +08:00
commit 5ba84d5309
57 changed files with 15687 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
// ToolbarConfig 类型定义
export interface ToolbarConfig {
showAddTask?: boolean
showAddMilestone?: boolean
showTodayLocate?: boolean
showExportCsv?: boolean
showExportPdf?: boolean
showLanguage?: boolean
showTheme?: boolean
showFullscreen?: boolean
}