chore: sync marketing pages, CMS extensions, tests and project docs

同步工作区剩余变更,主要包括:
- 营销页面组件与布局持续优化(about/news/services/solutions/team 等)
- 详情页四层叙事组件、布局组件、UI 组件调整
- CMS 数据模型、API 路由、权限、工作流、站内通知、媒体管理扩展
- 新增/补充单元测试与 E2E 测试(cms-workflow.spec.ts 等)
- ESLint 9 迁移、jest/tsconfig 配置更新、依赖调整
- 新增 ADR、CMS 评估文档、Release Review / Acceptance 报告
- 移除水墨装饰组件与大体积未使用字体文件
This commit is contained in:
张翔
2026-07-25 08:04:01 +08:00
parent e35090b914
commit 10404dbb36
208 changed files with 18107 additions and 8330 deletions
+11 -11
View File
@@ -22,7 +22,7 @@ export interface HeroTheme {
export const HERO_THEMES: Record<string, HeroTheme> = {
erp: {
id: 'erp',
name: 'ERP 水墨雅致',
name: 'ERP',
gradientFrom: '#f8f6f3',
gradientTo: '#f0ebe4',
gradientAngle: 135,
@@ -34,7 +34,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
crm: {
id: 'crm',
name: 'CRM 水墨雅致',
name: 'CRM',
gradientFrom: '#f7f5f2',
gradientTo: '#eee9e2',
gradientAngle: 120,
@@ -46,7 +46,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
bi: {
id: 'bi',
name: 'BI 水墨雅致',
name: 'BI',
gradientFrom: '#f6f8fa',
gradientTo: '#eef1f5',
gradientAngle: 145,
@@ -58,7 +58,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
cms: {
id: 'cms',
name: 'CMS 水墨雅致',
name: 'CMS',
gradientFrom: '#f5f8f5',
gradientTo: '#eaf0ea',
gradientAngle: 130,
@@ -70,7 +70,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
sds: {
id: 'sds',
name: 'SDS 水墨雅致',
name: 'SDS',
gradientFrom: '#faf7f4',
gradientTo: '#f3ede5',
gradientAngle: 140,
@@ -82,7 +82,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
oa: {
id: 'oa',
name: 'OA 水墨雅致',
name: 'OA',
gradientFrom: '#f7f5fa',
gradientTo: '#efeaf5',
gradientAngle: 125,
@@ -94,7 +94,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
novavis: {
id: 'novavis',
name: 'NovaVis 水墨雅致',
name: 'NovaVis',
gradientFrom: '#f4fafa',
gradientTo: '#e8f3f3',
gradientAngle: 150,
@@ -106,7 +106,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
solution: {
id: 'solution',
name: '解决方案水墨雅致',
name: '解决方案',
gradientFrom: '#f8f6f3',
gradientTo: '#f0ebe4',
gradientAngle: 150,
@@ -117,7 +117,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
service: {
id: 'service',
name: '服务水墨雅致',
name: '服务',
gradientFrom: '#f7f5f2',
gradientTo: '#eee9e2',
gradientAngle: 135,
@@ -128,7 +128,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
security: {
id: 'security',
name: '安全产品水墨雅致',
name: '安全产品',
gradientFrom: '#faf5f5',
gradientTo: '#f5eded',
gradientAngle: 135,
@@ -140,7 +140,7 @@ export const HERO_THEMES: Record<string, HeroTheme> = {
},
default: {
id: 'default',
name: '默认水墨雅致',
name: '默认',
gradientFrom: '#f8f6f3',
gradientTo: '#f0ebe4',
gradientAngle: 140,