对主题模板文件添加描述信息 在网站 \zb_users\theme\主题ID\ 文件夹下创建 template.json
{
"id": "主题ID",
"templates": [
{
"filename": "index",
"type": "list",
"name": "列表自动模板"
},
{
"filename": "single",
"type": "single",
"name": "文章/单页自动模板"
}
]
}