From 005dfa4ce70c3e2becf36d22e2ef33a829d09d32 Mon Sep 17 00:00:00 2001 From: SiteAgent Bot Date: Fri, 23 Jan 2026 14:12:09 +0800 Subject: [PATCH] manual save(2026-01-23 14:12) --- src/index.css | 23 ++++++++---- src/pages/Home.tsx | 88 ++++++++++++++++++++++++---------------------- 2 files changed, 63 insertions(+), 48 deletions(-) diff --git a/src/index.css b/src/index.css index 92648b9..1c61f6b 100644 --- a/src/index.css +++ b/src/index.css @@ -4,15 +4,26 @@ :root { --tf-text: #111111; - --tf-text-muted: #555555; + --tf-text-muted: #394b59; + --tf-text-subtle: #738296; + --tf-bg: #fafaf7; - --tf-bg-alt: #f5f5f2; - --tf-border: rgba(17, 17, 17, 0.12); - --tf-accent: #1b6b5a; + --tf-bg-alt: #fafaf7; + + --tf-border: #cdd9e5; + + --tf-accent: #1e5bb0; + --tf-accent-strong: #1e5bb0; + --tf-accent-soft: #ebf2fc; + --tf-accent-border: #4a89e8; + --tf-accent-link: #2c6ecb; + + --tf-surface: #f6f8fa; --tf-font-cn: "HarmonyOS Sans SC", "HarmonyOS Sans", "Source Han Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; - --tf-font-serif: "IBM Plex Serif", Charter, "Bitstream Charter", Georgia, "Times New Roman", Times, serif; + --tf-font-serif: "Source Han Serif SC", "Noto Serif CJK SC", "LXGW WenKai", "霞鹜文楷", "Songti SC", + "SimSun", "IBM Plex Serif", Charter, "Bitstream Charter", Georgia, "Times New Roman", Times, serif; --tf-font-ui: Inter, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; color: var(--tf-text); @@ -31,5 +42,5 @@ body { } ::selection { - background: color-mix(in srgb, var(--tf-accent) 18%, white); + background: var(--tf-accent-soft); } diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index 156e157..8dfadeb 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -32,16 +32,16 @@ const SectionWorldView: React.FC = () => {

全球化,正在进入高不确定性时代

-

+

市场、政策、数据与地缘风险同时叠加,
任何一次跨境决策的失误,代价都在被放大。

-

+

对中国企业而言,出海不再只是机会判断,
而是一项系统性能力挑战。 @@ -65,7 +65,7 @@ const SectionDecisionUncertainty: React.FC = () => {

困难的不是走向全球,而是如何在不确定中做出可控决策

@@ -73,7 +73,7 @@ const SectionDecisionUncertainty: React.FC = () => {
{questions.map((question) => (
-

{question}

+

{question}

))}
@@ -88,13 +88,14 @@ const SectionCoreThesis: React.FC = () => {

合规,不是成本。
- 它是增长的结构性杠杆。 + 它是增长的 + 结构性杠杆

-

+

当合规被前置并系统化,它决定的不是“能否避免风险”,
而是企业能否更快进入市场、建立信任,并实现可复制的增长。 @@ -110,7 +111,7 @@ const SectionMethodology: React.FC = () => {

这是在复杂现实中被反复验证的方法论

@@ -128,8 +129,8 @@ const SectionMethodology: React.FC = () => {
-
- +
+ Compliance as Growth —— 合规即增长 @@ -165,7 +166,7 @@ const SectionSystemOverview: React.FC = () => {

当问题复杂到无法依赖个人经验时,必须用系统解决

@@ -180,11 +181,13 @@ const SectionSystemOverview: React.FC = () => { {modules.map((module) => (
-
{module.name}
+
+ {module.name} +
Module

@@ -199,12 +202,14 @@ const SectionSystemOverview: React.FC = () => { } const SectionDiscoveryIntro: React.FC = () => { + const tags = ['每日晨报', '政策研究', '行业趋势', '深度报告'] + return (

Discovery,是我们的全球决策雷达

@@ -215,11 +220,15 @@ const SectionDiscoveryIntro: React.FC = () => { 并将大量碎片化信息,深度加工为可用于决策的判断。

-
- 每日晨报 - 政策研究 - 行业趋势 - 深度报告 +
+ {tags.map((tag) => ( + + {tag} + + ))}
@@ -239,7 +248,7 @@ const SectionMeasurableOutcome: React.FC = () => {

系统带来的,是可以被度量的确定性

@@ -249,7 +258,7 @@ const SectionMeasurableOutcome: React.FC = () => {
@@ -261,34 +270,33 @@ const SectionMeasurableOutcome: React.FC = () => { } const SectionTrustProof: React.FC = () => { + const logos = ['Gov', 'Enterprise', 'Consortium', 'ThinkTank', 'Academia', 'Partner'] + return (

被用于复杂场景,才有价值

-

+

图灵环流的能力,已在政府级项目及多行业实践中得到验证。

-
- {['政府级项目', '多行业实践', '高约束环境'].map((label) => ( +
+ {logos.map((label) => (
{label}
))}
- -

- 注:V1 首页仅做克制展示;具体案例请见 Proof。 -

) @@ -300,7 +308,7 @@ const SectionSoftCTA: React.FC = () => {

探讨你的全球化路径

@@ -308,32 +316,28 @@ const SectionSoftCTA: React.FC = () => {
- + 查看一份真实的全球决策示例 - + - + 与我们交流一个具体市场或业务场景 - +
- -

- 无营销化按钮、无弹层;V1 只提供低压力下一步。 -

)