From f553b6e5014fec7923786bd941645d3df946b692 Mon Sep 17 00:00:00 2001 From: WJG Date: Tue, 11 Jun 2024 20:12:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20MIoT=20=E5=92=8C=20?= =?UTF-8?q?Mina=20=E6=8E=A5=E5=8F=A3=E6=9F=A5=E8=AF=A2=E5=88=B0=E7=9A=84?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E5=90=8D=E7=A7=B0=E4=B8=8D=E4=B8=80=E8=87=B4?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/todo.md | 2 +- package.json | 2 +- pnpm-lock.yaml | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/todo.md b/docs/todo.md index 59f8a40..1e343ed 100644 --- a/docs/todo.md +++ b/docs/todo.md @@ -4,7 +4,7 @@ ## 🔥 Hotfix -- 修复 MIoT 和 Mina 接口查询到的设备名称不一致的问题。https://github.com/idootop/mi-gpt/issues/62 +- ✅ 修复 MIoT 和 Mina 接口查询到的设备名称不一致的问题。https://github.com/idootop/mi-gpt/issues/62 - 提示语列表为空时,不播放提示语。 - 提示语和提示音链接都为空时,不播放提示音。https://github.com/idootop/mi-gpt/issues/30#issuecomment-2153786207 - 修复因没有配置环境变量,而导致没有初始化成功 OpenAI 使程序崩溃。 https://github.com/idootop/mi-gpt/issues/30#issuecomment-2153753279 diff --git a/package.json b/package.json index 5345421..ac3efaf 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "@prisma/client": "^5.14.0", "fs-extra": "^11.2.0", "https-proxy-agent": "^7.0.4", - "mi-service-lite": "^2.4.0", + "mi-service-lite": "^2.5.0", "openai": "^4.47.3", "prisma": "^5.14.0" }, diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0de6f61..1941c7e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: ^7.0.4 version: 7.0.4 mi-service-lite: - specifier: ^2.4.0 - version: 2.4.0 + specifier: ^2.5.0 + version: 2.5.0 openai: specifier: ^4.47.3 version: 4.47.3 @@ -803,8 +803,8 @@ packages: resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} engines: {node: '>= 8'} - mi-service-lite@2.4.0: - resolution: {integrity: sha512-imV+UcU9/+LWVZooKVZ93LFOsuDt+bNp6DlfneWTC5D9HP4wrGfsaa9aDDPEIn0Y3yJSnfz8PX3lI+T1+qQbUg==} + mi-service-lite@2.5.0: + resolution: {integrity: sha512-wrXxOUoR54QQRNiU7qZB0OqC20E1gO+eFw7W9ftsr8QkdmLyq+ewrCaT6QsSg1pObPAlZopb2Qci6PRBptdPzg==} engines: {node: '>=16'} micromatch@4.0.5: @@ -1741,7 +1741,7 @@ snapshots: merge2@1.4.1: {} - mi-service-lite@2.4.0: + mi-service-lite@2.5.0: dependencies: axios: 1.6.8 pako: 2.1.0