fix: align startup copy with 2026 founding and deploy hybrid rendering

- Replace fabricated 12-year/500+/8+ team experience claims with
  2026 founding, first-client co-creation, professional team wording
- Remove fake case studies and unverified certifications from seeds,
  cases page, products and ERP upgrade page
- Enable Next.js standalone output and production hybrid deployment
  (Dockerfile.prod, docker-compose.server.yml, Nginx nextjs upstream)
- Add linux-musl Prisma engine target and production crypto key build
- Sync production CMS database with cleaned seed content
This commit was merged in pull request #21.
This commit is contained in:
2026-08-17 20:21:39 +08:00
parent 700ce12602
commit 628a0f1a2b
37 changed files with 252 additions and 978 deletions
+4 -12
View File
@@ -28,11 +28,7 @@ export const STANDALONE_PRODUCTS: StandaloneProduct[] = [
{ metric: '内存占用降低', value: '70%', description: '相比传统方案显著优化' },
{ metric: '部署时间', value: '5分钟', description: '即插即用,快速启动' },
],
certifications: [
{ name: '等保三级', issuer: '公安部', link: '#' },
{ name: 'ISO 27001', issuer: '国际标准化组织', link: '#' },
{ name: '商用密码产品认证', issuer: '国家密码管理局', link: '#' },
],
certifications: [],
overview: '睿视 NovaVis 是我们即将推出的面向执法机关的新一代智能数据分析平台。以完全离线架构保障数据安全——所有计算均在本地完成,数据不出本地、不触网络。融合 AI 智能分析与专业关系网络图谱,提供资金追踪、团伙分析、时空碰撞等核心能力,让海量涉案数据秒级响应,为经济犯罪侦查、反腐败调查、涉黑涉恶打击等场景提供全链路数据分析支撑。',
features: [
'完全离线运行:零网络依赖,断网可用,金融级加密存储,U盘可携带即插即用',
@@ -42,7 +38,7 @@ export const STANDALONE_PRODUCTS: StandaloneProduct[] = [
'一键报告生成:PDF / Word 双格式输出,自定义报告模板,分析过程全留痕,满足执法证据要求',
],
benefits: [
'数据完全不出本地,从根本上杜绝泄露风险,满足最高等级安全合规要求',
'数据完全不出本地,从根本上杜绝泄露风险,保障数据安全可控',
'百万级数据秒级响应,相比传统工具分析效率提升 10 倍以上',
'向导式操作,非技术人员也能快速上手,单案分析从 3-5 天缩短至小时级',
'极具性价比,相比国际竞品(i2 等)成本降低一个数量级',
@@ -59,7 +55,7 @@ export const STANDALONE_PRODUCTS: StandaloneProduct[] = [
'完全离线运行,零网络依赖',
'支持 Windows 本地部署',
'金融级加密存储与传输',
'满足等保三级安全合规要求',
'金融级加密存储与传输',
'可选配本地大语言模型',
'提供 30 天免费全功能试用',
],
@@ -71,11 +67,7 @@ export const STANDALONE_PRODUCTS: StandaloneProduct[] = [
{ name: '内存占用优化', value: '降低70%', description: '相比传统方案显著降低资源消耗' },
{ name: '运行模式', value: '完全离线', description: '零网络依赖,数据不出本地' },
],
complianceCertifications: [
{ name: '等保三级', issuer: '公安部', standard: 'GB/T 22239-2019', validUntil: '2027-12', link: '#' },
{ name: 'ISO 27001', issuer: '国际标准化组织', standard: 'ISO/IEC 27001:2022', validUntil: '2026-06', link: '#' },
{ name: '商用密码产品认证', issuer: '国家密码管理局', standard: 'GM/T 0054', validUntil: '2027-03', link: '#' },
],
complianceCertifications: [],
deploymentCases: [],
},
];