bkjxxxw/WebContent/static/simpleboot3/portal/index.json

121 lines
5.3 KiB
JSON
Raw Normal View History

2024-03-18 10:04:33 +08:00
{
"name": "首页",
"action": "portal/Index/index",
"description": "首页模板文件",
"order": 5.0,
"more": {
"vars": {
"top_slide": {
"title": "顶部幻灯片",
"value": "",
"type": "text",
"dataSource": {
"api": "admin/Slide/index",
"multi": false
},
"placeholder": "请选择顶部幻灯片",
"tip": "顶部幻灯片",
"rule": {
"require": true
}
}
},
"widgets": {
"features": {
"title": "快速了解ThinkCMF",
"display": "1",
"vars": {
"sub_title": {
"title": "副标题",
"value": "Quickly understand the ThinkCMF",
"type": "text",
"placeholder": "请输入副标题",
"tip": "",
"rule": {
"require": true
}
},
"features": {
"title": "特性介绍",
"value": [
{
"title": "MVC分层模式",
"icon": "bars",
"content": "使用MVC应用程序被分成三个核心部件模型M、视图V、控制器C他不是一个新的概念只是ThinkCMF将其发挥到了极致。"
},
{
"title": "用户管理",
"icon": "group",
"content": "ThinkCMF内置了灵活的用户管理方式并可直接与第三方站点进行互联互通如果你愿意甚至可以对单个用户或群体用户的行为进行记录及分享为您的运营决策提供有效参考数据。"
},
{
"title": "云端部署",
"icon": "cloud",
"content": "通过驱动的方式可以轻松支持云平台的部署让你的网站无缝迁移内置已经支持SAE、BAE正式版将对云端部署进行进一步优化。"
},
{
"title": "安全策略",
"icon": "heart",
"content": "提供的稳健的安全策略,包括备份恢复,容错,防治恶意攻击登陆,网页防篡改等多项安全管理功能,保证系统安全,可靠,稳定的运行。"
},
{
"title": "应用模块化",
"icon": "cubes",
"content": "提出全新的应用模式进行扩展不管是你开发一个小功能还是一个全新的站点在ThinkCMF中你只是增加了一个APP每个独立运行互不影响便于灵活扩展和二次开发。"
},
{
"title": "免费开源",
"icon": "certificate",
"content": "代码遵循Apache2开源协议免费使用对商业用户也无任何限制。"
}
],
"type": "array",
"item": {
"title": {
"title": "标题",
"value": "",
"type": "text",
"rule": {
"require": true
}
},
"icon": {
"title": "图标",
"value": "",
"type": "text"
},
"content": {
"title": "描述",
"value": "",
"type": "textarea"
}
},
"tip": ""
}
}
},
"last_news": {
"title": "最新资讯",
"display": "1",
"vars": {
"last_news_category_id": {
"title": "文章分类ID",
"value": "",
"type": "text",
"dataSource": {
"api": "portal/Category/index",
"multi": true
},
"placeholder": "请选择分类",
"tip": "",
"rule": {
"require": true
}
}
}
}
}
}
}