hicccc77
|
1d08ab945d
|
feat: dbPathService 支持 macOS 微信数据库路径
|
2026-03-08 13:01:49 +08:00 |
|
hicccc77
|
10ce7d772c
|
feat: cloudControlService 支持 macOS 平台版本识别
|
2026-03-08 12:25:06 +08:00 |
|
hicccc77
|
e1a23ac606
|
feat: wcdbCore 支持 macOS 平台
|
2026-03-08 12:21:16 +08:00 |
|
hicccc77
|
f8ef3f18ff
|
修复:WCDB 初始化失败时显示错误码
- 将 DLL 返回的错误码保存到 lastDllInitError
- 用户可以看到具体错误码,方便反馈问题
- 配合 DLL 更新,支持更详细的错误码
- 修复 #353
|
2026-03-07 17:49:24 +08:00 |
|
hicccc77
|
47dbc540ac
|
优化:扫内存获取密钥时如果找不到则自动扫描更多文件
- 首次扫描 32 个模板文件
- 如果找不到有效的 XOR 密钥,自动扩展到 100 个文件
- 提高密钥获取成功率
|
2026-03-07 15:15:43 +08:00 |
|
hicccc77
|
766d5ed2af
|
修复:扫内存获取图片密钥时 XOR 密钥为空默认为 0 的问题
- 当无法从模板文件计算出有效的 XOR 密钥时,返回错误而不是默认为 0x00
- 提前检查 XOR 密钥是否为 null,避免后续使用错误的密钥
- 修复 #355
|
2026-03-07 15:11:57 +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
|
0a5cf005a1
|
Merge remote-tracking branch 'upstream/dev' into codex/ts0305-01-export-module-upgrade
|
2026-03-06 10:22:36 +08:00 |
|
cc
|
a3ab06509e
|
一些更新
|
2026-03-05 20:46:18 +08:00 |
|
aits2026
|
3388b7a122
|
fix(sns): derive per-user totals from timeline counts map
|
2026-03-05 17:44:24 +08:00 |
|
aits2026
|
38af8de469
|
fix(sns): fallback to userName when user_name count is zero
|
2026-03-05 17:33:41 +08:00 |
|
aits2026
|
db0ebc6c33
|
feat(sns): show loaded vs total posts in author timeline
|
2026-03-05 17:24:28 +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 |
|
tisonhuang
|
c5a6d765ee
|
fix(auth): avoid logout on export-only clear and harden db key auto-fetch
|
2026-03-05 11:15:44 +08:00 |
|
tisonhuang
|
36f1476782
|
feat(export): add session name prefix toggle in layout dropdown
|
2026-03-05 10:36:29 +08:00 |
|
tisonhuang
|
8aaad71784
|
refactor(sns): remove contact post-count stats flow
|
2026-03-05 09:34:57 +08:00 |
|
cc
|
53398707aa
|
修复了导出页面一些小问题
|
2026-03-04 22:46:31 +08:00 |
|
tisonhuang
|
b6fd842d4e
|
feat(export): add persistent session export records in detail panel
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
4b57e3e350
|
feat(chat): replace jump date modal with inline calendar popover
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
cf7190aaec
|
refactor(export): remove task pause/stop and prioritize export by loaded message counts
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
7a7e54ea5b
|
perf(export): reuse pre-estimate cache during export run
|
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
|
e1944783d0
|
feat(report): reuse years loading across page switches
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
28d68d8a8e
|
feat(report): stream available years loading
|
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
|
56a59a5355
|
fix(report): speed up available years loading
|
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
|
b5eb8be15e
|
perf(export): remove private relation stats and avatar backfill overhead
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
38a023d0b6
|
feat(sns): show my post count in overview stats
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
3a878dd019
|
feat(sns-export): add record owner to arkmejson header
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
6314c0f1d6
|
feat(sns-export): split media export selection into image/live/video
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
c5eed25f06
|
feat(export): add sns arkmejson format and consolidate export flow changes
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
e1243522b0
|
feat(export): enrich arkme json for card/location/music
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
d9108ac6ed
|
feat(export): optimize text export and enrich arkme metadata
|
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
|
f0f70def8c
|
fix(chat): restore group member friend badge fallback
|
2026-03-04 21:19:10 +08:00 |
|