@aiyiran/myclaw 1.1.180 → 1.1.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/myclaw-inject.js +1 -1
- package/package.json +1 -1
package/assets/myclaw-inject.js
CHANGED
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
var injected = false;
|
|
30
30
|
var stopping = false; // 正在等待最终识别结果(stopVoice 的等待窗口)
|
|
31
31
|
var suppressNextClipboardCopy = false;
|
|
32
|
-
var VOICE_STOP_WAIT_MS =
|
|
32
|
+
var VOICE_STOP_WAIT_MS = 1500;
|
|
33
33
|
var VOICE_STOP_WAIT_SECONDS = VOICE_STOP_WAIT_MS / 1000;
|
|
34
34
|
|
|
35
35
|
// ═══ 1. 右下角版本入口(打开快捷命令) ═══
|