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:
Junyan Chin
2026-02-11 21:10:48 +08:00
committed by GitHub
parent 98d2eb6579
commit 2bf767d5f7
30 changed files with 258 additions and 1 deletions

View File

@ -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,
}