forked from Fndroid/surge-gen-jsbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
prefs.json
45 lines (45 loc) · 1014 Bytes
/
prefs.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
{
"title": "SETTINGS",
"groups": [
{
"title": "General",
"items": [
{
"title": "File Name",
"type": "string",
"key": "filename",
"value": "Fndroid.conf"
},
{
"title": "Export With",
"type": "list",
"key": "export",
"items": ["Share Sheet", "URL Scheme"],
"value": 0
},
{
"title": "URL Scheme",
"type": "list",
"key": "scheme",
"items": ["surge3", "surge", "surge-enterprise"],
"value": 0
}
]
},
{
"title": "Donate",
"items": [
{
"title": "Alipay",
"type": "script",
"value": "$app.openURL($qrcode.decode($file.read('assets/thankyou2.jpg').image))"
},
{
"title": "WeChat",
"type": "script",
"value": "$quicklook.open({image: $file.read('assets/thankyou.jpg').image})"
}
]
}
]
}