index.json
5.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"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
}
}
}
}
}
}
}