Update product descriptions and fix quote issues
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

- Update multi-platform integration card description
- Update financial settlement card description
- Update contract and fund management card content
- Update vehicle operations management card content
- Update exception and after-sales handling card content
- Update settlement and reports card content
- Update vehicle archive section description
- Fix Chinese quotes to English quotes

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
王冕
2026-03-30 21:10:40 +08:00
parent c50eaed560
commit c159131bba

View File

@@ -231,7 +231,7 @@ const AssetManagementSystem = () => {
<Hero <Hero
badge="OneOS 核心产品" badge="OneOS 核心产品"
title="企业级资产管理中枢" title="企业级资产管理中枢"
subtitle="打通资产从采购入库”到“报废处置的全生命周期数据链,实现资产的可视化、精细化、智能化管理。" subtitle='打通资产从"采购入库"到"报废处置"的全生命周期数据链,实现资产的可视化、精细化、智能化管理。'
/> />
{/* Value Highlights */} {/* Value Highlights */}
@@ -259,7 +259,7 @@ const AssetManagementSystem = () => {
<FeatureCard <FeatureCard
icon={Smartphone} icon={Smartphone}
title="多端协同集成" title="多端协同集成"
description="支持PC管理后台 + 移动端扫码操作,可对接企业现有ERP、财务及OA系统。" description="支持PC管理后台+移动端操作,可对接企业现有财务系统,实现业财一体化。"
delay={0.4} delay={0.4}
/> />
</div> </div>
@@ -324,7 +324,7 @@ const AssetManagementSystem = () => {
{[ {[
{ icon: FileText, title: "源头管控", desc: "合同与风控。从客户签约到押金/租金收取,自动关联合同条款,确保资金安全。" }, { icon: FileText, title: "源头管控", desc: "合同与风控。从客户签约到押金/租金收取,自动关联合同条款,确保资金安全。" },
{ icon: Truck, title: "过程执行", desc: "车务管理。涵盖验车、交车、用车、还车等核心环节,数字化固化标准作业程序。" }, { icon: Truck, title: "过程执行", desc: "车务管理。涵盖验车、交车、用车、还车等核心环节,数字化固化标准作业程序。" },
{ icon: Settings, title: "资金结算", desc: "账务闭环。自动化生成应收应付账单,实现费用、违章、保险等精准核算。" } { icon: Settings, title: "资金结算", desc: "账务闭环。根据合同自动出账,打通财务系统,实现自动开票,应收/实收、应付/实付精准核算。" }
].map((step, i) => ( ].map((step, i) => (
<div key={i} className="bg-white p-8 rounded-3xl border border-slate-100 shadow-sm text-center"> <div key={i} className="bg-white p-8 rounded-3xl border border-slate-100 shadow-sm text-center">
<div className="w-16 h-16 bg-brand text-white rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg shadow-brand-muted"> <div className="w-16 h-16 bg-brand text-white rounded-2xl flex items-center justify-center mx-auto mb-6 shadow-lg shadow-brand-muted">
@@ -347,22 +347,22 @@ const AssetManagementSystem = () => {
{ {
title: "合同与资金管理", title: "合同与资金管理",
tag: "业务基石", tag: "业务基石",
items: ["合同全生命周期管理(创建、审批、变更、续签)", "资金流水透明化(租金、押金、违约金自动计算)", "多种支付方式支持,财务系统实时同步"] items: ["合同全生命周期管理(创建、审批、变更、续签)", "资金流水透明清晰(账单费用、能源费用、结算费用自动计算)", "支持多种支付模式及结算方式,财务系统实时同步收付款结果"]
}, },
{ {
title: "车务与现场管理", title: "车务与现场管理",
tag: "执行核心", tag: "执行核心",
items: ["标准化验车流程(拍照上传电子证据,规避纠纷)", "智能调度与交车(车辆状态实时更新,强制证件核对", "用车监控集成GPS实时位置与轨迹监控"] items: ["标准化验车流程(拍照上传电子证据,规避纠纷)", "智能调度与交车(支持一单多人同时交车,云端培训安全溯源", "用车监控集成GPS实时位置与轨迹监控"]
}, },
{ {
title: "异常与售后处理", title: "异常与售后处理",
tag: "风险兜底", tag: "风险兜底",
items: ["违章与事故处理(记录录入、查询与费用追偿)", "维保与年检自动提醒,形成车辆健康档案", "保险理赔流程清晰指引"] items: ["违章与事故处理(根据违章与事故记录,还车时费用自动追偿)", "维保与年检自动生成任务(避免车辆资产逾期未处理造成损失)", "保险采购及时提醒(避免保险不全带来运营风险)"]
}, },
{ {
title: "结算与报表", title: "结算与报表",
tag: "数据决策", tag: "数据决策",
items: ["自动化结算(根据里程、时长、违章自动生成结算单)", "多维数据分析看板(利用率、营收、信用分析", "辅助管理层精准决策"] items: ["自动化结算(根据车辆损耗、检查情况、能源费用自动生成结算单)", "多维数据分析看板(利用率、任务执行、营收、业绩等多维数据分析结果", "辅助管理层精准决策"]
} }
].map((mod, i) => ( ].map((mod, i) => (
<div key={i} className="bg-white p-10 rounded-[32px] border border-slate-200 shadow-sm"> <div key={i} className="bg-white p-10 rounded-[32px] border border-slate-200 shadow-sm">
@@ -400,7 +400,7 @@ const AssetManagementSystem = () => {
/> />
<div className="px-2"> <div className="px-2">
<h4 className="text-xl font-bold text-slate-900 mb-2">01. </h4> <h4 className="text-xl font-bold text-slate-900 mb-2">01. </h4>
<p className="text-brand font-medium mb-3"></p> <p className="text-brand font-medium mb-3">"任务流程一屏统管,业务处理高效协同。"</p>
<p className="text-slate-500 text-sm leading-relaxed"> <p className="text-slate-500 text-sm leading-relaxed">
</p> </p>
@@ -417,9 +417,9 @@ const AssetManagementSystem = () => {
/> />
<div className="px-2"> <div className="px-2">
<h4 className="text-xl font-bold text-slate-900 mb-2">02. </h4> <h4 className="text-xl font-bold text-slate-900 mb-2">02. </h4>
<p className="text-brand font-medium mb-3"></p> <p className="text-brand font-medium mb-3">"车辆全生命周期档案,一屏掌控所有细节"</p>
<p className="text-slate-500 text-sm leading-relaxed"> <p className="text-slate-500 text-sm leading-relaxed">
-/"前世今生"
</p> </p>
</div> </div>
</div> </div>
@@ -434,7 +434,7 @@ const AssetManagementSystem = () => {
/> />
<div className="px-2"> <div className="px-2">
<h4 className="text-xl font-bold text-slate-900 mb-2">03. </h4> <h4 className="text-xl font-bold text-slate-900 mb-2">03. </h4>
<p className="text-brand font-medium mb-3"></p> <p className="text-brand font-medium mb-3">"全链路业务闭环,覆盖车辆运营全生命周期。"</p>
<p className="text-slate-500 text-sm leading-relaxed"> <p className="text-slate-500 text-sm leading-relaxed">
</p> </p>
@@ -451,7 +451,7 @@ const AssetManagementSystem = () => {
/> />
<div className="px-2"> <div className="px-2">
<h4 className="text-xl font-bold text-slate-900 mb-2">04. </h4> <h4 className="text-xl font-bold text-slate-900 mb-2">04. </h4>
<p className="text-brand font-medium mb-3"></p> <p className="text-brand font-medium mb-3">"费用明细透明可视,构建信任结算体系。"</p>
<p className="text-slate-500 text-sm leading-relaxed"> <p className="text-slate-500 text-sm leading-relaxed">
ETC补缴 ETC补缴
</p> </p>
@@ -462,7 +462,7 @@ const AssetManagementSystem = () => {
<div className="md:col-span-2 bg-slate-50 rounded-[40px] p-8 md:p-12 overflow-hidden"> <div className="md:col-span-2 bg-slate-50 rounded-[40px] p-8 md:p-12 overflow-hidden">
<div className="max-w-4xl mb-12"> <div className="max-w-4xl mb-12">
<h4 className="text-2xl font-bold text-slate-900 mb-4">05. </h4> <h4 className="text-2xl font-bold text-slate-900 mb-4">05. </h4>
<p className="text-brand text-lg font-medium mb-4"></p> <p className="text-brand text-lg font-medium mb-4">"移动业务中枢,随时随地掌上办"</p>
<p className="text-slate-500 leading-relaxed mb-4"> <p className="text-slate-500 leading-relaxed mb-4">
线 线
</p> </p>