plus-ui/src
i548450 a65e4ad0db perf(customerservice): debounce SSE-driven refreshLists at 300ms
A burst of INCOMING_MESSAGE on a chatty conversation otherwise fires
2 list APIs per message (mine + unassigned). With 300ms trailing
debounce, 5 messages within 100ms of each other collapse to 1 refresh.

onMounted / onReconnect keep using refreshLists() directly — they
need data immediately, not 300ms later.
2026-06-09 23:07:36 +08:00
..
api feat(customerservice): chat-core + chat-ui + workbench 三栏 2026-06-09 21:45:34 +08:00
assets update 优化 调整页面画风 不要过于生硬圆滑 2026-04-14 10:11:43 +08:00
chat-core refactor(chat-core): MessageActorType 拆分为 MessageSenderType + MessageReceiverType 2026-06-09 22:18:46 +08:00
chat-ui feat(customerservice): chat-core + chat-ui + workbench 三栏 2026-06-09 21:45:34 +08:00
components update 将富文本编辑器重新改为oss存储(大家还是希望用oss) 2026-04-09 11:34:03 +08:00
directive update 优化代码 统一store用法 2025-03-12 12:08:29 +08:00
enums add 支持顶部导航 2026-03-09 23:43:53 +08:00
hooks update 恢复误删文件 2025-01-20 11:18:10 +08:00
lang Revert "update 优化 国际化改为使用json 书写更方便" 2025-01-20 10:57:45 +08:00
layout fix 修复 租户选择框样式问题 2026-04-14 10:32:46 +08:00
plugins update 优化代码 统一store用法 2025-03-12 12:08:29 +08:00
router 新增媒体账号管理页面(媒体接入 H 阶段) 2026-06-07 21:43:57 +08:00
store update 布局设置增加 页面圆角大小 控制器 可以根据喜好自行设置页面圆角样式 2026-04-10 11:32:16 +08:00
types update 布局设置增加 页面圆角大小 控制器 可以根据喜好自行设置页面圆角样式 2026-04-10 11:32:16 +08:00
utils refactor(sse): wire 形态改为 SseEnvelope<T>{msgType, data} 2026-06-09 13:04:08 +08:00
views perf(customerservice): debounce SSE-driven refreshLists at 300ms 2026-06-09 23:07:36 +08:00
animate.ts update 调整代码格式 2023-04-03 00:05:09 +08:00
App.vue update 优化代码 统一store用法 2025-03-12 12:08:29 +08:00
main.ts update 删除debug保护工具性能问题严重 容易导致浏览器卡死 2026-03-11 13:44:02 +08:00
permission.ts 新增媒体账号管理页面(媒体接入 H 阶段) 2026-06-07 21:43:57 +08:00
settings.ts update 优化 调整页面画风 不要过于生硬圆滑 2026-04-14 10:11:43 +08:00