docs(admin-web): reword publish hint to avoid naming RabbitMQ

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-08 22:31:49 +08:00
parent b832e6dd07
commit 25e706fb14
@@ -1480,7 +1480,7 @@ function decisionAlertType(result: ComplianceCheckResult | null | undefined) {
{{
activeTargetTab === 'enterprise_sites'
? '企业自建站点由服务端直接调用 CMS 插件发布,不占用桌面端账号。'
: '在线账号会立即消费,离线账号会自动排队;数据库保留任务真相,RabbitMQ 负责唤醒在线客户端。'
: '在线账号会立即消费,离线账号会自动排队;数据库保留任务真相,后台负责唤醒在线客户端。'
}}
</p>
</div>