fix: 按需生成分享图并恢复基础设置中的选股开关

This commit is contained in:
zhulinsen
2026-08-02 20:59:13 +08:00
committed by GitHub
parent e430fcfe48
commit 3c849dec19
13 changed files with 103 additions and 107 deletions

View File

@@ -877,7 +877,7 @@ _FIELD_DEFINITIONS: Dict[str, Dict[str, Any]] = {
"SCREENING_ENABLED": {
"title": "Built-in Stock Screening",
"description": "Enable DSA's built-in stock screening tab. The implementation is based on AlphaSift and maintained as part of DSA. Disabled by default.",
"category": "data_source",
"category": "base",
"data_type": "boolean",
"ui_control": "switch",
"is_sensitive": False,
@@ -887,7 +887,7 @@ _FIELD_DEFINITIONS: Dict[str, Dict[str, Any]] = {
"options": [],
"validation": {},
"display_order": 17,
"help_key": "settings.data_source.SCREENING_ENABLED",
"help_key": "settings.base.SCREENING_ENABLED",
"examples": [
"SCREENING_ENABLED=false",
"SCREENING_ENABLED=true",