-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
89 lines (72 loc) · 1.71 KB
/
config.toml
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
[__config__]
oldver = "old_ver.json"
newver = "new_ver.json"
[python-feeluown]
source = "github"
github = "feeluown/FeelUOwn"
use_latest_release = true
proxy = "http://localhost:7890"
http_timeout = 300
[python-fuo-download]
source = "github"
github = "feeluown/feeluown-download"
proxy = "http://localhost:7890"
http_timeout = 300
[python-fuo-kuwo]
source = "pypi"
pypi = "fuo-kuwo"
proxy = "http://localhost:7890"
http_timeout = 300
[python-fuo-netease]
source = "pypi"
pypi = "fuo-netease"
proxy = "http://localhost:7890"
http_timeout = 300
[python-fuo-qqmusic]
source = "pypi"
pypi = "fuo-qqmusic"
proxy = "http://localhost:7890"
http_timeout = 300
[python-janus]
source = "pypi"
pypi = "janus"
proxy = "http://localhost:7890"
[python-qasync]
source = "pypi"
pypi = "qasync"
proxy = "http://localhost:7890"
[genymotion]
source = "regex"
regex = "https\\:\\/\\/dl.genymotion.com\\/releases\\/genymotion\\-(\\d+\\.\\d+\\.\\d+)\\/genymotion\\-\\d+\\.\\d+\\.\\d+\\-linux\\_x64\\.bin"
url = "https://www.genymotion.com/product-desktop/download/#"
proxy = "http://localhost:7890"
[linuxqq]
source = "cmd"
cmd = "bash ./getlinuxqq.sh"
[zotero-beta]
source = "cmd"
cmd = "bash ./getzotero.sh"
[nali]
source = "github"
github = "zu1k/nali"
use_latest_release = true
proxy = "http://localhost:7890"
http_timeout = 3000
[ttf-nerd-fonts]
source = "github"
github = "ryanoasis/nerd-fonts"
use_latest_release = true
proxy = "http://localhost:7890"
http_timeout = 300
[uxplay]
source = "github"
github = "FDH2/UxPlay"
use_latest_release = true
proxy = "http://localhost:7890"
http_timeout = 300
[liteloader]
source = "github"
github = "LiteLoaderQQNT/LiteLoaderQQNT"
use_latest_release = true
proxy = "http://localhost:7890"
http_timeout = 3000