Skip to content

dsh-prompt v0.1.2

Latest

Choose a tag to compare

@FeatherHunter FeatherHunter released this 17 Aug 06:04
· 1 commit to main since this release

dsh-prompt v0.1.2

修复:新建/编辑模板弹窗输入丢失(7a693e8)

本次变更

  • 🐛 修复弹窗输入丢失:ModalInner 内联组件每次父重渲染被卸载重建 → 提升为模块级稳定组件 TemplateModal / ConfirmDelete,任何重渲染不再抹掉输入
  • 🧹 顺带修复:智能卡草稿轮询不再把弹窗 textarea 当会话草稿(data-dsh-prompt-modal 守卫)
  • 回归测试:新增 npm run test:modal(react-test-renderer 渲染→打字→强制父重渲染→断言文本存活);旧代码 FAIL(reproduced)、新代码 PASS
  • 🏷️ 设置页 slot id:dsh-prompt-toolbox(与官方 dsh-prompt-custom 的 id=dsh-prompt 无冲突,已实测全插件扫描)

安装

dsh plugin --profile web add dsh-prompt