配合 amis 实现前端界面显示

This commit is contained in:
shikong 2023-05-31 22:36:59 +08:00
parent bd61c42318
commit 1f9f930196

View File

@ -45,9 +45,6 @@
},
"columnsCount": 1,
"card": {
"header": {
"title": "<h3>$question</h3>"
},
"body": [
{
"name": "id",
@ -64,6 +61,11 @@
"label": "关键字",
"hidden": true
},
{
"type": "tpl",
"name": "question",
"tpl": "<h3>$question</h3>"
},
{
"name": "media_content",
"label": "图片",