This commit is contained in:
Yansong Zhang 2026-01-21 10:20:03 +08:00
parent ee0e646e39
commit fc65cfbc3f
1 changed files with 1 additions and 0 deletions

View File

@ -239,6 +239,7 @@ class FeatureService:
and getattr(dify_config, f"HOSTED_{provider.upper()}_TRIAL_ENABLED", False)
)
]
@classmethod
def _fulfill_params_from_env(cls, features: FeatureModel):
features.can_replace_logo = dify_config.CAN_REPLACE_LOGO