Add static website hosting

This commit is contained in:
2026-02-15 20:57:02 +08:00
parent 01e79e6993
commit 67f057ca1c
16 changed files with 1704 additions and 7 deletions

View File

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