MCPcopy Create free account
hub / github.com/Moli-X/Resources / sign

Function sign

Script/Elem/elemSign.js:89–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87sign()
88
89function sign() {
90
91 dosignhis().then((data) => {
92 if (hisresult) {
93 if (hisresult.has_signed_in_today) {
94 signresult = `签到结果: 重复❗ 已连续签到${hisresult.current_day+1}天`;
95 turnstr=turnstr+'无';
96 doNotify();
97 sy.done()
98 }
99 else {
100 dosign().then((data) => {
101 doturnover(1,200).then((data) => {
102 doshare().then((data) => {
103
104 doturnover(2,delay).then((data) => {
105
106 doNotify();
107 sy.done()
108 })
109 })
110 })
111 })
112 }
113 }
114 });
115}
116
117function dosign() {
118

Callers 1

elemSign.jsFile · 0.85

Calls 6

dosignhisFunction · 0.85
doNotifyFunction · 0.85
dosignFunction · 0.85
doturnoverFunction · 0.85
doshareFunction · 0.85
doneMethod · 0.45

Tested by

no test coverage detected