mirror of
https://github.com/siteboon/claudecodeui.git
synced 2026-06-28 23:35:27 +08:00
feat: signal when chat runs complete
Users can miss chat completions while the app is in the background. They can also miss completions when their attention is elsewhere. Add opt-out sound notifications and a temporary title marker. This makes completion noticeable without external audio assets or persistent browser notifications.
This commit is contained in:
@@ -110,6 +110,12 @@
|
||||
"unsupported": "此瀏覽器不支援推播通知。",
|
||||
"denied": "推播通知已被封鎖,請在瀏覽器設定中允許。"
|
||||
},
|
||||
"sound": {
|
||||
"title": "聲音",
|
||||
"description": "聊天執行完成時播放短提示音。",
|
||||
"enabled": "已啟用",
|
||||
"test": "測試聲音"
|
||||
},
|
||||
"events": {
|
||||
"title": "事件類型",
|
||||
"actionRequired": "需要處理",
|
||||
|
||||
Reference in New Issue
Block a user