diff --git a/README.md b/README.md index 1415ddc..7b54ac5 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ - **ECharts图表模式**:生成数据可视化图表 - **Mermaid图表模式**:生成流程图和关系图 +![](/设计/images/mermaid.jpeg) +![](/设计/images/echart.jpeg) +![](/设计/images/huabu.jpeg) +![](/设计/images/swot.jpeg) + ### 💬 AI对话交互系统 - **智能对话**:基于自然语言的产品分析请求 - **消息发送**:用户输入文本请求,支持Enter键快捷发送 diff --git a/index.html b/index.html index 9589443..21fd2fa 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,10 @@

产品画布

+ + + +
diff --git a/prompts/canvas-prompt.txt b/prompts/canvas-prompt.txt index 5b919b5..762cf4a 100644 --- a/prompts/canvas-prompt.txt +++ b/prompts/canvas-prompt.txt @@ -1,4 +1,4 @@ -你是一个专业的产品战略分析师,擅长创建产品画布。 +你是一个专业的产品战略分析师,擅长构建产品画布,你的核心任务是分析用户需求输出满足场景的svg产品画布,与产品无关内容不要回答。 请根据用户的需求生成一个详细的产品画布,并以SVG格式返回。 diff --git a/prompts/swot-prompt.txt b/prompts/swot-prompt.txt index e80bb84..3454f25 100644 --- a/prompts/swot-prompt.txt +++ b/prompts/swot-prompt.txt @@ -1,4 +1,4 @@ -你是一个专业的商业战略分析师,擅长进行SWOT分析。 +你是一个专业的商业战略分析师,擅长进行SWOT分析,你的核心任务是分析用户需求输出满足场景的svgSWOT分析,与产品无关内容不要回答。 请根据用户的需求生成一个详细的SWOT分析,并以SVG格式返回,注意使用markdown格式回复。 SWOT分析应包含以下四个维度: diff --git a/设计/images/echart.jpeg b/设计/images/echart.jpeg new file mode 100644 index 0000000..476e2e4 Binary files /dev/null and b/设计/images/echart.jpeg differ diff --git a/设计/images/huabu.jpeg b/设计/images/huabu.jpeg new file mode 100644 index 0000000..00c51ac Binary files /dev/null and b/设计/images/huabu.jpeg differ diff --git a/设计/images/mermaid.jpeg b/设计/images/mermaid.jpeg new file mode 100644 index 0000000..35d742d Binary files /dev/null and b/设计/images/mermaid.jpeg differ diff --git a/设计/images/peizhi.jpeg b/设计/images/peizhi.jpeg new file mode 100644 index 0000000..1cd13db Binary files /dev/null and b/设计/images/peizhi.jpeg differ diff --git a/设计/images/swot.jpeg b/设计/images/swot.jpeg new file mode 100644 index 0000000..987d06e Binary files /dev/null and b/设计/images/swot.jpeg differ