fix: fix window width and height and fix auto_play

This commit is contained in:
JuanZoran
2023-01-21 21:35:10 +08:00
parent 294ffe1b9f
commit c4a6ccf481
4 changed files with 8 additions and 9 deletions

View File

@@ -1,6 +1,4 @@
const say = require('say')
word = process.argv
// console.log(word)
say.speak(word.slice(2))
say.speak(process.argv.slice(2))