fix prompt

This commit is contained in:
2026-07-29 11:36:44 +08:00
parent cd41676ee3
commit e08a17ffa0
4 changed files with 15 additions and 2 deletions

View File

@@ -21,6 +21,8 @@ function initWebSocket() {
}
} else if (data.type === 'query_pending') {
showTempBubble(data.text);
} else if (data.type === 'clear_temp') {
clearTempBubble();
} else if (data.type === 'purchase_updated') {
if (Store.currentRoom) loadPurchases();
updateSummaryPreview();