feishu-cli-visual

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

飞书可视化与展示

Feishu Visualization and Display

加载工作流后,将其中
references/
scripts/
templates/
examples/
相对路径按该
workflow.md
所在目录解析;执行脚本时使用解析后的实际路径,不要依赖当前 shell 目录。
先读 dataviz 选择载体;用户已明确载体时直接读取对应工作流。
After loading the workflow, resolve the relative paths of
references/
,
scripts/
,
templates/
, and
examples/
according to the directory where the
workflow.md
is located; use the resolved actual path when executing scripts, and do not rely on the current shell directory.
First read dataviz to select the carrier; directly read the corresponding workflow when the user has specified the carrier.

路由

Routing

意图读取文件
未指定载体的数据图表、配色和形式选择
references/workflows/dataviz/workflow.md
静态画板、可编辑节点、SVG、Mermaid/PlantUML
references/workflows/board/workflow.md
创建或修改 Slides 演示文稿
references/workflows/slides/workflow.md
文档内动态、交互、CSS/JS、ECharts、3D
references/workflows/htmlbox/workflow.md
把 HTML 发布为妙搭应用
references/workflows/apps/workflow.md
IntentFile to Read
Selection of data charts, color schemes and forms without specified carrier
references/workflows/dataviz/workflow.md
Static whiteboard, editable nodes, SVG, Mermaid/PlantUML
references/workflows/board/workflow.md
Create or modify Slides presentations
references/workflows/slides/workflow.md
Dynamic, interactive, CSS/JS, ECharts, 3D in documents
references/workflows/htmlbox/workflow.md
Publish HTML as Miaoda application
references/workflows/apps/workflow.md

载体边界

Carrier Boundaries

  • 要动态或交互:htmlbox。
  • 要静态且节点可编辑:board。
  • 要演示文稿:slides。
  • 要独立可分享 HTML 应用:apps。
  • 要消息通知卡片:
    feishu-cli-messaging
    的 card 工作流。
改动色板或底色后运行本 Skill 的 dataviz 校验脚本;原样使用已校验色板无需重复验证。
  • For dynamic or interactive needs: htmlbox.
  • For static and editable nodes: board.
  • For presentations: slides.
  • For independent shareable HTML applications: apps.
  • For message notification cards: card workflow of
    feishu-cli-messaging
    .
Run the dataviz verification script of this Skill after modifying the color palette or background color; there is no need to re-verify when using the verified color palette as is.