From 2cd828e7cf27f63ce4042726e8f5dc7db301796a Mon Sep 17 00:00:00 2001 From: liyi Date: Thu, 19 Jun 2025 11:14:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E8=B0=83=E6=95=B4=E5=8A=9F=E8=83=BD?= =?UTF-8?q?=E5=AE=9A=E4=B9=89value?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.js | 1 - constant.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/common.js b/common.js index 59efa69..39c78ac 100644 --- a/common.js +++ b/common.js @@ -574,7 +574,6 @@ export function getWriteResult(request, params) { return new Promise(resolve => { const getWriteResultTimer = setTimeout(() => { resolve(Result.Fail) - console.log("超时失败") }, 20000) this.characteristicValueCallback = async data => { // code 6 token过期,重新获取 diff --git a/constant.js b/constant.js index 33d8da1..d517a04 100644 --- a/constant.js +++ b/constant.js @@ -87,7 +87,7 @@ export const supportFunctionsFeatureBit = { // 支持防撬开关配置(启用/禁用) antiPrySwitch: 30, // 支持重置键配置(启用/禁用) - resetSwitch: 30, + resetSwitch: 31, // 支持语音提示管理(音量大小/禁用) lockSound: 33, // 常开模式