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

@ -81,7 +81,15 @@ module.exports = {
'text-primary': {
DEFAULT: 'rgb(var(--text-primary) / <alpha-value>)',
},
'text-secondary': 'var(--text-secondary)',
'text-primary-inverse': {
DEFAULT: 'rgb(var(--text-primary-inverse) / <alpha-value>)',
},
'text-secondary': {
DEFAULT: 'rgb(var(--text-secondary) / <alpha-value>)',
},
'text-secondary-inverse': {
DEFAULT: 'rgb(var(--text-secondary-inverse) / <alpha-value>)',
},
'text-disabled': 'var(--text-disabled)',
'text-input-tip': 'var(--text-input-tip)',
'border-default': 'var(--border-default)',