12 lines
246 B
Bash
12 lines
246 B
Bash
# WeChat Work Bot Long Connection
|
|
WECOM_BOT_ID=your_bot_id_here
|
|
WECOM_BOT_SECRET=your_bot_secret_here
|
|
|
|
# Windows 11 Local TTS (.NET System.Speech via PowerShell)
|
|
TTS_VOICE_NAME=
|
|
TTS_RATE=0
|
|
|
|
# TTS Behavior
|
|
TTS_ENABLED=true
|
|
TTS_MAX_TEXT_LENGTH=500
|