xuncha
|
bf48e865ac
|
新增最小化窗口 https://github.com/hicccc77/WeFlow/issues/359
|
2026-03-16 16:48:01 +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 |
|
hicccc77
|
998b2ce3d7
|
fix: 修复 Windows 下 tray 图标路径错误,与其他窗口 icon 路径逻辑保持一致
|
2026-03-14 23:00:08 +08:00 |
|
hicccc77
|
ba5f8928f7
|
feat: 添加系统托盘图标,关闭主窗口时隐藏到托盘而非退出;修复进程无法完全关闭问题(before-quit 加兜底强制退出 + wcdbService.shutdown 改为 async)
|
2026-03-14 22:51:31 +08:00 |
|
hicccc77
|
42fbc479c9
|
Merge branch 'dev' of https://github.com/hicccc77/WeFlow into dev
|
2026-03-14 18:58:55 +08:00 |
|
hicccc77
|
f47610b98a
|
fix: 修复 macOS 打包后的图标、spawn ENOENT 和 dylib 路径问题
- 新增 resources/icon.icns(由 public/logo.png 转换)
- package.json: 配置 build.icon 和 build.mac.icon 使用 .icns
- main.ts: BrowserWindow 图标改为平台感知,darwin 用 .icns,其他用 .ico
- keyServiceMac.ts: pgrep/ps/pkill 改用绝对路径,修复打包后 PATH 受限导致的 spawn ENOENT
|
2026-03-14 18:45:12 +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 |
|
cc
|
d872a8af20
|
Merge branch 'dev' of https://github.com/hicccc77/WeFlow into dev
|
2026-03-12 23:52:49 +08:00 |
|
cc
|
4966cdbfac
|
页面交互与动画优化
|
2026-03-12 23:52:46 +08:00 |
|
superclaw
|
5daa7bce73
|
feat: update app logic and add unsigned mac arm64 dmg action
|
2026-03-12 22:56:09 +08:00 |
|
hicccc77
|
524a9cda35
|
feat: 集成 KeyServiceMac 到 main.ts
- 根据平台自动选择服务
- macOS 使用 KeyServiceMac
- Windows 使用 KeyService
|
2026-03-10 22:44:26 +08:00 |
|
aits2026
|
2140a220e2
|
fix(electron): ensure app quits after main window close in dev
|
2026-03-05 19:28:28 +08:00 |
|
aits2026
|
3388b7a122
|
fix(sns): derive per-user totals from timeline counts map
|
2026-03-05 17:44:24 +08:00 |
|
aits2026
|
db0ebc6c33
|
feat(sns): show loaded vs total posts in author timeline
|
2026-03-05 17:24:28 +08:00 |
|
aits2026
|
f18fb83a92
|
feat(chat): smooth standalone session window loading
|
2026-03-05 16:32:25 +08:00 |
|
aits2026
|
a5358b82f6
|
perf(export): further optimize detail loading and prioritize session stats
|
2026-03-05 16:05:58 +08:00 |
|
xuncha
|
5945942acd
|
修复dev关闭还有进程
|
2026-03-05 15:01:03 +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
|
459f23bbd6
|
feat(sidebar): add account data clear action and detail feedback
|
2026-03-05 10:57:15 +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
|
4b57e3e350
|
feat(chat): replace jump date modal with inline calendar popover
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
924ff1b6fc
|
feat(export): narrow chat window and refine progress settle
|
2026-03-04 21:19:11 +08:00 |
|
tisonhuang
|
926ca72331
|
feat(export): add open-chat window from session list
|
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
|
bb602af750
|
fix(stats): ensure accurate transfer red-packet and call counts in detail panels
|
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
|
c5eed25f06
|
feat(export): add sns arkmejson format and consolidate export flow changes
|
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
|
698d2c96d7
|
fix(chat): avoid group members sidebar stuck on first init
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
ce683a539d
|
fix(export): improve progress visibility and hard-stop control
|
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
|
8d68a59799
|
feat(export): modal task center with pause/stop controls
|
2026-03-04 21:19:10 +08:00 |
|
tisonhuang
|
204baa52ab
|
feat(sns): show per-contact post counts in filter panel
|
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
|
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
|
7604ff2ae4
|
perf(export): cache counts and speed sns/session stats
|
2026-03-04 21:16:40 +08:00 |
|
tisonhuang
|
bf9b5ba593
|
perf(export): prioritize totals and keep table visible
|
2026-03-04 21:16:40 +08:00 |
|
tisonhuang
|
c6e8bde078
|
feat(export): prioritize tab counts via lightweight api
|
2026-03-04 21:16:39 +08:00 |
|
tisonhuang
|
596baad296
|
feat(export): add sns stats card and conversation tab updates
|
2026-03-04 21:16:39 +08:00 |
|
tisonhuang
|
e686bb6247
|
feat(export): add batch session stats api for export board
|
2026-03-04 21:16:39 +08:00 |
|
cc
|
366da8d38e
|
修复内存扫描问题
|
2026-03-02 20:30:38 +08:00 |
|
xuncha
|
3d4a79aac6
|
修复图片解密 修复密钥获取
|
2026-03-02 16:44:09 +08:00 |
|
cc
|
9ae1b455f4
|
支持朋友圈防撤回;修复朋友圈回复嵌套关系错误;支持朋友圈评论表情解析;支持删除本地朋友圈记录
|
2026-02-27 13:40:13 +08:00 |
|