05e173b293
Replace the WebView shell with SwiftUI screens, add account-scoped Wiki and TTS APIs with adaptive review and photo scan support, and keep web/iOS pages usable while data loads asynchronously. Co-authored-by: Cursor <cursoragent@cursor.com>
20 lines
567 B
Bash
20 lines
567 B
Bash
# 复制为 secrets.env(已 gitignore),publish.sh 会自动加载
|
||
MYSQL_HOST=rm-uf6h1j53vtuxi78i90o.mysql.rds.aliyuncs.com
|
||
MYSQL_PORT=3306
|
||
MYSQL_USER=boot
|
||
MYSQL_PASSWORD=@Abc888888
|
||
MYSQL_DATABASE=wordloop
|
||
# SSH_TARGET=root@120.26.184.105
|
||
|
||
# Wiki(DeepSeek)
|
||
DEEPSEEK_API_KEY=
|
||
DEEPSEEK_BASE_URL=https://api.deepseek.com
|
||
DEEPSEEK_MODEL=deepseek-chat
|
||
AI_WIKI_DAILY_LLM_LIMIT=20
|
||
|
||
# 单词朗读(105 同机 TTS)
|
||
# 生产机与 CosyVoice 同机部署,走本机 19200
|
||
TKMIND_TTS_BASE_URL=http://127.0.0.1:19200
|
||
TKMIND_TTS_ENABLED=true
|
||
TKMIND_TTS_SPK_ID=aitong
|