From 8e186e19ad53bf516d31cd331f3e7bcd66082f26 Mon Sep 17 00:00:00 2001 From: shikong <919411476@qq.com> Date: Wed, 31 May 2023 21:45:04 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E5=90=88=20amis=20=E5=AE=9E=E7=8E=B0?= =?UTF-8?q?=E5=89=8D=E7=AB=AF=E7=95=8C=E9=9D=A2=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/pages/question.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/pages/question.json b/frontend/pages/question.json index 4d6c1e5..735520b 100644 --- a/frontend/pages/question.json +++ b/frontend/pages/question.json @@ -125,6 +125,7 @@ { "name": "explain", "label": "解析", + "type": "tpl", "body": "$explain" }, { @@ -137,7 +138,9 @@ }, { "name": "concise_explain", - "label": "简单解析" + "label": "简单解析", + "type": "tpl", + "body": "$concise_explain" }, { "name": "wrong_rate",