forked from panan183panan/react-form-tml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
127 lines (127 loc) · 3.38 KB
/
db.json
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
121
122
123
124
125
126
127
{
"users": [
{
"id": 1,
"username": "652ebef2da543aed912acb16fd4795e7",
"password": "675a3867bd36ed867d480551c1000dc4",
"email": "5827f9787117df15787d141ba5839c2892acc9122f1323094acc92220b913549"
},
{
"id": 2,
"username": "03d2bafbace52cf2a77f9fbaa04ee8da",
"password": "675a3867bd36ed867d480551c1000dc4",
"email": "5827f9787117df15787d141ba5839c2892acc9122f1323094acc92220b913549"
},
{
"id": "b454d8c3-d991-48cd-bb04-efa64af057bd",
"username": "3628cea51a02c9d5f65dc678b9465757",
"password": "fd3bd0f4d38b5ce37ba8def81cfbfb69",
"email": "5827f9787117df15787d141ba5839c2892acc9122f1323094acc92220b913549"
}
],
"list": [
{
"id": 1,
"username": "652ebef2da543aed912acb16fd4795e7",
"name": "hello",
"title": "My First Page",
"type": "page",
"icon": "PieChartOutlined",
"body": {
"type": "object",
"labelWidth": 120,
"displayType": "row",
"properties": {
"input_PwNAD0": {
"title": "输入框",
"type": "string",
"x-component-props": {},
"name": "input_PwNAD0",
"key": "input_PwNAD0",
"props": {}
},
"date_0nLbEp": {
"title": "日期选择",
"type": "string",
"format": "date",
"name": "date_0nLbEp",
"key": "date_0nLbEp"
},
"checkbox_HLgWIy": {
"title": "是否选择",
"type": "boolean",
"x-component": "checkbox",
"name": "checkbox_HLgWIy",
"key": "checkbox_HLgWIy"
},
"textarea_tVNVPV": {
"title": "编辑框",
"type": "string",
"format": "textarea",
"props": {}
}
}
}
},
{
"username": "652ebef2da543aed912acb16fd4795e7",
"id": "b8e0638a94f44b1299b95c1325de2f5b",
"body": {
"type": "object",
"labelWidth": 120,
"displayType": "row",
"properties": {
"inputName": {
"title": "简单输入框",
"type": "string"
},
"input_VJO14d": {
"title": "输入框",
"type": "string",
"props": {}
},
"switch_JKaxpd": {
"title": "是否选择",
"type": "boolean",
"widget": "switch"
}
}
},
"name": "project2",
"title": "悠悠汉字千年情",
"icon": "PieChartOutlined"
},
{
"username": "652ebef2da543aed912acb16fd4795e7",
"id": "38e21d57f8084f7ab7b3aa65980c4840",
"body": {
"type": "object",
"properties": {
"image_9-DrP9": {
"title": "图片展示",
"type": "string",
"format": "image",
"index": 0
},
"checkbox_YQmA0D": {
"title": "是否选择",
"type": "boolean",
"widget": "checkbox"
},
"number_C4rHMQ": {
"title": "数字输入框",
"type": "number"
},
"date_9DYIGz": {
"title": "日期选择",
"type": "string",
"format": "date"
}
}
},
"name": "project3",
"title": "硝化细菌",
"icon": "TeamOutlined"
}
]
}