v1.1.0 - Trigger timeline scroll when TaskBar dragging; Add 'Day|Week|Month' timeline scale; Issues fixed.

This commit is contained in:
LINING-PC\lining
2025-07-08 20:03:04 +08:00
parent 11ee864d36
commit 9cc769c622
15 changed files with 1680 additions and 92 deletions

View File

@@ -188,6 +188,7 @@ interface ToolbarConfig {
showLanguage?: boolean // Show language switch button
showTheme?: boolean // Show theme switch button
showFullscreen?: boolean // Show fullscreen toggle button
showTimeScale?: boolean // Show time scale toggle buttons (Day|Week|Month)
}
```
@@ -327,7 +328,8 @@ const toolbarConfig = {
showTodayLocate: true,
showExportCsv: true,
showExportPdf: true,
showFullscreen: true
showFullscreen: true,
showTimeScale: true // Control visibility of Day|Week|Month time scale toggle buttons
}
// Custom locale messages