Merge remote-tracking branch 'origin/react-app'

This commit is contained in:
penghanyuan
2026-02-21 09:37:40 +01:00
parent d9e010ef70
commit 7c62bc03df
50 changed files with 12690 additions and 0 deletions

7
react-app/.env.example Normal file
View File

@@ -0,0 +1,7 @@
# 本地开发时配置 API 地址(复制为 .env 后修改)
# 物理机/模拟器访问本机:使用内网 IP
EXPO_PUBLIC_API_URL=http://192.168.x.x:8000
EXPO_PUBLIC_WS_URL=ws://192.168.x.x:8000
# iOS 模拟器访问本机可用:
# EXPO_PUBLIC_API_URL=http://localhost:8000