Revert "整理项目结构,优化配置项"

This reverts commit ab15cb1fc3.
This commit is contained in:
2024-07-15 15:18:39 +08:00
parent 13575fb2aa
commit 2f650dd880
33 changed files with 506 additions and 275 deletions

View File

@@ -0,0 +1,6 @@
from datetime import datetime
# 获取yyyy-MM-dd HH:mm:ss格式的当前时间
def get_default_datetime():
return datetime.now().strftime('%Y-%m-%d %H:%M:%S')