Skip to content

Commit

Permalink
build: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
hanxi committed Jul 15, 2024
1 parent a3bf8d8 commit 5cb2c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-static-version.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

import re
import sys
from pathlib import Path


Expand Down Expand Up @@ -43,6 +42,7 @@ def update_html_version(html_files, version):
# 使用案例
if __name__ == "__main__":
import time

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

# 指定目录
Expand Down

0 comments on commit 5cb2c84

Please sign in to comment.