diff --git a/apps/blogai/components/header.tsx b/apps/blogai/components/header.tsx index 357e27f..bf52f2e 100644 --- a/apps/blogai/components/header.tsx +++ b/apps/blogai/components/header.tsx @@ -766,15 +766,23 @@ export function DetailPageHeader({ data }: { data: any }) { {showProgressBar && (progress !== "0%" || statusText) && ( -
-
- {loading ? "操作中..." : statusText} +
+ {/* 独立文字层 */} +
+ {loading ? "Processing..." : statusText}
+ + {/* 蓝色进度条 */} +
)} + + + +
);