build: update code
This commit is contained in:
parent
a3bf8d8aaa
commit
5cb2c84715
@ -1,7 +1,6 @@
|
|||||||
#!/usr/bin/env python3
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
import re
|
import re
|
||||||
import sys
|
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
|
|
||||||
@ -43,6 +42,7 @@ def update_html_version(html_files, version):
|
|||||||
# 使用案例
|
# 使用案例
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import time
|
import time
|
||||||
|
|
||||||
t = str(int(time.time()))
|
t = str(int(time.time()))
|
||||||
|
|
||||||
# 指定目录
|
# 指定目录
|
||||||
|
Loading…
Reference in New Issue
Block a user