Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesyy committed Oct 28, 2021
1 parent 8c37d1d commit d846e70
Show file tree
Hide file tree
Showing 7 changed files with 383 additions and 31 deletions.
50 changes: 27 additions & 23 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"jd_carnivalcity": 6,
"jd_city": 5,
"jd_fruit": [6, 12, 18],
"jd_city":5,
"jd_fruit":[6, 12 ,18],
"jx_sign": [8, 13],
"jd_bean_sign": [0],
"jd_cfd": [6, 8, 10, 12, 14, 16, 18, 20, 22],
Expand Down Expand Up @@ -55,21 +55,21 @@
"jd_zjb": [7],
"jd_car": [7],
"jd_ddworld": [9, 19],
"jd_zsign": [10],
"jd_genz": [13],
"jd_jmf": [9, 21],
"jd_zsign":[10],
"jd_genz":[13],
"jd_jmf": [9,21],
"jd_ttpt": [1],
"jd_yijia": [10],
"jd_daily_egg": 1,
"jd_GoldcoinToGift": [1, 9],
"jd_xsqjd": [10, 23],
"jd_ys": [2, 3],
"jd_jxdzz": [3],
"jd_jump": [0, 21],
"jd_GoldcoinToGift": [1,9],
"jd_xsqjd":[10,23],
"jd_ys":[2,3],
"jd_jxdzz":[3],
"jd_jump":[0, 21],
"jd_selectionOfficer": [10],
"jd_carnivalcity_help": [2, 10],
"jd_carnivalcity_help": [2,10],
"jd_lol": [10],
"jd_jika": [9, 23],
"jd_jika": [9,23],
"jd_zzt": [10],
"jd_bean_change": [17],
"jd_bookshop": [8, 12, 18],
Expand All @@ -81,15 +81,19 @@
"jd_price": [23],
"jd_joy_steal": 3,
"jd_kyd": [17, 21],
"params": {
"global": {
"timeout": 10
},
"jd_try": {
"timeout": 30
},
"jd_speed_sign": {
"timeout": 55
}
"params":
{
"global":
{
"timeout": 10
},
"jd_try":
{
"timeout": 30
},
"jd_speed_sign":
{
"timeout": 55
}
}
}
}
Loading

0 comments on commit d846e70

Please sign in to comment.