mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
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:
@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user