Fix missing lifecycle configs; Remove Load more button; Remove batch dropdown; Add bucket policy Condition support

This commit is contained in:
2026-01-12 22:36:26 +08:00
parent e3509e997f
commit 433d291b4b
5 changed files with 99 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
from __future__ import annotations
APP_VERSION = "0.2.1"
APP_VERSION = "0.2.2"
def get_version() -> str: