hicccc77
83f50cbaee
fix: support configurable bind host for HTTP API and fix Windows sherpa-onnx PATH
...
- fix(#547 ): HTTP API server now supports configurable bind host (default 127.0.0.1)
Docker/N8N users can set host to 0.0.0.0 in settings to allow container access.
Adds httpApiHost config key, UI input in settings, and passes host through
IPC chain (preload -> main -> httpService).
- fix(#546 ): Add Windows PATH injection for sherpa-onnx native module
buildTranscribeWorkerEnv() now adds the sherpa-onnx-win-x64 directory to
PATH on Windows, fixing 'Could not find sherpa-onnx-node' errors caused
by missing DLL search path in forked worker processes.
2026-03-25 15:10:16 +08:00
H3CoF6
77e5c44673
feat: 保存api服务的配置,实现随weflow静默启动
2026-03-24 04:11:34 +08:00
H3CoF6
619cc84d15
feat: api接口新增access_token校验
2026-03-24 03:55:37 +08:00
cc
64995c25a8
支持联系人签名、标签分组、地区获取;优化导出效果
2026-03-23 21:46:15 +08:00
姜北尘
e12193aa40
feat: 导出联系人标签和详细描述
...
扩展联系人读取与导出链路,新增 labels 和 detailDescription 字段的兼容提取,并同步更新通讯录缓存、详情展示与
JSON/CSV/VCF 导出。
Close #402
2026-03-22 14:17:19 +08:00
xuncha
e92df66bef
修复导出页头像缺失
2026-03-22 09:37:19 +08:00
姜北尘
f8e99a34c7
feat: 支持自定义引用消息样式
...
允许用户在设置中切换引用消息与正文的上下顺序,并使聊天页中的引用回复即时按所选样式展示。
Close#510
2026-03-21 22:26:09 +08:00
cc
c2502a09a9
优化导出速度,提供可选项优化
2026-03-20 21:43:29 +08:00
xuncha
7760358c02
优化选择
2026-03-20 15:19:10 +08:00
xuncha
e0b2f152b0
新增了一个消息推送
2026-03-17 23:29:21 +08:00
xuncha
a19bf5fac2
增加一个导出的缓存
2026-03-16 20:15:17 +08:00
xuncha
f2b1b07f58
新增询问窗口
2026-03-16 17:21:59 +08:00
aits2026
39e59a4077
feat(export): split default media options
2026-03-06 14:41:02 +08:00
aits2026
450e5f7e61
feat(export): centralize avatar export default
2026-03-06 14:11:02 +08:00
aits2026
6e870ef300
feat(settings): unify export date range defaults
2026-03-06 12:29:32 +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
7ead55d801
fix(export,sns): share sns user count cache across pages
2026-03-05 19:21:37 +08:00
tisonhuang
17a9b6102e
merge: resolve upstream/dev conflicts in export workflow branch
2026-03-05 13:55:42 +08:00
tisonhuang
36f1476782
feat(export): add session name prefix toggle in layout dropdown
2026-03-05 10:36:29 +08:00
tisonhuang
e795474917
fix(export): persist write layout across page switches
2026-03-05 09:20:52 +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
580242b9d2
perf(export): persist session list stats across app restarts
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
21a97b8871
feat(sns): cache page data and show count loading state
2026-03-04 21:19:10 +08:00
tisonhuang
faeda030e9
feat(contacts): persist avatar cache with incremental refresh
2026-03-04 21:19:10 +08:00
tisonhuang
9cb41e01e2
fix(contacts): persist list cache and add load timeout diagnostics
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
596baad296
feat(export): add sns stats card and conversation tab updates
2026-03-04 21:16:39 +08:00
tisonhuang
06d6f15e38
feat(export): redesign export board workflow
2026-03-04 21:16:39 +08:00
cc
acaac507b1
支持系统深浅自适应同步
2026-02-21 23:23:40 +08:00
cc
8e28016e5e
朋友圈图片解密的优化
2026-02-17 23:14:42 +08:00
xuncha
1930b91a5b
修复
2026-02-16 17:26:06 +08:00
cc
28e38f73f8
解决年度报告导出失败 #252;集成WechatVisualization的功能并支持词云排除 #259
2026-02-16 10:23:33 +08:00
cc
e15e4cc3c8
feat: 宇宙超级无敌牛且帅气到爆炸的功能更新和优化
2026-02-02 22:01:22 +08:00
cc
1f0f824b01
feat: 支持忽略更新
2026-02-01 20:50:01 +08:00
cc
b9fa0cc215
feat: 一些更新
2026-01-29 20:41:12 +08:00
xuncha
9969c073e5
优化导出
2026-01-28 20:24:48 +08:00
xuncha
3a10aeb23e
feat:新增了切换账号的功能 ( #89 )
2026-01-24 12:43:09 +08:00
QingXiao
b47007ea0c
Add configurable TXT export
2026-01-23 13:52:47 +08:00
QingXiao
da137d0a8f
Add export defaults and compact Excel columns
2026-01-19 12:39:06 +08:00
Forrest
0853e049c8
feat(voice-transcribe): 新增语音转写语言过滤配置功能(支持用户自定义允许的转写语言),优化模型下载的超时处理与进度日志,提升下载稳健性,同步更新相关 UI 样式。
2026-01-17 19:54:31 +08:00
cc
e8babd48b6
feat: 实现语音转文字并支持流式输出;
...
fix: 修复了语音解密失败的问题
2026-01-17 14:16:54 +08:00
xuncha
72e2d82158
feat: 尝试增加一下聊天里面的语音转文字功能
2026-01-17 05:14:14 +08:00
cc
bd94ba7b1a
测试版本,添加了模拟好友并优化了本地缓存
2026-01-12 23:42:09 +08:00
cc
01641834de
新的提交
2026-01-10 13:01:37 +08:00