增加了删除图片的功能。

This commit is contained in:
2025-11-27 16:42:13 +08:00
parent 970bf1c3ff
commit 88be46e79e
5 changed files with 216 additions and 1 deletions
+4
View File
@@ -71,3 +71,7 @@ TIME_SHORTCUTS = {
'最近7天': 7,
'最近30天': 30
}
# ======================== 删除配置 ========================
# 删除模式: 'remote' (仅删除MySQL生产库)
DELETE_MODE = 'remote'