Skip to content

Commit

Permalink
docs: 更新readme
Browse files Browse the repository at this point in the history
  • Loading branch information
397179459 committed Aug 17, 2023
1 parent ac842af commit 344ee9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ python3 main.py
## 请开发者喝咖啡
- 欢迎使用支付宝或微信请我喝咖啡(O.o)

![](resources/imgs/wxqr.png)

![](resources/imgs/zfbqr.jpg)
<img src="resources/imgs/wxqr.png" width="400">

<img src="resources/imgs/zfbqr.jpg" width="400">

## 特别感谢
技术思路:https://blog.csdn.net/weixin_47481826/article/details/128893239
Expand Down
1 change: 1 addition & 0 deletions encrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def aes_decrypt(self, content):
text = cipher.decrypt(content).decode('utf-8')
return text.rstrip(self.coding)


# if __name__ == '__main__':
# key = 'ONxYDyNaCoyTzsp83JoQ3YYuMPHxk3j7'
# iv = 'yNaCoyTzsp83JoQ3'
Expand Down

0 comments on commit 344ee9e

Please sign in to comment.