feat: update claude md
This commit is contained in:
@@ -1533,10 +1533,14 @@ Glide.with(itemView.context).load(glideUrl).into(binding.ivThumbnail)
|
|||||||
### 双端验证命令
|
### 双端验证命令
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
~/Library/Android/sdk/emulator/emulator -list-avds # 可用:Medium_Phone_API_36.1(手机)、Aerologic_Tablet(平板)
|
~/Library/Android/sdk/emulator/emulator -list-avds # 可用:Aerologic_Phone_5.5_API31(手机,首选)、Aerologic_Tablet(平板)、Medium_Phone_API_36.1
|
||||||
adb -s <设备> shell wm size && adb -s <设备> shell wm density # 确认屏幕参数
|
adb -s <设备> shell wm size && adb -s <设备> shell wm density # 确认屏幕参数
|
||||||
adb -s <设备> logcat -d -s BaseActivity:D # 查看形态识别结果 PHONE(sw=411dp) / TABLET(sw=800dp)
|
adb -s <设备> logcat -d -s BaseActivity:D # 查看形态识别结果 PHONE(sw=384dp) / TABLET(sw=800dp)
|
||||||
adb -s <设备> exec-out screencap -p > /tmp/shot.png # 截图比对
|
adb -s <设备> exec-out screencap -p > /tmp/shot.png # 截图比对
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> 手机端验证**首选 `Aerologic_Phone_5.5_API31`**:按真实交付手持机 1:1 定制——720×1440、5.51 寸(300dpi,sw=384dp)、
|
||||||
|
> Android 12 / API 31(与 targetSdk 一致)、arm64-v8a,与实机的差异最小。`Medium_Phone_API_36.1`(1080×2400、API 36)
|
||||||
|
> 仅作兼容性参考,分辨率与系统版本都和交付机不符。
|
||||||
|
|
||||||
> 改动 `BaseActivity` / `BaseBindingActivity` / 公共组件后,**必须在平板上回归**,确认现有平板版行为不变。
|
> 改动 `BaseActivity` / `BaseBindingActivity` / 公共组件后,**必须在平板上回归**,确认现有平板版行为不变。
|
||||||
|
|||||||
Reference in New Issue
Block a user