添加 shenyan-app 项目源码

- 首页 bridge 状态轮询 + 双击敲门进聊天
- 聊天屏本地桥通信(192.168.31.51:3003)
- 消息持久化(AsyncStorage + 桥历史接口)
- 桥服务器(port 3003)launchd 持久化
- 进度总览文档

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 00:33:57 +08:00
parent 4d7110c58d
commit a61696f0a1
19 changed files with 1032 additions and 188 deletions

View File

@@ -10,7 +10,9 @@
"test": "jest"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^3.0.2",
"@notifee/react-native": "^9.1.8",
"@react-native-async-storage/async-storage": "^2.2.0",
"@react-native-community/blur": "^4.4.1",
"@react-native/new-app-screen": "0.85.3",
"axios": "^1.16.0",
"react": "19.2.3",