feat: 完成 v0.6.0 墨呈品牌迁移

This commit is contained in:
SkyJourney
2026-08-02 10:09:14 +08:00
parent 58f87cc19f
commit 9a2aa3c341
39 changed files with 451 additions and 81 deletions
+6 -2
View File
@@ -44,6 +44,10 @@ import {
type PdfExportRequest
} from "./pdf-export";
import { APP_VERSION_LABEL } from "./app-version";
import {
APP_DISPLAY_NAME,
APP_SLOGAN
} from "./app-brand";
import { getSyncedScrollTop } from "./scroll-sync";
import {
loadPreviewZoom,
@@ -1487,9 +1491,9 @@ export function App() {
<header className="topbar">
<div className="topbar-primary">
<div className="topbar-brand">
<p className="eyebrow"></p>
<p className="eyebrow">{APP_SLOGAN}</p>
<div className="topbar-brand-title">
<h1>Markdown PDF </h1>
<h1>{APP_DISPLAY_NAME}</h1>
<span className="app-version">{APP_VERSION_LABEL}</span>
</div>
</div>