Skip to content

Commit 33cfe4e

Browse files
authored
v1.5.0: 整合代码
1 parent ab35242 commit 33cfe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsdmAutoSignAndWork.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function delay(ms) {
4141
}
4242

4343
function autoSign() {
44-
startWorking('sign', 'dsu_paulsign:sign', '签到', 80, async (document, window) =>{
44+
startWorking('sign', 'dsu_paulsign:sign', '签到', 80, async (document, window) => {
4545
let error = document.querySelector('#ct_shell > div:nth-child(1) > h1:nth-child(1)');
4646
if (error) {
4747
return error.textContent;

0 commit comments

Comments
 (0)