Further optimize CPU usage; Improve security and performance; 4 bug fixes.

This commit is contained in:
2026-02-05 17:45:34 +08:00
parent a779b002d7
commit 70b61fd8e6
10 changed files with 219 additions and 67 deletions

View File

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