36 lines
301 B
Lua
36 lines
301 B
Lua
local func_open = {
|
|
["bounty"]={
|
|
|
|
},
|
|
["task"]={
|
|
|
|
},
|
|
["act_level_gift"]={
|
|
|
|
},
|
|
["idle_drop"]={
|
|
|
|
},
|
|
["act_sevenday"]={
|
|
|
|
},
|
|
["mall"]={
|
|
|
|
},
|
|
["mall_daily"]={
|
|
|
|
},
|
|
["store_box"]={
|
|
|
|
},
|
|
["store_box_3"]={
|
|
|
|
},
|
|
["daily_challenge"]={
|
|
|
|
}
|
|
}
|
|
local config = {
|
|
data=func_open,count=10
|
|
}
|
|
return config |