feat(frontend): 启用工作流快捷提示按钮

This commit is contained in:
2026-06-07 20:14:04 +08:00
parent 228f30a697
commit 82c33e513f
3 changed files with 57 additions and 3 deletions

View File

@@ -198,9 +198,21 @@
<textarea id="prompt" name="prompt" rows="1" placeholder="输入审核问题、法规条款、说明书疑点或上传需求"></textarea>
<div class="composer-actions">
<div class="composer-tools">
<span class="tool-chip passive-chip">法规核查</span>
<span class="tool-chip passive-chip">说明书审核</span>
<span class="tool-chip passive-chip">风险识别</span>
<button
class="tool-chip"
type="button"
data-prompt-template="请对当前对话已上传的文件或压缩包自动汇总文件目录、文件类型和页数,并生成可下载的汇总报告。"
>目录自动汇总</button>
<button
class="tool-chip"
type="button"
data-prompt-template="请对当前对话最近成功汇总的注册资料发起 NMPA 法规核查与风险预警,检查完整性、章节结构、一致性、高风险问题、阻断项、证据来源和整改建议。"
>法规核查与风险预警</button>
<button
class="tool-chip"
type="button"
data-prompt-template="请基于当前对话最近成功汇总的产品资料,自动提取产品关键信息并填入申报文件模板,优先生成注册证 Word 和字段来源追溯清单。"
>申报文件填表</button>
</div>
<button class="send-button" type="submit" id="sendButton">发送</button>
</div>