-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpresetData.js
61 lines (61 loc) · 1.07 KB
/
presetData.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
exports.PRESET_MOVIE_DATA = [
{"text": {
"type": "plain_text",
"text": "Avatar"
},
"value": "19995"
},
{"text": {
"type": "plain_text",
"text": "Pirates of the Caribbean: At World's End"
},
"value": "285"
},
{"text": {
"type": "plain_text",
"text": "Spectre"
},
"value": "206647"
},
{"text": {
"type": "plain_text",
"text": "The Dark Knight Rises"
},
"value": "49026"
},
{"text": {
"type": "plain_text",
"text": "John Carter"
},
"value": "49529"
},
{"text": {
"type": "plain_text",
"text": "Spider-Man 3"
},
"value": "559"
},
{"text": {
"type": "plain_text",
"text": "Tangled"
},
"value": "38757"
},
{"text": {
"type": "plain_text",
"text": "Avengers: Age of Ultron"
},
"value": "99861"
},
{"text": {
"type": "plain_text",
"text": "Harry Potter and the Half-Blood Prince"
},
"value": "767"
},
{"text": {
"type": "plain_text",
"text": "Batman v Superman: Dawn of Justice"
},
"value": "209112"
}];