cc
|
1655b5ae78
|
Merge pull request #528 from BeiChen-CN/main
feat: 导出联系人标签和详细描述
|
2026-03-23 19:34:57 +08:00 |
|
姜北尘
|
e12193aa40
|
feat: 导出联系人标签和详细描述
扩展联系人读取与导出链路,新增 labels 和 detailDescription 字段的兼容提取,并同步更新通讯录缓存、详情展示与
JSON/CSV/VCF 导出。
Close #402
|
2026-03-22 14:17:19 +08:00 |
|
cc
|
641a3bf2ab
|
修复群导出时的错误昵称判定;修复引用样式的一些错误;修复打包问题
|
2026-03-22 11:25:59 +08:00 |
|
xuncha
|
e92df66bef
|
修复导出页头像缺失
|
2026-03-22 09:37:19 +08:00 |
|
cc
|
e32261d274
|
修复闪退问题
|
2026-03-21 19:49:38 +08:00 |
|
cc
|
60dc911228
|
支持聊天记录转发解析与嵌套聊天记录解析;优化聊天记录转发窗口样式
|
2026-03-20 00:02:49 +08:00 |
|
cc
|
043e518cce
|
验证优化并同步资源文件
|
2026-03-19 22:58:03 +08:00 |
|
cc
|
35e9ea13de
|
计划优化 P1/5
|
2026-03-19 20:58:21 +08:00 |
|
cc
|
48c4197b16
|
重构与优化,旨在解决遗留的性能问题并优化用户体验,本次提交遗留了较多的待测功能
|
2026-03-18 23:49:50 +08:00 |
|
xuncha
|
e0b2f152b0
|
新增了一个消息推送
|
2026-03-17 23:29:21 +08:00 |
|
2977094657
|
5cf8ce4385
|
fix: resolve self sender info in group search
|
2026-03-16 20:12:10 +08:00 |
|
cc
|
7024b86d00
|
修复路径错误
|
2026-03-15 19:30:55 +08:00 |
|
2977094657
|
55cce56230
|
Merge remote-tracking branch 'upstream/dev' into dev
|
2026-03-15 19:16:02 +08:00 |
|
hicccc77
|
2f25fd1239
|
feat: 新增聊天消息关键词搜索功能
- wcdbCore: 绑定 wcdb_search_messages DLL 函数,添加 searchMessages 方法
- wcdbWorker: 添加 searchMessages case
- wcdbService: 添加 searchMessages 代理方法
- chatService: 添加 searchMessages,结果解析为 Message 对象
- main: 注册 chat:searchMessages IPC handler
|
2026-03-15 19:08:52 +08:00 |
|
2977094657
|
c0ad450960
|
fix(chat): stabilize history pagination and message keys
|
2026-03-15 19:08:13 +08:00 |
|
superclaw
|
731f022669
|
chore: remove monitor debug logs and add log clear action
|
2026-03-14 14:16:03 +08:00 |
|
cc
|
27a18f1fc6
|
优化图片窗口的渲染;修复实时管道的问题;优化了图片密钥相关配置流程
|
2026-03-14 13:34:41 +08:00 |
|
xuncha
|
c9a6451407
|
尝试修复 https://github.com/hicccc77/WeFlow/issues/378 中的问题
|
2026-03-13 21:14:46 +08:00 |
|
hicccc77
|
783b408611
|
修复:在 getImageData 中使用 imageDecryptService 以支持 msg/attach 目录
- 将 ImageDecryptService 集成到 ChatService
- 用 imageDecryptService.decryptImage() 替换 findDatFile
- 支持通过 hardlink.db 查询高清图片路径
- 修复 #363
|
2026-03-07 15:00:59 +08:00 |
|
hicccc77
|
24c91269a0
|
refactor: remove unused better-sqlite3 dependency
- Remove better-sqlite3 from package.json dependencies
- Remove @types/better-sqlite3 from devDependencies
- Remove unused hardlink.db query logic in videoService (always uses wcdbService/DLL)
- Remove unused hardlink.db query logic in chatService (fallback to filesystem search)
- Remove HardlinkState type and hardlinkCache
- Simplify code by removing dead optimization paths
|
2026-03-07 14:26:26 +08:00 |
|
aits2026
|
a5358b82f6
|
perf(export): further optimize detail loading and prioritize session stats
|
2026-03-05 16:05:58 +08:00 |
|
aits2026
|
2a9f0f24fd
|
perf(export): speed up session detail stats loading
|
2026-03-05 15:39:59 +08:00 |
|
xuncha
|
ca972d3e28
|
导出页优化
|
2026-03-05 14:26:37 +08:00 |
|
tisonhuang
|
17a9b6102e
|
merge: resolve upstream/dev conflicts in export workflow branch
|
2026-03-05 13:55:42 +08:00 |
|
cc
|
53398707aa
|
修复了导出页面一些小问题
|
2026-03-04 22:46:31 +08:00 |
|
tisonhuang
|
4b57e3e350
|
feat(chat): replace jump date modal with inline calendar popover
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
7b4aa23f35
|
perf(chat): speed up session switch and stabilize message cursor
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
ac4482bc8b
|
perf(export): reuse aggregated session stats for pre-export estimate
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
bb602af750
|
fix(stats): ensure accurate transfer red-packet and call counts in detail panels
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
2cc1b55cbf
|
feat(stats): add transfer red-packet and call message counts in session details
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
64542f2902
|
fix(export): compute missing stats when stale cache allowed
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
84ef51f16b
|
perf(export): reuse list message count in detail
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
55f7ff1842
|
perf(chat): reduce session detail stats latency
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
ff92f355e2
|
feat: update chat service and simplify export contact rows
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
4b8c8155fa
|
perf(export): speed up session message count aggregation
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
c5eed25f06
|
feat(export): add sns arkmejson format and consolidate export flow changes
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
302abe3e40
|
perf(export): return card stats from snapshot and refresh in background
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
b6a2191e38
|
fix(export): prevent card stats poll overlap with frontend/backend singleflight
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
84b54e43aa
|
feat(export): add card stats diagnostics panel and log export
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
91f630209c
|
feat(export): improve count accuracy and include pending updates
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
b6878aefd6
|
feat(export): fast accurate content session counts on cards
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
ac481c6b18
|
feat(export): optimize batch export flow and unify session detail typing
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
36ec12fd0f
|
fix(export): ignore invalid avatar in session detail fast
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
da7d354436
|
feat(counts): unify contacts and export tab counters
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
794a306f89
|
perf(contacts): speed up directory loading and smooth list rendering
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
a5ae22d2a5
|
perf(chat): split session detail into fast and extra loading
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
22b6a07749
|
feat(chat): smooth loading with progressive session hydration
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
dbdb2e2959
|
perf(export): prioritize active tab counts and avoid full-list warmup
|
2026-03-04 21:16:40 +08:00 |
|
tisonhuang
|
5147b3f0e4
|
perf(export): batch message count retrieval for large session lists
|
2026-03-04 21:16:40 +08:00 |
|
tisonhuang
|
7604ff2ae4
|
perf(export): cache counts and speed sns/session stats
|
2026-03-04 21:16:40 +08:00 |
|