feat:uniapp模块

This commit is contained in:
一休哥哥6666
2026-07-14 14:53:45 +08:00
parent 324679964c
commit 721543f423
52 changed files with 16706 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 用法:先启动 App再运行此脚本
adb devices
Write-Host "`n=== 已安装的 uni 包 ==="
adb shell pm list packages | findstr /i uni
Write-Host "`n=== 清空日志,请手动点开 App ==="
adb logcat -c
Start-Sleep -Seconds 2
Write-Host "`n=== 抓取 DCloud / 崩溃 / WebView 日志30秒==="
adb logcat -v time -t 800 | findstr /i "dcloud uni jyuan UNIOPTICAL NIOPTICAL AndroidRuntime FATAL chromium bootstrap splash WebView loadUrl"