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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user