1
PPT
ila edited this page 2026-08-07 16:36:21 +08:00
This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

同步来源:docs/ppt/README.md · commit afc651f75a3a

老板汇报 PPT 与流程图

交付物

  • roubao-procurement-overview.pptx:8 页中文老板汇报。
  • roubao-procurement-overview.pdf:便于无演示软件环境直接预览和转发。
  • roubao-system-flow.svg:可继续编辑的独立流程图。
  • roubao-system-flow.png:适合直接插入聊天、文档或其他 PPT 的流程图。
  • assets/:PPT 使用的 T-202 已确认原型截图。
  • generate.cjs:可复现生成脚本。

PPT 的重点是业务作用、流程、安全边界和下一阶段决策,不把数据库或接口细节放在主 汇报页面。原型截图仅用于表达已确认布局和交互,不代表生产 UI 已完成。

页面结构

  1. 项目定位与当前阶段。
  2. 人工痛点和系统价值。
  3. 端到端流程图。
  4. AI 的受控使用方式。
  5. 管理 Web 与 Android 两端分工。
  6. 当前完成情况和路线图。
  7. 不下单、不支付等安全边界。
  8. 后置数据闭环和需要确认的资源。

重新生成

依赖安装在被 Git 忽略的 .local/,不会进入仓库:

npm install --prefix .local/ppt-tools --no-audit --no-fund `
  pptxgenjs@4.0.1 sharp@0.35.3
node docs/ppt/generate.cjs

Windows 已安装 PowerPoint/WPS 时,可将 PPTX 另存为 PDF 或导出每页图片做最终视觉 检查。若演示软件只能可靠导出 PDF,可安装本地渲染依赖后逐页检查:

npm install --prefix .local/ppt-tools --no-audit --no-fund `
  pdfjs-dist@6.1.200 @napi-rs/canvas@1.0.2
node docs/ppt/render-pdf.mjs `
  docs/ppt/roubao-procurement-overview.pdf .local/ppt-render
node docs/ppt/generate.cjs --montage `
  .local/ppt-render .local/ppt-render/montage.png

流程图使用 SVG 作为可编辑源,PNG 由同一脚本生成。