-
Notifications
You must be signed in to change notification settings - Fork 0
/
projectData.js
125 lines (125 loc) · 4.66 KB
/
projectData.js
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
const common1 = [
{
"id": 90,
"name": "xxx",
"description": "",
"visibility": "private",
"full_name": "xxx / frontend / xxx",
"created_at": "2022-04-20T10:43:47.209+08:00",
"updated_at": "2022-04-20T10:43:47.209+08:00",
"avatar_url": null,
"type": "group",
"can_edit": true,
"edit_path": "/groups/xxx/frontend/xxx/-/edit",
"relative_path": "/xxx/frontend/xxx",
"permission": "Owner",
"children_count": 5,
"parent_id": 32,
"subgroup_count": 0,
"project_count": 5,
"leave_path": "/groups/xxx/frontend/xxx/-/group_members/leave",
"can_leave": true,
"number_users_with_delimiter": "1",
"markdown_description": "",
children: [
{
"id": 160,
"name": "xxx-admin",
"description": "xxx管理平台",
"visibility": "private",
"full_name": "xxx / frontend / xxx / xxx-admin",
"created_at": "2022-04-21T16:08:36.691+08:00",
"updated_at": "2022-04-21T16:22:36.837+08:00",
"avatar_url": null,
"type": "project",
"can_edit": true,
"edit_path": "/xxx/frontend/xxx/xxx-admin/edit",
"relative_path": "/xxx/frontend/xxx/xxx-admin",
"permission": null,
"star_count": 0,
"archived": false,
"markdown_description": ""
},
{
"id": 139,
"name": "xxx-management",
"description": "xxx-PC\r\n支持CI/CD",
"visibility": "private",
"full_name": "xxx / frontend / xxx / xxx-management",
"created_at": "2022-04-21T14:49:49.581+08:00",
"updated_at": "2022-04-21T14:53:16.514+08:00",
"avatar_url": null,
"type": "project",
"can_edit": true,
"edit_path": "/xxx/frontend/xxx/xxx-management/edit",
"relative_path": "/xxx/frontend/xxx/xxx-management",
"permission": null,
"star_count": 0,
"archived": false,
"markdown_description": "<p data-sourcepos=\"1:1-2:11\" dir=\"auto\">xxx-PC
支持CI/CD</p>"
},
]
},
{
"id": 95,
"name": "xxx",
"description": "",
"visibility": "private",
"full_name": "xxx / frontend / xxx",
"created_at": "2022-04-20T14:03:49.557+08:00",
"updated_at": "2022-04-20T14:46:12.989+08:00",
"avatar_url": null,
"type": "group",
"can_edit": true,
"edit_path": "/groups/xxx/frontend/xxx/-/edit",
"relative_path": "/xxx/frontend/xxx",
"permission": null,
"children_count": 45,
"parent_id": 32,
"subgroup_count": 0,
"project_count": 45,
"leave_path": "/groups/xxx/frontend/xxx/-/group_members/leave",
"can_leave": false,
"number_users_with_delimiter": "1",
"markdown_description": "",
children: [
{
"id": 109,
"name": "xxx-h5",
"description": "h5xxx",
"visibility": "private",
"full_name": "xxx / frontend / xxx / xxx-h5",
"created_at": "2022-04-20T15:25:28.140+08:00",
"updated_at": "2022-04-20T15:25:44.346+08:00",
"avatar_url": null,
"type": "project",
"can_edit": true,
"edit_path": "/xxx/frontend/xxx/xxx-h5/edit",
"relative_path": "/xxx/frontend/xxx/xxx-h5",
"permission": null,
"star_count": 0,
"archived": false,
"markdown_description": "<p data-sourcepos=\"1:1-1:14\" dir=\"auto\">h5xxx</p>"
},
{
"id": 113,
"name": "xxx-h5-mini-parent",
"description": "xxx-H5-小程序-家长端",
"visibility": "private",
"full_name": "xxx / frontend / xxx / xxx-h5-mini-parent",
"created_at": "2022-04-20T15:45:54.487+08:00",
"updated_at": "2022-04-20T15:45:55.476+08:00",
"avatar_url": null,
"type": "project",
"can_edit": true,
"edit_path": "/xxx/frontend/xxx/xxx-h5-mini-parent/edit",
"relative_path": "/xxx/frontend/xxx/xxx-h5-mini-parent",
"permission": null,
"star_count": 0,
"archived": false,
"markdown_description": "<p data-sourcepos=\"1:1-1:26\" dir=\"auto\">xxx-H5-小程序-家长端</p>"
},
]
}
]
module.exports = common1