Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yjrqz777 committed May 11, 2023
1 parent be5ad4d commit 16bf1cf
Show file tree
Hide file tree
Showing 9 changed files with 849 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tu.py
http.hcy
mt.py
1 change: 1 addition & 0 deletions 36270_1728150美团20-20.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@
time.sleep(0.03)
else:
print('领取成功,msg为:', msg)

323 changes: 323 additions & 0 deletions dyjsb/dyjsb2.js

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions dyjsb/ksjsb.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def login(phone, passwd):
else:
sleep(0)
pass
notify.send("nn加速器", messages)
notify.send("nn加速器", messages)


# 这里是多账号设置地方,单个账号就把账号2注释掉,多个账号自行增加代码
Expand Down
14 changes: 14 additions & 0 deletions times.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import datetime
import time


t = time.time()
t=int(t)

print (t) #秒级时间戳

stamp =1683597594
print(stamp)

times=datetime.datetime.fromtimestamp(stamp)
print(times)
1 change: 1 addition & 0 deletions tu.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
331 changes: 331 additions & 0 deletions xiaomi.py

Large diffs are not rendered by default.

145 changes: 145 additions & 0 deletions xmyd.py

Large diffs are not rendered by default.

0 comments on commit 16bf1cf

Please sign in to comment.