mirror of
https://github.com/ILoveBingLu/CipherTalk.git
synced 2026-05-19 02:40:13 +08:00
feat: 新增 Whisper GPU 加速 + STT 模式切换:CUDA 加速 + 状态管理 + UI 切换 + 进度优化 + API 更新
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user