• Joined on 2025-08-11
shiyue pushed to master at shiyue/productcanvas 2025-10-28 14:03:21 +08:00
9c72a9e273 - 在 js/core/app-shell.js:72-89 动态创建“在Mermaid中编辑”按钮,挂载到工具栏末尾并默认隐藏,避免在非
shiyue pushed to master at shiyue/productcanvas 2025-10-28 13:39:40 +08:00
9436ccf83a 修改了提示
shiyue pushed to master at shiyue/productcanvas 2025-10-28 13:01:08 +08:00
54f1dffab6 放了一个图标
shiyue pushed to master at shiyue/productcanvas 2025-10-28 10:52:06 +08:00
2106119fb4 修改了提示词和图片
shiyue pushed to master at shiyue/productcanvas 2025-10-28 10:12:42 +08:00
e1ffd14bc1 新增结尾补渲逻辑 ensureFinalMermaidRender 并在 finalizeAssistantMessage 中调用(js/core/app-
71cfa133a6 mermaid 改为流式
7bcfadde59 - 在 js/core/app-shell.js:1275 引入 window.mermaid.parse(code) 语法校验,若捕获异常则抛出带有“Mermaid
298e421f7d 修改样式和提示词
Compare 4 commits »
shiyue pushed to master at shiyue/productcanvas 2025-10-27 17:59:24 +08:00
dd930805e0 修改了提示词
shiyue pushed to master at shiyue/productcanvas 2025-10-27 17:14:52 +08:00
c03be8d65a 增加了几个快捷按钮
shiyue pushed to master at shiyue/productcanvas 2025-10-27 16:53:26 +08:00
e7b1351384 修改删除按钮的样式
shiyue pushed to master at shiyue/productcanvas 2025-10-27 16:47:25 +08:00
a210a6f92d 删除无用库
shiyue pushed to master at shiyue/productcanvas 2025-10-27 16:20:49 +08:00
6d453b2519 修改样式
shiyue pushed to master at shiyue/productcanvas 2025-10-27 16:13:30 +08:00
86b83dd39a 下载图片
shiyue pushed to master at shiyue/productcanvas 2025-10-27 15:10:21 +08:00
ae46cedd37 1. 在浏览器中切换至 Mermaid 模块生成示例图,确认 SVG 容器占满可用空间且居中显示。
f7fd53c9a2 放大缩小
4dde0e31b1 放大缩小
01e1083e5e 资源改为本地引用
f37357096e • - 在 renderConversationHistory 末尾与 renderArtifact 内部新增 highlightActivePlaceholder(),每次渲染或
Compare 6 commits »
shiyue pushed to master at shiyue/productcanvas 2025-10-27 09:51:31 +08:00
c83c36baa6 - 在 js/app.js:728-766 新增 buildDeleteButtonHtml,并在 js/app.js:1000-1034 将浮动删除按钮植入用户、AI
4b14bb26dd - 在 index.html:47-51 给 main 和左侧面板增加 min-h-0,允许网格子项在父级 flex 容器中释放高度,确保
Compare 2 commits »
shiyue pushed to master at shiyue/productcanvas 2025-10-24 20:32:02 +08:00
b0c487a4ef 6. 增加一个svg放大缩小功能;
cbf59e3450 - js/app.js:165-260, 310-420, 560-893:重构模式切换与流式渲染逻辑;引入 renderSvgViewerForMode 分离各
06e1d5ca19 修改了提示词
64e93d25b8 - 在 js/utils.js:24-79 强化 parseSVGResponse,兼容缺失结尾反引号和截断的 SVG,自动补齐 </svg> 并去除残
bacafd66dc 修复气泡
Compare 5 commits »
shiyue pushed to master at shiyue/productcanvas 2025-10-24 18:40:16 +08:00
6fe5f4175d 修复了SVG实时绘制问题:
9032b634e6 对话框调试
Compare 2 commits »
shiyue pushed to master at shiyue/productcanvas 2025-10-24 17:46:10 +08:00
18f1aba08e first commit
shiyue created branch master in shiyue/productcanvas 2025-10-24 17:46:10 +08:00
shiyue created repository shiyue/productcanvas 2025-10-24 17:44:02 +08:00
shiyue pushed to develop at shiyue/aicommits 2025-10-21 10:12:04 +08:00
8e1f3d8259 优化 generatePrompt 函数,通过注释添加提示,以确保仅输出Git提交信息。
shiyue pushed to develop at shiyue/aicommits 2025-10-21 10:03:03 +08:00
35372013a1 ``refactor(prompt): 优化并规范化生成提交信息的提示词- 将 conventional 类型的提示词从 JSON 格式更改为更简洁的列表格式。- 将通用规则格式化为项目列表,并增加“使用动词开头”的祈使句要求,以提高生成消息的一致性和质量。``