Add System page: server info, feature flags, GC and integrity scanner UI

This commit is contained in:
2026-03-14 20:27:57 +08:00
parent 31ebbea680
commit 6ed4b7d8ea
5 changed files with 630 additions and 4 deletions

View File

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