feat: 新增 Whisper GPU 加速 + STT 模式切换:CUDA 加速 + 状态管理 + UI 切换 + 进度优化 + API 更新

This commit is contained in:
ILoveBingLu
2026-02-03 20:48:08 +08:00
parent f7f1cc3347
commit 948d5ec82c
15 changed files with 2485 additions and 250 deletions
+3 -2
View File
@@ -1,6 +1,6 @@
{
"name": "ciphertalk",
"version": "2.1.8",
"version": "2.1.9",
"description": "密语 - 微信聊天记录查看工具",
"author": "ILoveBingLu",
"license": "CC-BY-NC-SA-4.0",
@@ -111,7 +111,8 @@
"extraResources": [
{
"from": "resources/",
"to": "resources/"
"to": "resources/",
"filter": ["**/*", "!whisper/**"]
},
{
"from": "public/icon.ico",