We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e7ebf1 commit 84a7a92Copy full SHA for 84a7a92
2 files changed
CONTRIBUTING.md
@@ -1,14 +1,18 @@
1
### 更新日志
2
3
4
-
5
-#### JadeV2.1.5 - 2024-01-10
+#### JadeV2.1.6 - 2024-01-11
6
* 解决随机字符串的bug
7
---
8
+
9
<details onclose>
10
<summary>查看更多更新日志</summary>
11
12
+#### JadeV2.1.5 - 2024-01-10
13
+* 解决随机字符串的bug
14
+---
15
16
#### JadeV2.1.4 - 2024-01-10
17
* 新增计算文件大小函数
18
jade/jade_tools.py
@@ -18,6 +18,7 @@
import zipfile
19
import signal
20
import string
21
+import random
22
23
def zh_ch(string):
24
"""
0 commit comments