Dev #22

Merged
zhangxiang merged 29 commits from dev into main 2026-08-20 12:16:07 +08:00
12 changed files with 3 additions and 2 deletions
Showing only changes of commit 56be17b0ba - Show all commits
+1
View File
@@ -175,6 +175,7 @@
- [x] **官网产品模块定位决策(2026-08-19)**:确认 IHG/字节式品牌矩阵方向(品牌宣传为主 + 产品矩阵聚合页保留 + 成熟产品外链独立站),已写入 CONTEXT.md / README.mdPhase 0 文档化 + Phase 2 矩阵页品牌化改造完成,Phase 3 全站核查通过,Phase 4 SEO 机制就绪
- [x] **方法论 CMS 化(Phase 4 信任证据·方法论骨架)**:新增 `methodology` 内容模型 + `/methodology` 页面骨架(Hero / 四阶段 / 空态 / CTA),首页 CTA「了解我们的方法论」指向 /methodologysitemap 收录,视觉基线已生成
- [x] **产品外链机制补全(对齐 Google / 字节 / 腾讯对标)**product 模型补 externalUrl 字段 + 企业套装详情页 redirect(复用 standalone 模板)+ 矩阵卡「外部站点」徽标;清理 3 个无引用 AoyagiReisho 字体文件(性能优化)
- [x] **首页 Hero 口号恢复(2026-08-19**:应用户偏好,H1 恢复为「让每一家企业都拥有数据驱动的决策能力」(seed hero-banner + home 兜底默认同步,db:seed 已生效),视觉基线三端更新
- [ ] **信任证据补齐(Phase 4 内容待办)**:首批客户共创案例与可量化成果——需提供真实素材后实施(零编造原则)
## 技术栈
Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 KiB

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 KiB

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 724 KiB

After

Width:  |  Height:  |  Size: 739 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

+1 -1
View File
@@ -586,7 +586,7 @@ async function main() {
slug: 'home',
title: '首页 Hero Banner',
eyebrow: '企业数字化转型',
heading: '从数据到决策,让转型可量化',
heading: '让每一家企业都拥有数据驱动的决策能力',
subheading: '公司成立于 2026 年 1 月,核心团队专注企业数字化,从战略规划到系统落地,致力于陪伴客户实现可衡量的业务改善。',
headingTop: '四川睿新致远科技有限公司',
headingBottom: '让技术成为业务增长引擎',
+1 -1
View File
@@ -104,7 +104,7 @@ function HeroSection({ heroData, stats }: {
}) {
const containerRef = useRef<HTMLDivElement>(null);
const heading = heroData?.heading || heroData?.headingBottom || '从数据到决策,让转型可量化';
const heading = heroData?.heading || heroData?.headingBottom || '让每一家企业都拥有数据驱动的决策能力';
const subheading = heroData?.subheading || heroData?.description || '';
const ctaLabel = heroData?.ctaLabel || '预约咨询';
const ctaHref = heroData?.ctaHref || '/contact';