sk-voice-command 1.0.1 → 1.0.2

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/plugin.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sk-voice-command",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "语音指令控制和自动化操作",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
package/src/plugin.js CHANGED
@@ -98,7 +98,7 @@ function install(Vue, options = {}) {
98
98
  await this.stHandler.initialize();
99
99
  setTimeout(() => {
100
100
  this.stHandler.start();
101
- }, 100);
101
+ },100);
102
102
  } catch (e) {
103
103
  console.error('SRHandler 初始化失败:', e);
104
104
  }