Add task executor bar chart, add system version string (#11155)

### What problem does this PR solve?

- Add task executor bar chart
- Add read version string

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
Jimmy Ben Klieve
2025-11-11 15:20:37 +08:00
committed by GitHub
parent 26cf5131c9
commit 7dd9758056
16 changed files with 315 additions and 78 deletions

View File

@ -102,7 +102,7 @@
/* #161618 */
--text-primary: 22 22 24;
--text-secondary: #75787a;
--text-secondary: 117 120 122;
--text-disabled: #b2b5b7;
/* input placeholder color */
--text-input-tip: #b2b5b7;
@ -128,6 +128,10 @@
--bg-group: rgba(90, 183, 126, 0.1);
--bg-member: rgba(92, 150, 200, 0.1);
--bg-department: rgba(136, 102, 211, 0.1);
/* --*-inverse: colors in dark mode */
--text-primary-inverse: 246 246 247;
--text-secondary-inverse: 178 181 183;
}
.dark {
@ -236,12 +240,16 @@
/* #f6f6f7 */
--text-primary: 246 246 247;
--text-secondary: #b2b5b7;
--text-secondary: 178 181 183;
--text-disabled: #75787a;
--text-input-tip: #75787a;
--border-default: rgba(255, 255, 255, 0.2);
--border-accent: #ffffff;
--border-button: rgba(255, 255, 255, 0.1);
/* *-inverse: colors in light mode */
--text-primary-inverse: 22 22 24;
--text-secondary-inverse: 117 120 122;
}
}