Fix UI/UX issues: lifecycle warnings, CORS tooltip, IAM overflow, config validation, JS maintenance

This commit is contained in:
2026-01-09 12:47:37 +08:00
parent a5d19e2982
commit c5d4b2f1cd
9 changed files with 3589 additions and 3508 deletions

View File

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