优化:日报卡片底部添加「点击查看详情」跳转小程序

This commit is contained in:
2026-04-03 18:02:04 +08:00
parent 07dfa5560e
commit 7c7246b4dc

View File

@@ -361,6 +361,14 @@ def _build_template_card(report: Dict) -> Dict:
},
"sub_title_text": sub_title,
"horizontal_content_list": kv_list,
"jump_list": [
{
"type": 2,
"title": "点击查看详情",
"appid": "wxb3dc42bb3017c3f2",
"pagepath": "pages/home/index",
},
],
"card_action": {
"type": 2,
"appid": "wxb3dc42bb3017c3f2",