feat: 增加模板通道拒收策略并修复运营页面

This commit is contained in:
hectorzhao
2026-09-20 15:09:57 +08:00
parent c20c2246b2
commit b24cd7c08d
38 changed files with 2485 additions and 613 deletions
+6
View File
@@ -291,6 +291,12 @@ export function ClientSendDetailPage() {
<div className="send-detail-content-block">
<span></span>
<p>{record.content}</p>
{record.originalContent != null ? (
<>
<span></span>
<p>{record.originalContent}</p>
</>
) : null}
</div>
</td>
</tr>