add AI pick card

This commit is contained in:
clz
2026-07-27 17:22:29 +08:00
parent 30d9154086
commit 10dc2787df
14 changed files with 1453 additions and 5 deletions
@@ -279,6 +279,34 @@
{
"name": "market_ranking_15min_fall_speed",
"value": "15分钟跌速"
},
{
"name": "ai_pick_title",
"value": "AI选期"
},
{
"name": "ai_pick_loading",
"value": "数据加载中"
},
{
"name": "ai_pick_no_contract",
"value": "没有符合的合约"
},
{
"name": "ai_pick_main_contract",
"value": "主"
},
{
"name": "ai_pick_custom_strategy",
"value": "一句话定制策略"
},
{
"name": "ai_pick_custom_tag",
"value": "自编"
},
{
"name": "card_explain_confirm",
"value": "我知道了"
}
]
}
+29 -1
View File
@@ -3,6 +3,34 @@
{
"name": "page_show",
"value": "page from package"
},
{
"name": "ai_pick_title",
"value": "AI Picks"
},
{
"name": "ai_pick_loading",
"value": "Loading"
},
{
"name": "ai_pick_no_contract",
"value": "No matching contracts"
},
{
"name": "ai_pick_main_contract",
"value": "M"
},
{
"name": "ai_pick_custom_strategy",
"value": "Create a strategy"
},
{
"name": "ai_pick_custom_tag",
"value": "Custom"
},
{
"name": "card_explain_confirm",
"value": "Got it"
}
]
}
}
@@ -112,5 +112,31 @@
"explain_message": null,
"mod_data": [],
"bury_point": "marketRank"
},
"aiPick": {
"card_id": 5106,
"card_key": "futuresHomepageAIPickCard",
"title_type": 1,
"is_toggle": false,
"render_key": "ai-pick",
"card_size": 4,
"explain_title": "AI选期说明",
"explain_message": "1.合约数据更新说明:合约最新价和涨跌幅信息实时更新,无需手动刷新。\n2.符合策略的合约内容需要手动刷新。\n3.安卓3.96.1版本和苹果3.97.01版本以上已支持自定义选期。\n4.新版首页AI选期将与AI分组同步,默认取AI分组前5条。\n5.新版首页AI选期策略可在AI分组管理中可进行删减。",
"card_title": {
"value": "AI选期",
"type": "text"
},
"card_url": {
"ios": "",
"android": ""
},
"mod_data": [
{
"url": "https://ftapi.10jqka.com.cn/futgwapi/api/ai_diagnosis/home_strategy/v1/user_data",
"param_list": [""],
"req_desc": "http_get"
}
],
"bury_point": "aiPick"
}
}
+29 -1
View File
@@ -3,6 +3,34 @@
{
"name": "page_show",
"value": "page from package"
},
{
"name": "ai_pick_title",
"value": "AI选期"
},
{
"name": "ai_pick_loading",
"value": "数据加载中"
},
{
"name": "ai_pick_no_contract",
"value": "没有符合的合约"
},
{
"name": "ai_pick_main_contract",
"value": "主"
},
{
"name": "ai_pick_custom_strategy",
"value": "一句话定制策略"
},
{
"name": "ai_pick_custom_tag",
"value": "自编"
},
{
"name": "card_explain_confirm",
"value": "我知道了"
}
]
}
}