mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
feat: add Creators Platform helper for DSL upload and OAuth redirect (Vibe Kanban) (#32232)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@ -65,6 +65,7 @@ export type SystemFeatures = {
|
||||
}
|
||||
enable_trial_app: boolean
|
||||
enable_explore_banner: boolean
|
||||
enable_creators_platform: boolean
|
||||
}
|
||||
|
||||
export const defaultSystemFeatures: SystemFeatures = {
|
||||
@ -108,4 +109,5 @@ export const defaultSystemFeatures: SystemFeatures = {
|
||||
},
|
||||
enable_trial_app: false,
|
||||
enable_explore_banner: false,
|
||||
enable_creators_platform: false,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user