优化:日报卡片底部添加「点击查看详情」跳转小程序
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user