feat: 支持转语音

This commit is contained in:
ikechan8370 2023-03-04 18:40:39 +08:00
parent 5fc5d2e5aa
commit 6ed7588f27
4 changed files with 226 additions and 1 deletions

View file

@ -39,6 +39,7 @@ const defaultConfig = {
debug: true,
defaultTimeoutMs: 120000,
chromeTimeoutMS: 120000,
ttsSpace: '',
version: 'v2.0.16'
}
const _path = process.cwd()