MCPcopy Create free account
hub / github.com/Semporia/Scripts / jdDreamFactory

Function jdDreamFactory

jd_dreamFactory.js:132–153  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

130 })
131
132async function jdDreamFactory() {
133 try {
134 await userInfo();
135 await QueryFriendList();//查询今日招工情况以及剩余助力次数
136 // await joinLeaderTuan();//参团
137 await helpFriends();
138 if (!$.unActive) return
139 // await collectElectricity()
140 await getUserElectricity();
141 await taskList();
142 await investElectric();
143 await QueryHireReward();//收取招工电力
144 await PickUp();//收取自家的地下零件
145 await stealFriend();
146 await tuanActivity();
147 await QueryAllTuan();
148 await exchangeProNotify();
149 await showMsg();
150 } catch (e) {
151 $.logErr(e)
152 }
153}
154
155
156// 收取发电机的电力

Callers 1

jd_dreamFactory.jsFile · 0.85

Calls 14

QueryFriendListFunction · 0.85
getUserElectricityFunction · 0.85
investElectricFunction · 0.85
QueryHireRewardFunction · 0.85
PickUpFunction · 0.85
stealFriendFunction · 0.85
tuanActivityFunction · 0.85
QueryAllTuanFunction · 0.85
exchangeProNotifyFunction · 0.85
userInfoFunction · 0.70
helpFriendsFunction · 0.70
taskListFunction · 0.70

Tested by

no test coverage detected