diff --git a/book.toml b/book.toml index 38561b8..7bf68db 100644 --- a/book.toml +++ b/book.toml @@ -11,3 +11,7 @@ git-repository-icon = "fa-github" edit-url-template = "https://github.com/phodal/aigc/edit/master/{path}" site-url = "/" cname = "aigc.phodal.com" + +# cargo install mdbook-epub +# mdbook-epub --standalone ./path/to/book/dir +[output.epub] \ No newline at end of file diff --git a/src/develop-llm-app-with-workflow.md b/src/develop-llm-app-with-workflow.md index f85ebbf..9b9e149 100644 --- a/src/develop-llm-app-with-workflow.md +++ b/src/develop-llm-app-with-workflow.md @@ -80,7 +80,7 @@ ChatFlow 是一个基于自然语言处理(NLP)的流程编排工具,具 用于帮助系统设计人员快速理解用户需求并生成对应的系统设计方案。 -![](imags/chatflow-software-design.png) +![](images/chatflow-software-design.png) ### ChatFlow 示例:写作的发散与探索 diff --git a/src/images/adaptive-architecture.png b/src/images/adaptive-architecture.png new file mode 100644 index 0000000..c226bec Binary files /dev/null and b/src/images/adaptive-architecture.png differ diff --git a/src/images/devti-processes.png b/src/images/devti-processes.png new file mode 100644 index 0000000..14fbb93 Binary files /dev/null and b/src/images/devti-processes.png differ diff --git a/src/images/devti.png b/src/images/devti.png new file mode 100644 index 0000000..a52ef19 Binary files /dev/null and b/src/images/devti.png differ diff --git a/src/images/unit-mesh-elements.png b/src/images/unit-mesh-elements.png new file mode 100644 index 0000000..dc1e85d Binary files /dev/null and b/src/images/unit-mesh-elements.png differ diff --git a/src/images/unit-mesh-processes.png b/src/images/unit-mesh-processes.png new file mode 100644 index 0000000..3d9c155 Binary files /dev/null and b/src/images/unit-mesh-processes.png differ