mirror of
https://github.com/ZhuLinsen/daily_stock_analysis
synced 2026-09-20 10:53:33 +08:00
fix: 按需生成分享图并恢复基础设置中的选股开关
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user