Ship native iOS app, Wiki/TTS backend, and skeleton loading UX.
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>
This commit is contained in:
@@ -5,3 +5,15 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user