feat: add log cleanup time setting to system settings

This commit is contained in:
wxg0103 2025-10-11 14:34:34 +08:00
parent 8fb6b3bbbd
commit 0e3de5dfb8

View File

@ -18,6 +18,8 @@ class SettingType(models.IntegerChoices):
RSA = 1, "私钥秘钥"
LOG = 2, "日志清理时间"
class SystemSetting(AppModelMixin):
"""