v0.6.0: mark Climperor Web shell and SEO milestone.

Brand title uses self-hosted Noto Serif SC; document minor vs patch SITE_VERSION bumps.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
voson
2026-07-30 07:25:04 +08:00
co-authored by Cursor
parent 544ea42d40
commit 7c9e54e5eb
9 changed files with 45 additions and 10 deletions
+4 -1
View File
@@ -56,7 +56,7 @@ from shared.paths import (
from seo_prerender import DEFAULT_SITE_ORIGIN, write_seo_bundle
from serve_relations import WEB_DIR, build_payload
SITE_VERSION = "0.5.115"
SITE_VERSION = "0.6.0"
DEFAULT_OSS_BASE = "https://climperor.oss-cn-shanghai.aliyuncs.com"
@@ -221,6 +221,9 @@ def main() -> None:
src = WEB_DIR / name
if src.is_file():
shutil.copy2(src, out / name)
fonts_src = WEB_DIR / "fonts"
if fonts_src.is_dir():
shutil.copytree(fonts_src, out / "fonts")
# Cloudflare Pages Functions (functions/api/*.js -> /api/*).
functions_src = WEB_DIR / "functions"
n_functions = 0