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:
john
2026-06-08 15:13:59 +08:00
parent db5465c646
commit 05e173b293
115 changed files with 12709 additions and 1212 deletions
+6
View File
@@ -40,6 +40,12 @@ ssh "$SSH_TARGET" \
MYSQL_USER='${MYSQL_USER}' \
MYSQL_PASSWORD='${MYSQL_PASSWORD}' \
MYSQL_DATABASE='${MYSQL_DATABASE}' \
DEEPSEEK_API_KEY='${DEEPSEEK_API_KEY:-}' \
DEEPSEEK_BASE_URL='${DEEPSEEK_BASE_URL:-https://api.deepseek.com}' \
DEEPSEEK_MODEL='${DEEPSEEK_MODEL:-deepseek-chat}' \
AI_WIKI_DAILY_LLM_LIMIT='${AI_WIKI_DAILY_LLM_LIMIT:-20}' \
TKMIND_TTS_BASE_URL='${TKMIND_TTS_BASE_URL:-http://127.0.0.1:19200}' \
TKMIND_TTS_ENABLED='${TKMIND_TTS_ENABLED:-true}' \
bash /root/wordloop/deploy/install-production.sh"
echo ">>> 发布完成: http://120.26.184.105/ Cloudflare 请将 w 解析到该 IP"