-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcriteria.json
38 lines (38 loc) · 1.68 KB
/
criteria.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
{
"pie":[
{
"build_type":"", # Official/Unofficial/nightly/weekly
"build_date":"",
"images":"images/rrpie
"device":"", # Device name to which device belongs
"code_name":"", # codename of the device if any
"thread_type":"", # XDA/4PDA/MiuiForum if nothing blank
"thread_link":"", # Link of the rom thread if any else leave blank
"developer_name":"",
"devloper_contact":"", # XDA profile link / telegram url (dont use @)
"group_link":"" #if you want to put any group link over there
},
{
"build_type":"", # Official/Unofficial/nightly/weekly
"build_date":"",
"device":"", # Device name to which device belongs
"code_name":"", # codename of the device if any
"thread_type":"", # XDA/4PDA/MiuiForum if nothing blank
"thread_link":"", # Link of the rom thread if any else leave blank
"developer_name":"",
"devloper_contact":"", # XDA profile link / telegram url (dont use @)
"group_link":"" #if you want to put any group link over there
},
{
"build_type":"", # Official/Unofficial/nightly/weekly
"build_date":"",
"device":"", # Device name to which device belongs
"code_name":"", # codename of the device if any
"thread_type":"", # XDA/4PDA/MiuiForum if nothing blank
"thread_link":"", # Link of the rom thread if any else leave blank
"developer_name":"",
"devloper_contact":"", # XDA profile link / telegram url (dont use @)
"group_link":"" #if you want to put any group link over there
}
]
}