更新readme

This commit is contained in:
“虞渠成” 2026-09-07 09:17:25 +08:00
parent ae7a68aad1
commit 8074ba71c0
3 changed files with 2 additions and 9 deletions

1
.gitignore vendored
View File

@ -78,3 +78,4 @@ ProjectSettings/ProjectVersion.txt
Assets/Resources/BillingMode.json Assets/Resources/BillingMode.json
Assets/Resources/BillingMode.json.meta Assets/Resources/BillingMode.json.meta
*_mapping.txt *_mapping.txt
.dbg/

View File

@ -1,6 +1,5 @@
{ {
"dotnet.defaultSolution": "Kill.sln", "dotnet.defaultSolution": "Kill.sln",
"dotnet.dotnetPath": "C:/Program Files/dotnet/dotnet.exe",
"dotrush.roslyn.dotnetSdkDirectory": "C:/Program Files/dotnet/sdk/8.0.113", "dotrush.roslyn.dotnetSdkDirectory": "C:/Program Files/dotnet/sdk/8.0.113",
"dotrush.msbuildProperties": { "dotrush.msbuildProperties": {
"DefineConstants": "UNITY_EDITOR" "DefineConstants": "UNITY_EDITOR"

View File

@ -132,10 +132,3 @@ Assets/
- 根目录的 `*.apk` / `*_mapping.txt` 为历史构建产物(含 Release 符号表),命名习惯如 - 根目录的 `*.apk` / `*_mapping.txt` 为历史构建产物(含 Release 符号表),命名习惯如
`photonmatrix_1.0.7_0903.apk`;测试构建会带后缀如 `ota蓝牙优先` `photonmatrix_1.0.7_0903.apk`;测试构建会带后缀如 `ota蓝牙优先`
- 打正式包前检查:`NetworkCtrl.enableServerBackdoor` 应为 0场景内字段 - 打正式包前检查:`NetworkCtrl.enableServerBackdoor` 应为 0场景内字段
## 已知问题与开发状态
- 进行中分支:`feature/ble-config-notification` —— BLE 配置变更通知 + 毫米波雷达状态支持(最新提交 320ece4
- 未完成的调试记录:根目录 [debug-ble-write-block.md](debug-ble-write-block.md)。
真机日志出现 `UnityBluetoothLE write characteristic block` 后触发 Loom 报错,
待验证假设30 秒一次的硬件状态轮询0xA1与首次全量状态查询并发导致 BLE 写特征阻塞。