mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 23:46:52 +08:00
### What problem does this PR solve? Feat: Automatically save agent canvas content Feat: Replace the link of the old version of the agent module #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -150,3 +150,9 @@ export enum Platform {
|
||||
FastGPT = 'FastGPT',
|
||||
Coze = 'Coze',
|
||||
}
|
||||
|
||||
export enum ThemeEnum {
|
||||
Dark = 'dark',
|
||||
Light = 'light',
|
||||
System = 'system',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user