支持列表全部展开/折叠功能

This commit is contained in:
qiuchengw
2025-09-24 20:38:53 +08:00
parent 7309865af0
commit 16557a260e
5 changed files with 122 additions and 0 deletions
+4
View File
@@ -84,6 +84,8 @@ const messages = {
todayLocateTooltip: '定位到今天',
exportCsv: '导出 CSV',
exportPdf: '导出 PDF',
expandAll: '全部展开',
collapseAll: '全部折叠',
language: '中文',
languageTooltip: '选择语言',
lightMode: '明亮模式',
@@ -276,6 +278,8 @@ const messages = {
todayLocateTooltip: 'Locate to today',
exportCsv: 'Export CSV',
exportPdf: 'Export PDF',
expandAll: 'Expand All',
collapseAll: 'Collapse All',
language: 'English',
languageTooltip: 'Select language',
lightMode: 'Light Mode',