Remove duplicate docs button and localize docs copy

This commit is contained in:
2569718930@qq.com
2026-03-25 16:28:52 +08:00
parent 6d20d51bb9
commit b1ce479909
2 changed files with 2 additions and 11 deletions
@@ -101,15 +101,6 @@ export function HeaderBar() {
<span>{accountLabel}</span>
</Link>
<Link
href={docsHref}
className="info-btn"
title={t("header.infoAria")}
aria-label={t("header.infoAria")}
>
{t("header.info")}
</Link>
<div className="live-badge" id="liveBadge">
<span className="pulse-dot" />
<span>{t("header.live")}</span>
+2 -2
View File
@@ -62,7 +62,7 @@ export const DOCS_PAGES: DocsPage[] = [
id: "how-to-read",
title: "如何快速读懂主站",
blocks: [
{ type: "steps", items: ["先看今日气温预测图,确认当前实测、DEB 预测和峰值窗口。", "再看今日日内结构信号,判断现在是偏支持继续升温、偏压制,还是先观察。", "最后看市场对照与概率分布,判断市场是否已经把天气结构 price in。"] },
{ type: "steps", items: ["先看今日气温预测图,确认当前实测、DEB 预测和峰值窗口。", "再看今日日内结构信号,判断现在是偏支持继续升温、偏压制,还是先观察。", "最后看市场对照与概率分布,判断市场是否已经把天气结构计入价格。"] },
],
},
],
@@ -401,7 +401,7 @@ export const DOCS_PAGES: DocsPage[] = [
blocks: [
{
type: "paragraph",
text: "插件的多日预报已改为 DEB 优先显示。只有某一天没有 DEB 值时,才回退到原始 daily forecast max temp。",
text: "插件的多日预报已改为 DEB 优先显示。只有某一天没有 DEB 值时,才回退到原始的日最高温预报值。",
},
],
},